Uses of Class
de.captaingoldfish.scim.sdk.client.response.ServerResponse
Packages that use ServerResponse
-
Uses of ServerResponse in de.captaingoldfish.scim.sdk.client.builder
Subclasses of ServerResponse in de.captaingoldfish.scim.sdk.client.builderModifier and TypeClassDescriptionstatic classListBuilder.ListServerResponse<T extends ResourceNode>overrides the translation of the returned resource from the serverMethods in de.captaingoldfish.scim.sdk.client.builder that return ServerResponseModifier and TypeMethodDescriptionBulkBuilder.BulkRequestOperationCreator.sendRequest()builds the operation and directly sends the request to the serverBulkBuilder.BulkRequestOperationCreator.sendRequest(Consumer<ServerResponse<BulkResponse>> responseHandler) builds the operation and directly sends the request to the serverBulkBuilder.BulkRequestOperationCreator.sendRequest(Map<String, String> httpHeaders) builds the operation and directly sends the request to the serverBulkBuilder.BulkRequestOperationCreator.sendRequest(Map<String, String> httpHeaders, Consumer<ServerResponse<BulkResponse>> responseHandler) builds the operation and directly sends the request to the serverBulkBuilder.sendRequest(boolean runSplittedRequestsParallel) send the request to the serverBulkBuilder.sendRequest(Consumer<ServerResponse<BulkResponse>> responseHandler) send the request to the serverBulkBuilder.sendRequest(Consumer<ServerResponse<BulkResponse>> responseHandler, boolean runSplittedRequestsParallel) send the request to the serverBulkBuilder.sendRequest(Map<String, String> headers, Consumer<ServerResponse<BulkResponse>> responseHandler) send the request to the serverBulkBuilder.sendRequest(Map<String, String> headers, Consumer<ServerResponse<BulkResponse>> responseHandler, boolean runSplittedRequestsParallel) send the request to the serverCreateBuilder.sendRequest()sends the defined request to the service providerMetaConfigLoaderBuilder.sendRequest()loads the details from the meta-endpoints and gathers these details in a single objectRequestBuilder.sendRequest()sends the defined request to the service providerRequestBuilder.sendRequest(Map<String, String> headers) sends the defined request to the service providerBulkBuilder.BulkRequestOperationCreator.sendRequestWithMultiHeaders(Map<String, String[]> httpHeaders) builds the operation and directly sends the request to the serverBulkBuilder.BulkRequestOperationCreator.sendRequestWithMultiHeaders(Map<String, String[]> httpHeaders, Consumer<ServerResponse<BulkResponse>> responseHandler) builds the operation and directly sends the request to the serverBulkBuilder.sendRequestWithMultiHeaders(Map<String, String[]> httpHeaders) sends the defined request to the service providerBulkBuilder.sendRequestWithMultiHeaders(Map<String, String[]> httpHeaders, boolean runSplittedRequestsParallel) BulkBuilder.sendRequestWithMultiHeaders(Map<String, String[]> httpHeaders, Consumer<ServerResponse<BulkResponse>> responseHandler) BulkBuilder.sendRequestWithMultiHeaders(Map<String, String[]> httpHeaders, Consumer<ServerResponse<BulkResponse>> responseHandler, boolean runSplittedRequestsParallel) RequestBuilder.sendRequestWithMultiHeaders(Map<String, String[]> httpHeaders) sends the defined request to the service providerprotected ServerResponse<ListResponse<T>>ListBuilder.GetRequestBuilder.toResponse(HttpResponse response) uses a custom response type that overrides the translation of the returned resourceprotected ServerResponse<ListResponse<T>>ListBuilder.PostRequestBuilder.toResponse(HttpResponse response) uses a custom response type that overrides the translation of the returned resourceprotected ServerResponse<T>RequestBuilder.toResponse(HttpResponse response) moved into its own method to override the returned class in the list-builder that has a sub-generic typeMethod parameters in de.captaingoldfish.scim.sdk.client.builder with type arguments of type ServerResponseModifier and TypeMethodDescriptionBulkBuilder.BulkRequestOperationCreator.sendRequest(Consumer<ServerResponse<BulkResponse>> responseHandler) builds the operation and directly sends the request to the serverBulkBuilder.BulkRequestOperationCreator.sendRequest(Map<String, String> httpHeaders, Consumer<ServerResponse<BulkResponse>> responseHandler) builds the operation and directly sends the request to the serverBulkBuilder.sendRequest(Consumer<ServerResponse<BulkResponse>> responseHandler) send the request to the serverBulkBuilder.sendRequest(Consumer<ServerResponse<BulkResponse>> responseHandler, boolean runSplittedRequestsParallel) send the request to the serverBulkBuilder.sendRequest(Map<String, String> headers, Consumer<ServerResponse<BulkResponse>> responseHandler) send the request to the serverBulkBuilder.sendRequest(Map<String, String> headers, Consumer<ServerResponse<BulkResponse>> responseHandler, boolean runSplittedRequestsParallel) send the request to the serverBulkBuilder.BulkRequestOperationCreator.sendRequestWithMultiHeaders(Map<String, String[]> httpHeaders, Consumer<ServerResponse<BulkResponse>> responseHandler) builds the operation and directly sends the request to the serverBulkBuilder.sendRequestWithMultiHeaders(Map<String, String[]> httpHeaders, Consumer<ServerResponse<BulkResponse>> responseHandler) BulkBuilder.sendRequestWithMultiHeaders(Map<String, String[]> httpHeaders, Consumer<ServerResponse<BulkResponse>> responseHandler, boolean runSplittedRequestsParallel)