public class GroupsSearchResponse extends Object implements SCIMApiResponse
| Constructor and Description |
|---|
GroupsSearchResponse() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Integer |
getItemsPerPage() |
List<Group> |
getResources() |
List<String> |
getSchemas() |
Integer |
getStartIndex() |
Integer |
getTotalResults() |
int |
hashCode() |
void |
setItemsPerPage(Integer itemsPerPage) |
void |
setResources(List<Group> resources) |
void |
setSchemas(List<String> schemas) |
void |
setStartIndex(Integer startIndex) |
void |
setTotalResults(Integer totalResults) |
String |
toString() |
public Integer getTotalResults()
public Integer getItemsPerPage()
public Integer getStartIndex()
public void setTotalResults(Integer totalResults)
public void setItemsPerPage(Integer itemsPerPage)
public void setStartIndex(Integer startIndex)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.