public class EndpointCollectionApi extends Object
| Constructor and Description |
|---|
EndpointCollectionApi() |
EndpointCollectionApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
EndPointList |
endpointsGet(String ifNoneMatch,
String ifModifiedSince)
Get all endpoints
This operation can be used to retrieve the list of endpoints available.
|
com.squareup.okhttp.Call |
endpointsGetAsync(String ifNoneMatch,
String ifModifiedSince,
ApiCallback<EndPointList> callback)
Get all endpoints (asynchronously)
This operation can be used to retrieve the list of endpoints available.
|
com.squareup.okhttp.Call |
endpointsGetCall(String ifNoneMatch,
String ifModifiedSince,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for endpointsGet
|
ApiResponse<EndPointList> |
endpointsGetWithHttpInfo(String ifNoneMatch,
String ifModifiedSince)
Get all endpoints
This operation can be used to retrieve the list of endpoints available.
|
void |
endpointsHead(String name,
String ifNoneMatch)
Check given Endpoint is already exist
Using this operation, you can check a given Endpoint name is already used.
|
com.squareup.okhttp.Call |
endpointsHeadAsync(String name,
String ifNoneMatch,
ApiCallback<Void> callback)
Check given Endpoint is already exist (asynchronously)
Using this operation, you can check a given Endpoint name is already used.
|
com.squareup.okhttp.Call |
endpointsHeadCall(String name,
String ifNoneMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for endpointsHead
|
ApiResponse<Void> |
endpointsHeadWithHttpInfo(String name,
String ifNoneMatch)
Check given Endpoint is already exist
Using this operation, you can check a given Endpoint name is already used.
|
EndPoint |
endpointsPost(EndPoint body,
String ifNoneMatch,
String ifModifiedSince)
Add a new endpoint
This operation can be used to add a new endpoint.
|
com.squareup.okhttp.Call |
endpointsPostAsync(EndPoint body,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<EndPoint> callback)
Add a new endpoint (asynchronously)
This operation can be used to add a new endpoint.
|
com.squareup.okhttp.Call |
endpointsPostCall(EndPoint body,
String ifNoneMatch,
String ifModifiedSince,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for endpointsPost
|
ApiResponse<EndPoint> |
endpointsPostWithHttpInfo(EndPoint body,
String ifNoneMatch,
String ifModifiedSince)
Add a new endpoint
This operation can be used to add a new endpoint.
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
public EndpointCollectionApi()
public EndpointCollectionApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call endpointsGetCall(String ifNoneMatch, String ifModifiedSince, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (optional)ifModifiedSince - Validator for conditional requests; based on Last Modified header of the formerly retrieved variant of the resource. (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic EndPointList endpointsGet(String ifNoneMatch, String ifModifiedSince) throws ApiException
ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (optional)ifModifiedSince - Validator for conditional requests; based on Last Modified header of the formerly retrieved variant of the resource. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<EndPointList> endpointsGetWithHttpInfo(String ifNoneMatch, String ifModifiedSince) throws ApiException
ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (optional)ifModifiedSince - Validator for conditional requests; based on Last Modified header of the formerly retrieved variant of the resource. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call endpointsGetAsync(String ifNoneMatch, String ifModifiedSince, ApiCallback<EndPointList> callback) throws ApiException
ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (optional)ifModifiedSince - Validator for conditional requests; based on Last Modified header of the formerly retrieved variant of the resource. (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 endpointsHeadCall(String name, String ifNoneMatch, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name - (optional)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic void endpointsHead(String name, String ifNoneMatch) throws ApiException
name - (optional)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> endpointsHeadWithHttpInfo(String name, String ifNoneMatch) throws ApiException
name - (optional)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call endpointsHeadAsync(String name, String ifNoneMatch, ApiCallback<Void> callback) throws ApiException
name - (optional)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (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 endpointsPostCall(EndPoint body, String ifNoneMatch, String ifModifiedSince, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
body - EndPoint object that needs to be added (required)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (optional)ifModifiedSince - Validator for conditional requests; based on Last Modified header of the formerly retrieved variant of the resource. (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic EndPoint endpointsPost(EndPoint body, String ifNoneMatch, String ifModifiedSince) throws ApiException
body - EndPoint object that needs to be added (required)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (optional)ifModifiedSince - Validator for conditional requests; based on Last Modified header of the formerly retrieved variant of the resource. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<EndPoint> endpointsPostWithHttpInfo(EndPoint body, String ifNoneMatch, String ifModifiedSince) throws ApiException
body - EndPoint object that needs to be added (required)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (optional)ifModifiedSince - Validator for conditional requests; based on Last Modified header of the formerly retrieved variant of the resource. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call endpointsPostAsync(EndPoint body, String ifNoneMatch, String ifModifiedSince, ApiCallback<EndPoint> callback) throws ApiException
body - EndPoint object that needs to be added (required)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (optional)ifModifiedSince - Validator for conditional requests; based on Last Modified header of the formerly retrieved variant of the resource. (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.