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