Package com.slack.api.scim2.response
Class GroupsSearchResponse
- java.lang.Object
-
- com.slack.api.scim2.response.GroupsSearchResponse
-
- All Implemented Interfaces:
SCIM2ApiResponse
public class GroupsSearchResponse extends Object implements SCIM2ApiResponse
-
-
Constructor Summary
Constructors Constructor Description GroupsSearchResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
-
-
Method Detail
-
getTotalResults
public Integer getTotalResults()
-
getItemsPerPage
public Integer getItemsPerPage()
-
getStartIndex
public Integer getStartIndex()
-
setTotalResults
public void setTotalResults(Integer totalResults)
-
setItemsPerPage
public void setItemsPerPage(Integer itemsPerPage)
-
setStartIndex
public void setStartIndex(Integer startIndex)
-
canEqual
protected boolean canEqual(Object other)
-
-