public static class ListBuilder.GetRequestBuilder<T extends ResourceNode> extends RequestBuilder<T>
| Constructor and Description |
|---|
GetRequestBuilder(ListBuilder<T> listBuilder) |
| Modifier and Type | Method and Description |
|---|---|
protected <T1 extends ScimResponse> |
buildScimResponse(int httpResponseCode,
String responseBody)
builds the scim response from the response body
|
protected org.apache.http.client.methods.HttpUriRequest |
getHttpUriRequest()
builds the request for the server
|
RequestBuilder<T> |
setEndpoint(String endpoint) |
sendRequest, sendRequest, setResource, setResourcepublic GetRequestBuilder(ListBuilder<T> listBuilder)
public RequestBuilder<T> setEndpoint(String endpoint)
setEndpoint in class RequestBuilder<T extends ResourceNode>endpoint - the resource endpoint path e.g. /Users or /Groupsprotected <T1 extends ScimResponse> T1 buildScimResponse(int httpResponseCode, String responseBody)
buildScimResponse in class RequestBuilder<T extends ResourceNode>httpResponseCode - the response code of the responseresponseBody - the response body of the serverprotected org.apache.http.client.methods.HttpUriRequest getHttpUriRequest()
getHttpUriRequest in class RequestBuilder<T extends ResourceNode>Copyright © 2020. All rights reserved.