public class GroupListDTO extends Object
| Constructor and Description |
|---|
GroupListDTO() |
| Modifier and Type | Method and Description |
|---|---|
GroupListDTO |
addResourcesItem(GroupDTO resourcesItem) |
GroupListDTO |
addSchemasItem(String schemasItem) |
boolean |
equals(Object o) |
Integer |
getItemsPerPage()
Items for page
|
List<GroupDTO> |
getResources()
Get resources
|
List<String> |
getSchemas()
Get schemas
|
Integer |
getStartIndex()
Number of Groups returned.
|
Integer |
getTotalResults()
Total result count
|
int |
hashCode() |
GroupListDTO |
itemsPerPage(Integer itemsPerPage) |
GroupListDTO |
resources(List<GroupDTO> resources) |
GroupListDTO |
schemas(List<String> schemas) |
void |
setItemsPerPage(Integer itemsPerPage) |
void |
setResources(List<GroupDTO> resources) |
void |
setSchemas(List<String> schemas) |
void |
setStartIndex(Integer startIndex) |
void |
setTotalResults(Integer totalResults) |
GroupListDTO |
startIndex(Integer startIndex) |
String |
toString() |
GroupListDTO |
totalResults(Integer totalResults) |
public GroupListDTO startIndex(Integer startIndex)
public Integer getStartIndex()
public void setStartIndex(Integer startIndex)
public GroupListDTO itemsPerPage(Integer itemsPerPage)
public Integer getItemsPerPage()
public void setItemsPerPage(Integer itemsPerPage)
public GroupListDTO totalResults(Integer totalResults)
public Integer getTotalResults()
public void setTotalResults(Integer totalResults)
public GroupListDTO schemas(List<String> schemas)
public GroupListDTO addSchemasItem(String schemasItem)
public GroupListDTO resources(List<GroupDTO> resources)
public GroupListDTO addResourcesItem(GroupDTO resourcesItem)
Copyright © 2018 WSO2. All rights reserved.