Class PartialListResponse.PartialListResponseBuilder<T extends ResourceNode>
java.lang.Object
de.captaingoldfish.scim.sdk.server.response.PartialListResponse.PartialListResponseBuilder<T>
- Enclosing class:
- PartialListResponse<T extends ResourceNode>
public static class PartialListResponse.PartialListResponseBuilder<T extends ResourceNode>
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()the resources that have extracted at the listResources methodtoString()totalResults(long totalResults) the total number of results the given query request has found.
-
Method Details
-
resources
the resources that have extracted at the listResources method- Returns:
this.
-
totalResults
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- Returns:
this.
-
build
-
toString
-