public class ListedResource extends AbstractSCIMObject
attributeList, schemaList| Constructor and Description |
|---|
ListedResource() |
| Modifier and Type | Method and Description |
|---|---|
void |
addResource(SCIMObject scimResourceType)
adds a new resource
|
int |
getItemsPerPage() |
List<SCIMObject> |
getResources() |
int |
getStartIndex() |
int |
getTotalResults() |
void |
setItemsPerPage(int itemsPerPage)
paginated listed resource items per page settings
|
void |
setResources(Map<String,Attribute> valueWithAttributes)
Deprecated.
|
void |
setStartIndex(int startIndex)
paginated listed resource start index settings
|
void |
setTotalResults(int totalResults)
set the total results of the listed resource
|
createMetaAttribute, deleteAttribute, deleteSubAttribute, deleteSubSubAttribute, deleteSubValuesSubAttribute, deleteValuesSubAttribute, getAttribute, getAttributeList, getCreatedDate, getLastModified, getMetaAttribute, getResource, getSchemaList, isAttributeExist, isMetaAttributeExist, isSchemaExists, setAttribute, setAttribute, setCreatedDate, setCreatedInstant, setExternalId, setId, setLastModified, setLastModifiedInstant, setLocation, setResourceType, setSchema, toStringaddMultivaluedComplexAtribute, attributeMetaEquals, attributesEquals, complexAttributeEquals, equals, getComplexAttribute, getCreatedDateTime, getCreatedInstant, getCreatedLong, getExternalId, getId, getLastModifiedDateTime, getLastModifiedInstant, getLastModifiedLong, getLocation, getMultiValuedAttribute, getMultivaluedComplexType, getOrCrateComplexAttribute, getResourceType, getSetSubAttributeConsumer, getSimpleAttribute, getSimpleAttribute, getSimpleAttributeValue, hashCode, isBlank, isNotBlank, multiValuedAttributeEquals, replaceCreated, replaceCreated, replaceCreated, replaceExternalId, replaceId, replaceLastModified, replaceLastModified, replaceLastModified, replaceLocation, replaceResourceType, replaceSimpleAttribute, simpleAttributeEquals, stripToNullpublic int getTotalResults()
public void setTotalResults(int totalResults)
totalResults - public int getItemsPerPage()
public void setItemsPerPage(int itemsPerPage)
itemsPerPage - public int getStartIndex()
public void setStartIndex(int startIndex)
startIndex - @Deprecated public void setResources(Map<String,Attribute> valueWithAttributes)
valueWithAttributes - public List<SCIMObject> getResources()
resourcespublic void addResource(SCIMObject scimResourceType)
scimResourceType - the new resourceCopyright © 2019 WSO2. All rights reserved.