public class EndpointIndividualApi extends Object
| Constructor and Description |
|---|
EndpointIndividualApi() |
EndpointIndividualApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
void |
endpointsEndpointIdDelete(String endpointId,
String ifMatch,
String ifUnmodifiedSince)
Delete an endpoint
This operation can be used to delete an existing Endpoint proving the Id of the Endpoint.
|
com.squareup.okhttp.Call |
endpointsEndpointIdDeleteAsync(String endpointId,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<Void> callback)
Delete an endpoint (asynchronously)
This operation can be used to delete an existing Endpoint proving the Id of the Endpoint.
|
com.squareup.okhttp.Call |
endpointsEndpointIdDeleteCall(String endpointId,
String ifMatch,
String ifUnmodifiedSince,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for endpointsEndpointIdDelete
|
ApiResponse<Void> |
endpointsEndpointIdDeleteWithHttpInfo(String endpointId,
String ifMatch,
String ifUnmodifiedSince)
Delete an endpoint
This operation can be used to delete an existing Endpoint proving the Id of the Endpoint.
|
EndPoint |
endpointsEndpointIdGet(String endpointId,
String ifMatch,
String ifUnmodifiedSince)
Get specific endpoints
This operation can be used to retrieve endpoint specific details.
|
com.squareup.okhttp.Call |
endpointsEndpointIdGetAsync(String endpointId,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<EndPoint> callback)
Get specific endpoints (asynchronously)
This operation can be used to retrieve endpoint specific details.
|
com.squareup.okhttp.Call |
endpointsEndpointIdGetCall(String endpointId,
String ifMatch,
String ifUnmodifiedSince,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for endpointsEndpointIdGet
|
ApiResponse<EndPoint> |
endpointsEndpointIdGetWithHttpInfo(String endpointId,
String ifMatch,
String ifUnmodifiedSince)
Get specific endpoints
This operation can be used to retrieve endpoint specific details.
|
EndPoint |
endpointsEndpointIdPut(String endpointId,
EndPoint body,
String ifMatch,
String ifUnmodifiedSince)
Update a Tier
This operation can be used to update an existing endpoint.
|
com.squareup.okhttp.Call |
endpointsEndpointIdPutAsync(String endpointId,
EndPoint body,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<EndPoint> callback)
Update a Tier (asynchronously)
This operation can be used to update an existing endpoint.
|
com.squareup.okhttp.Call |
endpointsEndpointIdPutCall(String endpointId,
EndPoint body,
String ifMatch,
String ifUnmodifiedSince,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for endpointsEndpointIdPut
|
ApiResponse<EndPoint> |
endpointsEndpointIdPutWithHttpInfo(String endpointId,
EndPoint body,
String ifMatch,
String ifUnmodifiedSince)
Update a Tier
This operation can be used to update an existing endpoint.
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
public EndpointIndividualApi()
public EndpointIndividualApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call endpointsEndpointIdDeleteCall(String endpointId, String ifMatch, String ifUnmodifiedSince, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
endpointId - **Endpoint ID** consisting of the **UUID** of the Endpoint**. (required)ifMatch - Validator for conditional requests; based on ETag. (optional)ifUnmodifiedSince - Validator for conditional requests; based on Last Modified header. (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic void endpointsEndpointIdDelete(String endpointId, String ifMatch, String ifUnmodifiedSince) throws ApiException
endpointId - **Endpoint ID** consisting of the **UUID** of the Endpoint**. (required)ifMatch - Validator for conditional requests; based on ETag. (optional)ifUnmodifiedSince - Validator for conditional requests; based on Last Modified header. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> endpointsEndpointIdDeleteWithHttpInfo(String endpointId, String ifMatch, String ifUnmodifiedSince) throws ApiException
endpointId - **Endpoint ID** consisting of the **UUID** of the Endpoint**. (required)ifMatch - Validator for conditional requests; based on ETag. (optional)ifUnmodifiedSince - Validator for conditional requests; based on Last Modified header. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call endpointsEndpointIdDeleteAsync(String endpointId, String ifMatch, String ifUnmodifiedSince, ApiCallback<Void> callback) throws ApiException
endpointId - **Endpoint ID** consisting of the **UUID** of the Endpoint**. (required)ifMatch - Validator for conditional requests; based on ETag. (optional)ifUnmodifiedSince - Validator for conditional requests; based on Last Modified header. (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call endpointsEndpointIdGetCall(String endpointId, String ifMatch, String ifUnmodifiedSince, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
endpointId - **Endpoint ID** consisting of the **UUID** of the Endpoint**. (required)ifMatch - Validator for conditional requests; based on ETag. (optional)ifUnmodifiedSince - Validator for conditional requests; based on Last Modified header. (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic EndPoint endpointsEndpointIdGet(String endpointId, String ifMatch, String ifUnmodifiedSince) throws ApiException
endpointId - **Endpoint ID** consisting of the **UUID** of the Endpoint**. (required)ifMatch - Validator for conditional requests; based on ETag. (optional)ifUnmodifiedSince - Validator for conditional requests; based on Last Modified header. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<EndPoint> endpointsEndpointIdGetWithHttpInfo(String endpointId, String ifMatch, String ifUnmodifiedSince) throws ApiException
endpointId - **Endpoint ID** consisting of the **UUID** of the Endpoint**. (required)ifMatch - Validator for conditional requests; based on ETag. (optional)ifUnmodifiedSince - Validator for conditional requests; based on Last Modified header. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call endpointsEndpointIdGetAsync(String endpointId, String ifMatch, String ifUnmodifiedSince, ApiCallback<EndPoint> callback) throws ApiException
endpointId - **Endpoint ID** consisting of the **UUID** of the Endpoint**. (required)ifMatch - Validator for conditional requests; based on ETag. (optional)ifUnmodifiedSince - Validator for conditional requests; based on Last Modified header. (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call endpointsEndpointIdPutCall(String endpointId, EndPoint body, String ifMatch, String ifUnmodifiedSince, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
endpointId - **Endpoint ID** consisting of the **UUID** of the Endpoint**. (required)body - Tier object that needs to be modified (required)ifMatch - Validator for conditional requests; based on ETag. (optional)ifUnmodifiedSince - Validator for conditional requests; based on Last Modified header. (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic EndPoint endpointsEndpointIdPut(String endpointId, EndPoint body, String ifMatch, String ifUnmodifiedSince) throws ApiException
endpointId - **Endpoint ID** consisting of the **UUID** of the Endpoint**. (required)body - Tier object that needs to be modified (required)ifMatch - Validator for conditional requests; based on ETag. (optional)ifUnmodifiedSince - Validator for conditional requests; based on Last Modified header. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<EndPoint> endpointsEndpointIdPutWithHttpInfo(String endpointId, EndPoint body, String ifMatch, String ifUnmodifiedSince) throws ApiException
endpointId - **Endpoint ID** consisting of the **UUID** of the Endpoint**. (required)body - Tier object that needs to be modified (required)ifMatch - Validator for conditional requests; based on ETag. (optional)ifUnmodifiedSince - Validator for conditional requests; based on Last Modified header. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call endpointsEndpointIdPutAsync(String endpointId, EndPoint body, String ifMatch, String ifUnmodifiedSince, ApiCallback<EndPoint> callback) throws ApiException
endpointId - **Endpoint ID** consisting of the **UUID** of the Endpoint**. (required)body - Tier object that needs to be modified (required)ifMatch - Validator for conditional requests; based on ETag. (optional)ifUnmodifiedSince - Validator for conditional requests; based on Last Modified header. (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectCopyright © 2018 WSO2. All rights reserved.