Class PartialListResponse<T extends ResourceNode>
java.lang.Object
de.captaingoldfish.scim.sdk.server.response.PartialListResponse<T>
author Pascal Knueppel
created at: 18.10.2019 - 17:50
this type must be returned by
created at: 18.10.2019 - 17:50
this type must be returned by
ResourceHandler#listResources(long, int, FilterNode, SchemaAttribute, SortOrder, List, List, Authorization)
methods-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends ResourceNode>
PartialListResponse.PartialListResponseBuilder<T>builder()the resources that have extracted at the listResources methodlongthe total number of results the given query request has found.
-
Method Details
-
builder
-
getResources
the resources that have extracted at the listResources method -
getTotalResults
public long getTotalResults()the total number of results the given query request has found. This value should be known by the client since the found number of results might exceed the maximum number of results so the client will be able to use paging mechanisms
-