public class PagedByIndexSearchResult<T extends Resource<T>> extends Object
For more detailed information please look at the SCIM core schema 2.0
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_COUNT |
static String |
DEFAULT_START_INDEX |
| Constructor and Description |
|---|
PagedByIndexSearchResult(List<T> resources,
int totalResults,
int itemsPerPage,
Integer startIndex) |
PagedByIndexSearchResult(PagedResult<T> resources,
Integer startIndex) |
| Modifier and Type | Method and Description |
|---|---|
int |
getItemsPerPage()
The number of Resources returned in a list response page.
|
List<T> |
getResources()
|
Set<String> |
getSchemas()
Gets the schemas of the search result
|
Integer |
getStartIndex()
The 1-based index of the first result in the current set of list results.
|
int |
getTotalResults()
The total number of results returned by the list or query operation.
|
public static final String DEFAULT_START_INDEX
public static final String DEFAULT_COUNT
public PagedByIndexSearchResult(List<T> resources, int totalResults, int itemsPerPage, Integer startIndex)
public PagedByIndexSearchResult(PagedResult<T> resources, Integer startIndex)
public int getTotalResults()
public Set<String> getSchemas()
public int getItemsPerPage()
public Integer getStartIndex()
Copyright © 2022 SAP SE. All rights reserved.