Uses of Class
de.captaingoldfish.scim.sdk.server.response.PartialListResponse.PartialListResponseBuilder
-
Packages that use PartialListResponse.PartialListResponseBuilder Package Description de.captaingoldfish.scim.sdk.server.response -
-
Uses of PartialListResponse.PartialListResponseBuilder in de.captaingoldfish.scim.sdk.server.response
Methods in de.captaingoldfish.scim.sdk.server.response that return PartialListResponse.PartialListResponseBuilder Modifier and Type Method Description static <T extends ResourceNode>
PartialListResponse.PartialListResponseBuilder<T>PartialListResponse. builder()PartialListResponse.PartialListResponseBuilder<T>PartialListResponse.PartialListResponseBuilder. resources(List<T> resources)the resources that have extracted at the listResources methodPartialListResponse.PartialListResponseBuilder<T>PartialListResponse.PartialListResponseBuilder. totalResults(long totalResults)the total number of results the given query request has found.
-