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 booleanequals(Object o)LonggetItemsPerPage()Collection<Group>getResources()LonggetStartIndex()LonggetTotalResults()inthashCode()ListGroupsResponsesetItemsPerPage(Long itemsPerPage)ListGroupsResponsesetResources(Collection<Group> resources)ListGroupsResponsesetStartIndex(Long startIndex)ListGroupsResponsesetTotalResults(Long totalResults)StringtoString()
-
-
-
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()
-
-