Package com.databricks.sdk.service.iam
Class ListGroupsResponse
- java.lang.Object
-
- com.databricks.sdk.service.iam.ListGroupsResponse
-
@Generated public class ListGroupsResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description ListGroupsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Long
getItemsPerPage()
Collection<Group>
getResources()
Long
getStartIndex()
Long
getTotalResults()
int
hashCode()
ListGroupsResponse
setItemsPerPage(Long itemsPerPage)
ListGroupsResponse
setResources(Collection<Group> resources)
ListGroupsResponse
setStartIndex(Long startIndex)
ListGroupsResponse
setTotalResults(Long totalResults)
String
toString()
-
-
-
Method Detail
-
setItemsPerPage
public ListGroupsResponse setItemsPerPage(Long itemsPerPage)
-
getItemsPerPage
public Long getItemsPerPage()
-
setResources
public ListGroupsResponse setResources(Collection<Group> resources)
-
getResources
public Collection<Group> getResources()
-
setStartIndex
public ListGroupsResponse setStartIndex(Long startIndex)
-
getStartIndex
public Long getStartIndex()
-
setTotalResults
public ListGroupsResponse setTotalResults(Long totalResults)
-
getTotalResults
public Long getTotalResults()
-
-