public class PagedByIdentitySearchResult<T extends Resource<T>> extends PagedByIndexSearchResult<T>
| Modifier and Type | Field and Description |
|---|---|
static String |
PAGINATION_BY_ID_END_PARAM |
static String |
PAGINATION_BY_ID_START_PARAM |
DEFAULT_COUNT, DEFAULT_START_INDEX| Constructor and Description |
|---|
PagedByIdentitySearchResult(List<T> resources,
int totalResults,
int itemsPerPage,
String startId,
String nextId) |
PagedByIdentitySearchResult(PagedResult<T> resources,
int itemsPerPage,
String startId,
String nextId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getNextId() |
String |
getStartId() |
getItemsPerPage, getResources, getSchemas, getStartIndex, getTotalResultspublic static final String PAGINATION_BY_ID_START_PARAM
public static final String PAGINATION_BY_ID_END_PARAM
public PagedByIdentitySearchResult(List<T> resources, int totalResults, int itemsPerPage, String startId, String nextId)
public PagedByIdentitySearchResult(PagedResult<T> resources, int itemsPerPage, String startId, String nextId)
Copyright © 2022 SAP SE. All rights reserved.