public class SCIMSearchResult<T> extends Object
For more detailed information please look at the SCIM core schema 2.0
| Constructor and Description |
|---|
SCIMSearchResult(List<T> resources,
long totalResults,
long itemsPerPage,
long startIndex,
Set<String> schemas) |
SCIMSearchResult(List<T> resources,
long totalResults,
long itemsPerPage,
long startIndex,
String schema) |
| Modifier and Type | Method and Description |
|---|---|
long |
getItemsPerPage()
The number of Resources returned in a list response page.
|
List<T> |
getResources()
|
Set<String> |
getSchemas()
Gets the schemas of the search result
|
long |
getStartIndex()
The 1-based index of the first result in the current set of list results.
|
long |
getTotalResults()
The total number of results returned by the list or query operation.
|
public SCIMSearchResult(List<T> resources, long totalResults, long itemsPerPage, long startIndex, String schema)
public long getTotalResults()
public Set<String> getSchemas()
public long getItemsPerPage()
public long getStartIndex()
Copyright © 2014. All Rights Reserved.