public class ListedResource extends Object implements SCIMObject
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Attribute> |
attributeList |
protected int |
itemsPerPage |
protected List<String> |
schemaList |
protected int |
startIndex |
protected int |
totalResults |
| Constructor and Description |
|---|
ListedResource() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteAttribute(String attributeName) |
Attribute |
getAttribute(String attributeName) |
Map<String,Attribute> |
getAttributeList() |
List<String> |
getSchemaList() |
int |
getTotalResults() |
protected boolean |
isAttributeExist(String attributeName) |
void |
setItemsPerPage(int itemsPerPage) |
void |
setResources(Map<String,Attribute> valueWithAttributes) |
void |
setSchema(String schema) |
void |
setSchemaList(List<String> schemaList) |
void |
setStartIndex(int startIndex) |
void |
setTotalResults(int totalResults) |
protected int totalResults
protected int itemsPerPage
protected int startIndex
public int getTotalResults()
public void setTotalResults(int totalResults)
public Attribute getAttribute(String attributeName) throws NotFoundException
getAttribute in interface SCIMObjectNotFoundExceptionpublic void deleteAttribute(String attributeName) throws NotFoundException
deleteAttribute in interface SCIMObjectNotFoundExceptionpublic List<String> getSchemaList()
getSchemaList in interface SCIMObjectpublic Map<String,Attribute> getAttributeList()
getAttributeList in interface SCIMObjectpublic void setSchema(String schema)
protected boolean isAttributeExist(String attributeName)
public void setItemsPerPage(int itemsPerPage)
public void setStartIndex(int startIndex)
Copyright © 2018 WSO2. All rights reserved.