@Generated public class ListUsersResponse extends Object
Constructor and Description |
---|
ListUsersResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Long |
getItemsPerPage() |
Collection<User> |
getResources() |
Collection<ListResponseSchema> |
getSchemas() |
Long |
getStartIndex() |
Long |
getTotalResults() |
int |
hashCode() |
ListUsersResponse |
setItemsPerPage(Long itemsPerPage) |
ListUsersResponse |
setResources(Collection<User> resources) |
ListUsersResponse |
setSchemas(Collection<ListResponseSchema> schemas) |
ListUsersResponse |
setStartIndex(Long startIndex) |
ListUsersResponse |
setTotalResults(Long totalResults) |
String |
toString() |
public ListUsersResponse setItemsPerPage(Long itemsPerPage)
public Long getItemsPerPage()
public ListUsersResponse setResources(Collection<User> resources)
public Collection<User> getResources()
public ListUsersResponse setSchemas(Collection<ListResponseSchema> schemas)
public Collection<ListResponseSchema> getSchemas()
public ListUsersResponse setStartIndex(Long startIndex)
public Long getStartIndex()
public ListUsersResponse setTotalResults(Long totalResults)
public Long getTotalResults()
Copyright © 2024. All rights reserved.