public class SCIMGroupList extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SCIMGroupList.SCIMGroupResources
This inner class contains the model of resources of SCIM group.
|
| Constructor and Description |
|---|
SCIMGroupList() |
| Modifier and Type | Method and Description |
|---|---|
int |
getItemsPerPage() |
List<SCIMGroupList.SCIMGroupResources> |
getResources() |
List<String> |
getSchemas() |
int |
getStartIndex() |
int |
getTotalResults() |
void |
setItemsPerPage(int itemsPerPage) |
void |
setResources(List<SCIMGroupList.SCIMGroupResources> resources) |
void |
setSchemas(List<String> schemas) |
void |
setStartIndex(int startIndex) |
void |
setTotalResults(int totalResults) |
public List<SCIMGroupList.SCIMGroupResources> getResources()
public void setResources(List<SCIMGroupList.SCIMGroupResources> resources)
public int getTotalResults()
public void setTotalResults(int totalResults)
public int getStartIndex()
public void setStartIndex(int startIndex)
public int getItemsPerPage()
public void setItemsPerPage(int itemsPerPage)
Copyright © 2017 WSO2. All rights reserved.