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 boolean
equals(Object o)
Long
getItemsPerPage()
Collection<User>
getResources()
Long
getStartIndex()
Long
getTotalResults()
int
hashCode()
ListUsersResponse
setItemsPerPage(Long itemsPerPage)
ListUsersResponse
setResources(Collection<User> resources)
ListUsersResponse
setStartIndex(Long startIndex)
ListUsersResponse
setTotalResults(Long totalResults)
String
toString()
-
-
-
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()
-
-