ServerResponse<BulkResponse> |
BulkBuilder.BulkRequestOperationCreator.sendRequest() |
builds the operation and directly sends the request to the server
|
ServerResponse<BulkResponse> |
BulkBuilder.BulkRequestOperationCreator.sendRequest(Map<String,String> httpHeaders) |
builds the operation and directly sends the request to the server
|
ServerResponse<T> |
CreateBuilder.sendRequest() |
sends the defined request to the service provider
|
ServerResponse<T> |
RequestBuilder.sendRequest() |
sends the defined request to the service provider
|
ServerResponse<T> |
RequestBuilder.sendRequest(Map<String,String> headers) |
sends the defined request to the service provider
|
ServerResponse<BulkResponse> |
BulkBuilder.BulkRequestOperationCreator.sendRequestWithMultiHeaders(Map<String,String[]> httpHeaders) |
builds the operation and directly sends the request to the server
|
ServerResponse<BulkResponse> |
BulkBuilder.sendRequestWithMultiHeaders(Map<String,String[]> httpHeaders) |
sends the defined request to the service provider
|
ServerResponse<T> |
RequestBuilder.sendRequestWithMultiHeaders(Map<String,String[]> httpHeaders) |
sends the defined request to the service provider
|
protected ServerResponse<ListResponse<T>> |
ListBuilder.GetRequestBuilder.toResponse(HttpResponse response) |
uses a custom response type that overrides the translation of the returned resource
|
protected ServerResponse<ListResponse<T>> |
ListBuilder.PostRequestBuilder.toResponse(HttpResponse response) |
uses a custom response type that overrides the translation of the returned resource
|
protected 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 type
|