Package com.databricks.sdk.service.iam
Class ListUsersResponse
- java.lang.Object
-
- com.databricks.sdk.service.iam.ListUsersResponse
-
@Generated public class ListUsersResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description ListUsersResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)LonggetItemsPerPage()Collection<User>getResources()LonggetStartIndex()LonggetTotalResults()inthashCode()ListUsersResponsesetItemsPerPage(Long itemsPerPage)ListUsersResponsesetResources(Collection<User> resources)ListUsersResponsesetStartIndex(Long startIndex)ListUsersResponsesetTotalResults(Long totalResults)StringtoString()
-
-
-
Method Detail
-
setItemsPerPage
public ListUsersResponse setItemsPerPage(Long itemsPerPage)
-
getItemsPerPage
public Long getItemsPerPage()
-
setResources
public ListUsersResponse setResources(Collection<User> resources)
-
getResources
public Collection<User> getResources()
-
setStartIndex
public ListUsersResponse setStartIndex(Long startIndex)
-
getStartIndex
public Long getStartIndex()
-
setTotalResults
public ListUsersResponse setTotalResults(Long totalResults)
-
getTotalResults
public Long getTotalResults()
-
-