| Package | Description |
|---|---|
| org.wso2.carbon.apimgt.rest.integration.tests.publisher | |
| org.wso2.carbon.apimgt.rest.integration.tests.publisher.api |
| Modifier and Type | Method and Description |
|---|---|
void |
ApiCallback.onFailure(ApiException e,
int statusCode,
Map<String,List<String>> responseHeaders)
This is called when the API call fails.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
ApiClient.buildCall(String path,
String method,
List<Pair> queryParams,
Object body,
Map<String,String> headerParams,
Map<String,Object> formParams,
String[] authNames,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build HTTP call with the given options.
|
<T> T |
ApiClient.deserialize(com.squareup.okhttp.Response response,
Type returnType)
Deserialize response body to Java object, according to the return type and
the Content-Type response header.
|
File |
ApiClient.downloadFileFromResponse(com.squareup.okhttp.Response response)
Download file from the given response.
|
<T> ApiResponse<T> |
ApiClient.execute(com.squareup.okhttp.Call call)
|
<T> ApiResponse<T> |
ApiClient.execute(com.squareup.okhttp.Call call,
Type returnType)
Execute HTTP call and deserialize the HTTP response body into the given return type.
|
<T> T |
ApiClient.handleResponse(com.squareup.okhttp.Response response,
Type returnType)
Handle the given response, return the deserialized object when the response is successful.
|
com.squareup.okhttp.RequestBody |
ApiClient.serialize(Object obj,
String contentType)
Serialize the given Java object into request body according to the object's
class and the request Content-Type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
APIIndividualApi.apisApiIdDelete(String apiId,
String ifMatch,
String ifUnmodifiedSince)
Delete an API
This operation can be used to delete an existing API proving the Id of the API.
|
com.squareup.okhttp.Call |
APIIndividualApi.apisApiIdDeleteAsync(String apiId,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<Void> callback)
Delete an API (asynchronously)
This operation can be used to delete an existing API proving the Id of the API.
|
com.squareup.okhttp.Call |
APIIndividualApi.apisApiIdDeleteCall(String apiId,
String ifMatch,
String ifUnmodifiedSince,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdDelete
|
ApiResponse<Void> |
APIIndividualApi.apisApiIdDeleteWithHttpInfo(String apiId,
String ifMatch,
String ifUnmodifiedSince)
Delete an API
This operation can be used to delete an existing API proving the Id of the API.
|
void |
DocumentIndividualApi.apisApiIdDocumentsDocumentIdContentGet(String apiId,
String documentId,
String ifNoneMatch,
String ifModifiedSince)
Get the content of an API document
This operation can be used to retrive the content of an API's document.
|
com.squareup.okhttp.Call |
DocumentIndividualApi.apisApiIdDocumentsDocumentIdContentGetAsync(String apiId,
String documentId,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<Void> callback)
Get the content of an API document (asynchronously)
This operation can be used to retrive the content of an API's document.
|
com.squareup.okhttp.Call |
DocumentIndividualApi.apisApiIdDocumentsDocumentIdContentGetCall(String apiId,
String documentId,
String ifNoneMatch,
String ifModifiedSince,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdDocumentsDocumentIdContentGet
|
ApiResponse<Void> |
DocumentIndividualApi.apisApiIdDocumentsDocumentIdContentGetWithHttpInfo(String apiId,
String documentId,
String ifNoneMatch,
String ifModifiedSince)
Get the content of an API document
This operation can be used to retrive the content of an API's document.
|
Document |
DocumentIndividualApi.apisApiIdDocumentsDocumentIdContentPost(String apiId,
String documentId,
File file,
String inlineContent,
String ifMatch,
String ifUnmodifiedSince)
Upload the content of an API document
Thid operation can be used to upload a file or add inline content to an API document.
|
com.squareup.okhttp.Call |
DocumentIndividualApi.apisApiIdDocumentsDocumentIdContentPostAsync(String apiId,
String documentId,
File file,
String inlineContent,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<Document> callback)
Upload the content of an API document (asynchronously)
Thid operation can be used to upload a file or add inline content to an API document.
|
com.squareup.okhttp.Call |
DocumentIndividualApi.apisApiIdDocumentsDocumentIdContentPostCall(String apiId,
String documentId,
File file,
String inlineContent,
String ifMatch,
String ifUnmodifiedSince,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdDocumentsDocumentIdContentPost
|
ApiResponse<Document> |
DocumentIndividualApi.apisApiIdDocumentsDocumentIdContentPostWithHttpInfo(String apiId,
String documentId,
File file,
String inlineContent,
String ifMatch,
String ifUnmodifiedSince)
Upload the content of an API document
Thid operation can be used to upload a file or add inline content to an API document.
|
void |
DocumentIndividualApi.apisApiIdDocumentsDocumentIdDelete(String apiId,
String documentId,
String ifMatch,
String ifUnmodifiedSince)
Delete a document of an API
This operation can be used to delete a document associated with an API.
|
com.squareup.okhttp.Call |
DocumentIndividualApi.apisApiIdDocumentsDocumentIdDeleteAsync(String apiId,
String documentId,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<Void> callback)
Delete a document of an API (asynchronously)
This operation can be used to delete a document associated with an API.
|
com.squareup.okhttp.Call |
DocumentIndividualApi.apisApiIdDocumentsDocumentIdDeleteCall(String apiId,
String documentId,
String ifMatch,
String ifUnmodifiedSince,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdDocumentsDocumentIdDelete
|
ApiResponse<Void> |
DocumentIndividualApi.apisApiIdDocumentsDocumentIdDeleteWithHttpInfo(String apiId,
String documentId,
String ifMatch,
String ifUnmodifiedSince)
Delete a document of an API
This operation can be used to delete a document associated with an API.
|
Document |
DocumentIndividualApi.apisApiIdDocumentsDocumentIdGet(String apiId,
String documentId,
String ifNoneMatch,
String ifModifiedSince)
Get a document of an API
This operation can be used to retrieve a particular document's metadata associated with an API.
|
com.squareup.okhttp.Call |
DocumentIndividualApi.apisApiIdDocumentsDocumentIdGetAsync(String apiId,
String documentId,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<Document> callback)
Get a document of an API (asynchronously)
This operation can be used to retrieve a particular document's metadata associated with an API.
|
com.squareup.okhttp.Call |
DocumentIndividualApi.apisApiIdDocumentsDocumentIdGetCall(String apiId,
String documentId,
String ifNoneMatch,
String ifModifiedSince,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdDocumentsDocumentIdGet
|
ApiResponse<Document> |
DocumentIndividualApi.apisApiIdDocumentsDocumentIdGetWithHttpInfo(String apiId,
String documentId,
String ifNoneMatch,
String ifModifiedSince)
Get a document of an API
This operation can be used to retrieve a particular document's metadata associated with an API.
|
Document |
DocumentIndividualApi.apisApiIdDocumentsDocumentIdPut(String apiId,
String documentId,
Document body,
String ifMatch,
String ifUnmodifiedSince)
Update a document of an API
This operation can be used to update metadata of an API's document.
|
com.squareup.okhttp.Call |
DocumentIndividualApi.apisApiIdDocumentsDocumentIdPutAsync(String apiId,
String documentId,
Document body,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<Document> callback)
Update a document of an API (asynchronously)
This operation can be used to update metadata of an API's document.
|
com.squareup.okhttp.Call |
DocumentIndividualApi.apisApiIdDocumentsDocumentIdPutCall(String apiId,
String documentId,
Document body,
String ifMatch,
String ifUnmodifiedSince,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdDocumentsDocumentIdPut
|
ApiResponse<Document> |
DocumentIndividualApi.apisApiIdDocumentsDocumentIdPutWithHttpInfo(String apiId,
String documentId,
Document body,
String ifMatch,
String ifUnmodifiedSince)
Update a document of an API
This operation can be used to update metadata of an API's document.
|
DocumentList |
DocumentCollectionApi.apisApiIdDocumentsGet(String apiId,
Integer limit,
Integer offset,
String ifNoneMatch)
Get a list of documents of an API
This operation can be used to retrieve a list of documents belonging to an API by providing the id of the API.
|
com.squareup.okhttp.Call |
DocumentCollectionApi.apisApiIdDocumentsGetAsync(String apiId,
Integer limit,
Integer offset,
String ifNoneMatch,
ApiCallback<DocumentList> callback)
Get a list of documents of an API (asynchronously)
This operation can be used to retrieve a list of documents belonging to an API by providing the id of the API.
|
com.squareup.okhttp.Call |
DocumentCollectionApi.apisApiIdDocumentsGetCall(String apiId,
Integer limit,
Integer offset,
String ifNoneMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdDocumentsGet
|
ApiResponse<DocumentList> |
DocumentCollectionApi.apisApiIdDocumentsGetWithHttpInfo(String apiId,
Integer limit,
Integer offset,
String ifNoneMatch)
Get a list of documents of an API
This operation can be used to retrieve a list of documents belonging to an API by providing the id of the API.
|
Document |
DocumentCollectionApi.apisApiIdDocumentsPost(String apiId,
Document body,
String ifMatch,
String ifUnmodifiedSince)
Add a new document to an API
This operation can be used to add a new documentation to an API.
|
com.squareup.okhttp.Call |
DocumentCollectionApi.apisApiIdDocumentsPostAsync(String apiId,
Document body,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<Document> callback)
Add a new document to an API (asynchronously)
This operation can be used to add a new documentation to an API.
|
com.squareup.okhttp.Call |
DocumentCollectionApi.apisApiIdDocumentsPostCall(String apiId,
Document body,
String ifMatch,
String ifUnmodifiedSince,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdDocumentsPost
|
ApiResponse<Document> |
DocumentCollectionApi.apisApiIdDocumentsPostWithHttpInfo(String apiId,
Document body,
String ifMatch,
String ifUnmodifiedSince)
Add a new document to an API
This operation can be used to add a new documentation to an API.
|
void |
APIIndividualApi.apisApiIdGatewayConfigGet(String apiId,
String ifNoneMatch,
String ifModifiedSince)
Get gateway definition
This operation can be used to retrieve the gateway configuration of an API.
|
com.squareup.okhttp.Call |
APIIndividualApi.apisApiIdGatewayConfigGetAsync(String apiId,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<Void> callback)
Get gateway definition (asynchronously)
This operation can be used to retrieve the gateway configuration of an API.
|
com.squareup.okhttp.Call |
APIIndividualApi.apisApiIdGatewayConfigGetCall(String apiId,
String ifNoneMatch,
String ifModifiedSince,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdGatewayConfigGet
|
ApiResponse<Void> |
APIIndividualApi.apisApiIdGatewayConfigGetWithHttpInfo(String apiId,
String ifNoneMatch,
String ifModifiedSince)
Get gateway definition
This operation can be used to retrieve the gateway configuration of an API.
|
void |
APIIndividualApi.apisApiIdGatewayConfigPut(String apiId,
String gatewayConfig,
String ifMatch,
String ifUnmodifiedSince)
Update gateway configuration
This operation can be used to update the gateway configuration of an existing API.
|
com.squareup.okhttp.Call |
APIIndividualApi.apisApiIdGatewayConfigPutAsync(String apiId,
String gatewayConfig,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<Void> callback)
Update gateway configuration (asynchronously)
This operation can be used to update the gateway configuration of an existing API.
|
com.squareup.okhttp.Call |
APIIndividualApi.apisApiIdGatewayConfigPutCall(String apiId,
String gatewayConfig,
String ifMatch,
String ifUnmodifiedSince,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdGatewayConfigPut
|
ApiResponse<Void> |
APIIndividualApi.apisApiIdGatewayConfigPutWithHttpInfo(String apiId,
String gatewayConfig,
String ifMatch,
String ifUnmodifiedSince)
Update gateway configuration
This operation can be used to update the gateway configuration of an existing API.
|
API |
APIIndividualApi.apisApiIdGet(String apiId,
String ifNoneMatch,
String ifModifiedSince)
Get details of an API
Using this operation, you can retrieve complete details of a single API.
|
com.squareup.okhttp.Call |
APIIndividualApi.apisApiIdGetAsync(String apiId,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<API> callback)
Get details of an API (asynchronously)
Using this operation, you can retrieve complete details of a single API.
|
com.squareup.okhttp.Call |
APIIndividualApi.apisApiIdGetCall(String apiId,
String ifNoneMatch,
String ifModifiedSince,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdGet
|
ApiResponse<API> |
APIIndividualApi.apisApiIdGetWithHttpInfo(String apiId,
String ifNoneMatch,
String ifModifiedSince)
Get details of an API
Using this operation, you can retrieve complete details of a single API.
|
LifecycleState |
APIIndividualApi.apisApiIdLifecycleGet(String apiId,
String ifNoneMatch,
String ifModifiedSince)
Get Lifecycle state data of the API.
|
com.squareup.okhttp.Call |
APIIndividualApi.apisApiIdLifecycleGetAsync(String apiId,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<LifecycleState> callback)
Get Lifecycle state data of the API.
|
com.squareup.okhttp.Call |
APIIndividualApi.apisApiIdLifecycleGetCall(String apiId,
String ifNoneMatch,
String ifModifiedSince,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdLifecycleGet
|
ApiResponse<LifecycleState> |
APIIndividualApi.apisApiIdLifecycleGetWithHttpInfo(String apiId,
String ifNoneMatch,
String ifModifiedSince)
Get Lifecycle state data of the API.
|
void |
APIIndividualApi.apisApiIdLifecycleHistoryGet(String apiId,
String ifNoneMatch,
String ifModifiedSince)
Get Lifecycle state change history of the API.
|
com.squareup.okhttp.Call |
APIIndividualApi.apisApiIdLifecycleHistoryGetAsync(String apiId,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<Void> callback)
Get Lifecycle state change history of the API.
|
com.squareup.okhttp.Call |
APIIndividualApi.apisApiIdLifecycleHistoryGetCall(String apiId,
String ifNoneMatch,
String ifModifiedSince,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdLifecycleHistoryGet
|
ApiResponse<Void> |
APIIndividualApi.apisApiIdLifecycleHistoryGetWithHttpInfo(String apiId,
String ifNoneMatch,
String ifModifiedSince)
Get Lifecycle state change history of the API.
|
void |
APIIndividualApi.apisApiIdLifecycleLifecyclePendingTaskDelete(String apiId)
Delete pending lifecycle state change tasks.
|
com.squareup.okhttp.Call |
APIIndividualApi.apisApiIdLifecycleLifecyclePendingTaskDeleteAsync(String apiId,
ApiCallback<Void> callback)
Delete pending lifecycle state change tasks.
|
com.squareup.okhttp.Call |
APIIndividualApi.apisApiIdLifecycleLifecyclePendingTaskDeleteCall(String apiId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdLifecycleLifecyclePendingTaskDelete
|
ApiResponse<Void> |
APIIndividualApi.apisApiIdLifecycleLifecyclePendingTaskDeleteWithHttpInfo(String apiId)
Delete pending lifecycle state change tasks.
|
API |
APIIndividualApi.apisApiIdPut(String apiId,
API body,
String ifMatch,
String ifUnmodifiedSince)
Update an API
This operation can be used to update an existing API.
|
com.squareup.okhttp.Call |
APIIndividualApi.apisApiIdPutAsync(String apiId,
API body,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<API> callback)
Update an API (asynchronously)
This operation can be used to update an existing API.
|
com.squareup.okhttp.Call |
APIIndividualApi.apisApiIdPutCall(String apiId,
API body,
String ifMatch,
String ifUnmodifiedSince,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdPut
|
ApiResponse<API> |
APIIndividualApi.apisApiIdPutWithHttpInfo(String apiId,
API body,
String ifMatch,
String ifUnmodifiedSince)
Update an API
This operation can be used to update an existing API.
|
void |
APIIndividualApi.apisApiIdSwaggerGet(String apiId,
String ifNoneMatch,
String ifModifiedSince)
Get swagger definition
This operation can be used to retrieve the swagger definition of an API.
|
com.squareup.okhttp.Call |
APIIndividualApi.apisApiIdSwaggerGetAsync(String apiId,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<Void> callback)
Get swagger definition (asynchronously)
This operation can be used to retrieve the swagger definition of an API.
|
com.squareup.okhttp.Call |
APIIndividualApi.apisApiIdSwaggerGetCall(String apiId,
String ifNoneMatch,
String ifModifiedSince,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdSwaggerGet
|
ApiResponse<Void> |
APIIndividualApi.apisApiIdSwaggerGetWithHttpInfo(String apiId,
String ifNoneMatch,
String ifModifiedSince)
Get swagger definition
This operation can be used to retrieve the swagger definition of an API.
|
void |
APIIndividualApi.apisApiIdSwaggerPut(String apiId,
String endpointId,
String ifMatch,
String ifUnmodifiedSince)
Update swagger definition
This operation can be used to update the swagger definition of an existing API.
|
com.squareup.okhttp.Call |
APIIndividualApi.apisApiIdSwaggerPutAsync(String apiId,
String endpointId,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<Void> callback)
Update swagger definition (asynchronously)
This operation can be used to update the swagger definition of an existing API.
|
com.squareup.okhttp.Call |
APIIndividualApi.apisApiIdSwaggerPutCall(String apiId,
String endpointId,
String ifMatch,
String ifUnmodifiedSince,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdSwaggerPut
|
ApiResponse<Void> |
APIIndividualApi.apisApiIdSwaggerPutWithHttpInfo(String apiId,
String endpointId,
String ifMatch,
String ifUnmodifiedSince)
Update swagger definition
This operation can be used to update the swagger definition of an existing API.
|
void |
APIIndividualApi.apisApiIdThumbnailGet(String apiId,
String ifNoneMatch,
String ifModifiedSince)
Get thumbnail image
This operation can be used to download a thumbnail image of an API.
|
com.squareup.okhttp.Call |
APIIndividualApi.apisApiIdThumbnailGetAsync(String apiId,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<Void> callback)
Get thumbnail image (asynchronously)
This operation can be used to download a thumbnail image of an API.
|
com.squareup.okhttp.Call |
APIIndividualApi.apisApiIdThumbnailGetCall(String apiId,
String ifNoneMatch,
String ifModifiedSince,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdThumbnailGet
|
ApiResponse<Void> |
APIIndividualApi.apisApiIdThumbnailGetWithHttpInfo(String apiId,
String ifNoneMatch,
String ifModifiedSince)
Get thumbnail image
This operation can be used to download a thumbnail image of an API.
|
FileInfo |
APIIndividualApi.apisApiIdThumbnailPost(String apiId,
File file,
String ifMatch,
String ifUnmodifiedSince)
Upload a thumbnail image
This operation can be used to upload a thumbnail image of an API.
|
com.squareup.okhttp.Call |
APIIndividualApi.apisApiIdThumbnailPostAsync(String apiId,
File file,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<FileInfo> callback)
Upload a thumbnail image (asynchronously)
This operation can be used to upload a thumbnail image of an API.
|
com.squareup.okhttp.Call |
APIIndividualApi.apisApiIdThumbnailPostCall(String apiId,
File file,
String ifMatch,
String ifUnmodifiedSince,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdThumbnailPost
|
ApiResponse<FileInfo> |
APIIndividualApi.apisApiIdThumbnailPostWithHttpInfo(String apiId,
File file,
String ifMatch,
String ifUnmodifiedSince)
Upload a thumbnail image
This operation can be used to upload a thumbnail image of an API.
|
void |
APIIndividualApi.apisApiIdWsdlGet(String apiId,
String ifNoneMatch,
String ifModifiedSince)
Get swagger definition
This operation can be used to retrieve the swagger definition of an API.
|
com.squareup.okhttp.Call |
APIIndividualApi.apisApiIdWsdlGetAsync(String apiId,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<Void> callback)
Get swagger definition (asynchronously)
This operation can be used to retrieve the swagger definition of an API.
|
com.squareup.okhttp.Call |
APIIndividualApi.apisApiIdWsdlGetCall(String apiId,
String ifNoneMatch,
String ifModifiedSince,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdWsdlGet
|
ApiResponse<Void> |
APIIndividualApi.apisApiIdWsdlGetWithHttpInfo(String apiId,
String ifNoneMatch,
String ifModifiedSince)
Get swagger definition
This operation can be used to retrieve the swagger definition of an API.
|
void |
APIIndividualApi.apisApiIdWsdlPut(String apiId,
File file,
String ifMatch,
String ifUnmodifiedSince)
Update WSDL definition
This operation can be used to update the WSDL definition of an existing API.
|
com.squareup.okhttp.Call |
APIIndividualApi.apisApiIdWsdlPutAsync(String apiId,
File file,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<Void> callback)
Update WSDL definition (asynchronously)
This operation can be used to update the WSDL definition of an existing API.
|
com.squareup.okhttp.Call |
APIIndividualApi.apisApiIdWsdlPutCall(String apiId,
File file,
String ifMatch,
String ifUnmodifiedSince,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdWsdlPut
|
ApiResponse<Void> |
APIIndividualApi.apisApiIdWsdlPutWithHttpInfo(String apiId,
File file,
String ifMatch,
String ifUnmodifiedSince)
Update WSDL definition
This operation can be used to update the WSDL definition of an existing API.
|
WorkflowResponse |
APIIndividualApi.apisChangeLifecyclePost(String action,
String apiId,
String lifecycleChecklist,
String ifMatch,
String ifUnmodifiedSince)
Change API Status
This operation is used to change the lifecycle of an API.
|
com.squareup.okhttp.Call |
APIIndividualApi.apisChangeLifecyclePostAsync(String action,
String apiId,
String lifecycleChecklist,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<WorkflowResponse> callback)
Change API Status (asynchronously)
This operation is used to change the lifecycle of an API.
|
com.squareup.okhttp.Call |
APIIndividualApi.apisChangeLifecyclePostCall(String action,
String apiId,
String lifecycleChecklist,
String ifMatch,
String ifUnmodifiedSince,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisChangeLifecyclePost
|
ApiResponse<WorkflowResponse> |
APIIndividualApi.apisChangeLifecyclePostWithHttpInfo(String action,
String apiId,
String lifecycleChecklist,
String ifMatch,
String ifUnmodifiedSince)
Change API Status
This operation is used to change the lifecycle of an API.
|
void |
APIIndividualApi.apisCopyApiPost(String newVersion,
String apiId)
Create a new API version
This operation can be used to create a new version of an existing API.
|
com.squareup.okhttp.Call |
APIIndividualApi.apisCopyApiPostAsync(String newVersion,
String apiId,
ApiCallback<Void> callback)
Create a new API version (asynchronously)
This operation can be used to create a new version of an existing API.
|
com.squareup.okhttp.Call |
APIIndividualApi.apisCopyApiPostCall(String newVersion,
String apiId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisCopyApiPost
|
ApiResponse<Void> |
APIIndividualApi.apisCopyApiPostWithHttpInfo(String newVersion,
String apiId)
Create a new API version
This operation can be used to create a new version of an existing API.
|
APIList |
APICollectionApi.apisGet(Integer limit,
Integer offset,
String query,
String ifNoneMatch)
Retrieve/Search APIs
This operation provides you a list of available APIs qualifying under a given search condition.
|
com.squareup.okhttp.Call |
APICollectionApi.apisGetAsync(Integer limit,
Integer offset,
String query,
String ifNoneMatch,
ApiCallback<APIList> callback)
Retrieve/Search APIs (asynchronously)
This operation provides you a list of available APIs qualifying under a given search condition.
|
com.squareup.okhttp.Call |
APICollectionApi.apisGetCall(Integer limit,
Integer offset,
String query,
String ifNoneMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisGet
|
ApiResponse<APIList> |
APICollectionApi.apisGetWithHttpInfo(Integer limit,
Integer offset,
String query,
String ifNoneMatch)
Retrieve/Search APIs
This operation provides you a list of available APIs qualifying under a given search condition.
|
void |
APICollectionApi.apisHead(String query,
String ifNoneMatch)
Check given API attibute name is already exist
Using this operation, you can check a given API context is already used.
|
com.squareup.okhttp.Call |
APICollectionApi.apisHeadAsync(String query,
String ifNoneMatch,
ApiCallback<Void> callback)
Check given API attibute name is already exist (asynchronously)
Using this operation, you can check a given API context is already used.
|
com.squareup.okhttp.Call |
APICollectionApi.apisHeadCall(String query,
String ifNoneMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisHead
|
ApiResponse<Void> |
APICollectionApi.apisHeadWithHttpInfo(String query,
String ifNoneMatch)
Check given API attibute name is already exist
Using this operation, you can check a given API context is already used.
|
API |
APICollectionApi.apisImportDefinitionPost(String type,
File file,
String url,
String additionalProperties,
String implementationType,
String ifMatch,
String ifUnmodifiedSince)
Import API Definition
This operation can be used to create api from api definition.
|
com.squareup.okhttp.Call |
APICollectionApi.apisImportDefinitionPostAsync(String type,
File file,
String url,
String additionalProperties,
String implementationType,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<API> callback)
Import API Definition (asynchronously)
This operation can be used to create api from api definition.
|
com.squareup.okhttp.Call |
APICollectionApi.apisImportDefinitionPostCall(String type,
File file,
String url,
String additionalProperties,
String implementationType,
String ifMatch,
String ifUnmodifiedSince,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisImportDefinitionPost
|
ApiResponse<API> |
APICollectionApi.apisImportDefinitionPostWithHttpInfo(String type,
File file,
String url,
String additionalProperties,
String implementationType,
String ifMatch,
String ifUnmodifiedSince)
Import API Definition
This operation can be used to create api from api definition.
|
API |
APICollectionApi.apisPost(API body)
Create a new API
This operation can be used to create a new API specifying the details of the API in the payload.
|
com.squareup.okhttp.Call |
APICollectionApi.apisPostAsync(API body,
ApiCallback<API> callback)
Create a new API (asynchronously)
This operation can be used to create a new API specifying the details of the API in the payload.
|
com.squareup.okhttp.Call |
APICollectionApi.apisPostCall(API body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisPost
|
ApiResponse<API> |
APICollectionApi.apisPostWithHttpInfo(API body)
Create a new API
This operation can be used to create a new API specifying the details of the API in the payload.
|
APIDefinitionValidationResponse |
APICollectionApi.apisValidateDefinitionPost(String type,
File file,
String url)
Validate API definition and retrieve a summary
This operation can be used to validate a swagger or WSDL definition and retrieve a summary.
|
com.squareup.okhttp.Call |
APICollectionApi.apisValidateDefinitionPostAsync(String type,
File file,
String url,
ApiCallback<APIDefinitionValidationResponse> callback)
Validate API definition and retrieve a summary (asynchronously)
This operation can be used to validate a swagger or WSDL definition and retrieve a summary.
|
com.squareup.okhttp.Call |
APICollectionApi.apisValidateDefinitionPostCall(String type,
File file,
String url,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisValidateDefinitionPost
|
ApiResponse<APIDefinitionValidationResponse> |
APICollectionApi.apisValidateDefinitionPostWithHttpInfo(String type,
File file,
String url)
Validate API definition and retrieve a summary
This operation can be used to validate a swagger or WSDL definition and retrieve a summary.
|
Application |
ApplicationIndividualApi.applicationsApplicationIdGet(String applicationId,
String accept,
String ifNoneMatch,
String ifModifiedSince)
Get details of an application
This operation can be used to retrieve details of an individual application specifying the application id in the URI.
|
com.squareup.okhttp.Call |
ApplicationIndividualApi.applicationsApplicationIdGetAsync(String applicationId,
String accept,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<Application> callback)
Get details of an application (asynchronously)
This operation can be used to retrieve details of an individual application specifying the application id in the URI.
|
ApiResponse<Application> |
ApplicationIndividualApi.applicationsApplicationIdGetWithHttpInfo(String applicationId,
String accept,
String ifNoneMatch,
String ifModifiedSince)
Get details of an application
This operation can be used to retrieve details of an individual application specifying the application id in the URI.
|
void |
EndpointIndividualApi.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 |
EndpointIndividualApi.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 |
EndpointIndividualApi.endpointsEndpointIdDeleteCall(String endpointId,
String ifMatch,
String ifUnmodifiedSince,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for endpointsEndpointIdDelete
|
ApiResponse<Void> |
EndpointIndividualApi.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 |
EndpointIndividualApi.endpointsEndpointIdGet(String endpointId,
String ifMatch,
String ifUnmodifiedSince)
Get specific endpoints
This operation can be used to retrieve endpoint specific details.
|
com.squareup.okhttp.Call |
EndpointIndividualApi.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 |
EndpointIndividualApi.endpointsEndpointIdGetCall(String endpointId,
String ifMatch,
String ifUnmodifiedSince,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for endpointsEndpointIdGet
|
ApiResponse<EndPoint> |
EndpointIndividualApi.endpointsEndpointIdGetWithHttpInfo(String endpointId,
String ifMatch,
String ifUnmodifiedSince)
Get specific endpoints
This operation can be used to retrieve endpoint specific details.
|
EndPoint |
EndpointIndividualApi.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 |
EndpointIndividualApi.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 |
EndpointIndividualApi.endpointsEndpointIdPutCall(String endpointId,
EndPoint body,
String ifMatch,
String ifUnmodifiedSince,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for endpointsEndpointIdPut
|
ApiResponse<EndPoint> |
EndpointIndividualApi.endpointsEndpointIdPutWithHttpInfo(String endpointId,
EndPoint body,
String ifMatch,
String ifUnmodifiedSince)
Update a Tier
This operation can be used to update an existing endpoint.
|
EndPointList |
EndpointCollectionApi.endpointsGet(String ifNoneMatch,
String ifModifiedSince)
Get all endpoints
This operation can be used to retrieve the list of endpoints available.
|
com.squareup.okhttp.Call |
EndpointCollectionApi.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 |
EndpointCollectionApi.endpointsGetCall(String ifNoneMatch,
String ifModifiedSince,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for endpointsGet
|
ApiResponse<EndPointList> |
EndpointCollectionApi.endpointsGetWithHttpInfo(String ifNoneMatch,
String ifModifiedSince)
Get all endpoints
This operation can be used to retrieve the list of endpoints available.
|
void |
EndpointCollectionApi.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 |
EndpointCollectionApi.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 |
EndpointCollectionApi.endpointsHeadCall(String name,
String ifNoneMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for endpointsHead
|
ApiResponse<Void> |
EndpointCollectionApi.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 |
EndpointCollectionApi.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 |
EndpointCollectionApi.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 |
EndpointCollectionApi.endpointsPostCall(EndPoint body,
String ifNoneMatch,
String ifModifiedSince,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for endpointsPost
|
ApiResponse<EndPoint> |
EndpointCollectionApi.endpointsPostWithHttpInfo(EndPoint body,
String ifNoneMatch,
String ifModifiedSince)
Add a new endpoint
This operation can be used to add a new endpoint.
|
EnvironmentList |
EnvironmentCollectionApi.environmentsGet(String apiId)
Get all gateway environments
This operation can be used to retrieve the list of gateway environments available.
|
com.squareup.okhttp.Call |
EnvironmentCollectionApi.environmentsGetAsync(String apiId,
ApiCallback<EnvironmentList> callback)
Get all gateway environments (asynchronously)
This operation can be used to retrieve the list of gateway environments available.
|
ApiResponse<EnvironmentList> |
EnvironmentCollectionApi.environmentsGetWithHttpInfo(String apiId)
Get all gateway environments
This operation can be used to retrieve the list of gateway environments available.
|
File |
ExportConfigurationApi.exportApisGet(String query,
Integer limit,
Integer offset)
Export information related to an API.
|
com.squareup.okhttp.Call |
ExportConfigurationApi.exportApisGetAsync(String query,
Integer limit,
Integer offset,
ApiCallback<File> callback)
Export information related to an API.
|
com.squareup.okhttp.Call |
ExportConfigurationApi.exportApisGetCall(String query,
Integer limit,
Integer offset,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for exportApisGet
|
ApiResponse<File> |
ExportConfigurationApi.exportApisGetWithHttpInfo(String query,
Integer limit,
Integer offset)
Export information related to an API.
|
APIList |
ImportConfigurationApi.importApisPost(File file,
String provider)
Imports API(s).
|
com.squareup.okhttp.Call |
ImportConfigurationApi.importApisPostAsync(File file,
String provider,
ApiCallback<APIList> callback)
Imports API(s).
|
com.squareup.okhttp.Call |
ImportConfigurationApi.importApisPostCall(File file,
String provider,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for importApisPost
|
ApiResponse<APIList> |
ImportConfigurationApi.importApisPostWithHttpInfo(File file,
String provider)
Imports API(s).
|
APIList |
ImportConfigurationApi.importApisPut(File file,
String provider)
Imports API(s).
|
com.squareup.okhttp.Call |
ImportConfigurationApi.importApisPutAsync(File file,
String provider,
ApiCallback<APIList> callback)
Imports API(s).
|
com.squareup.okhttp.Call |
ImportConfigurationApi.importApisPutCall(File file,
String provider,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for importApisPut
|
ApiResponse<APIList> |
ImportConfigurationApi.importApisPutWithHttpInfo(File file,
String provider)
Imports API(s).
|
LabelList |
LabelCollectionApi.labelsGet(String ifNoneMatch,
String ifModifiedSince)
Get all labels
This operation can be used to retrieve the list of labels available.
|
com.squareup.okhttp.Call |
LabelCollectionApi.labelsGetAsync(String ifNoneMatch,
String ifModifiedSince,
ApiCallback<LabelList> callback)
Get all labels (asynchronously)
This operation can be used to retrieve the list of labels available.
|
com.squareup.okhttp.Call |
LabelCollectionApi.labelsGetCall(String ifNoneMatch,
String ifModifiedSince,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for labelsGet
|
ApiResponse<LabelList> |
LabelCollectionApi.labelsGetWithHttpInfo(String ifNoneMatch,
String ifModifiedSince)
Get all labels
This operation can be used to retrieve the list of labels available.
|
TierList |
ThrottlingTierCollectionApi.policiesTierLevelGet(String tierLevel,
Integer limit,
Integer offset,
String ifNoneMatch)
Get all policies
This operation can be used to list the available policies for a given policy level.
|
com.squareup.okhttp.Call |
ThrottlingTierCollectionApi.policiesTierLevelGetAsync(String tierLevel,
Integer limit,
Integer offset,
String ifNoneMatch,
ApiCallback<TierList> callback)
Get all policies (asynchronously)
This operation can be used to list the available policies for a given policy level.
|
com.squareup.okhttp.Call |
ThrottlingTierCollectionApi.policiesTierLevelGetCall(String tierLevel,
Integer limit,
Integer offset,
String ifNoneMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for policiesTierLevelGet
|
ApiResponse<TierList> |
ThrottlingTierCollectionApi.policiesTierLevelGetWithHttpInfo(String tierLevel,
Integer limit,
Integer offset,
String ifNoneMatch)
Get all policies
This operation can be used to list the available policies for a given policy level.
|
Tier |
ThrottlingTierIndividualApi.policiesTierLevelTierNameGet(String tierName,
String tierLevel,
String ifNoneMatch,
String ifModifiedSince)
Get details of a policy
This operation can be used to retrieve details of a single policy by specifying the policy level and policy name.
|
com.squareup.okhttp.Call |
ThrottlingTierIndividualApi.policiesTierLevelTierNameGetAsync(String tierName,
String tierLevel,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<Tier> callback)
Get details of a policy (asynchronously)
This operation can be used to retrieve details of a single policy by specifying the policy level and policy name.
|
com.squareup.okhttp.Call |
ThrottlingTierIndividualApi.policiesTierLevelTierNameGetCall(String tierName,
String tierLevel,
String ifNoneMatch,
String ifModifiedSince,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for policiesTierLevelTierNameGet
|
ApiResponse<Tier> |
ThrottlingTierIndividualApi.policiesTierLevelTierNameGetWithHttpInfo(String tierName,
String tierLevel,
String ifNoneMatch,
String ifModifiedSince)
Get details of a policy
This operation can be used to retrieve details of a single policy by specifying the policy level and policy name.
|
void |
SubscriptionIndividualApi.subscriptionsBlockSubscriptionPost(String subscriptionId,
String blockState,
String ifMatch,
String ifUnmodifiedSince)
Block a subscription
This operation can be used to block a subscription.
|
com.squareup.okhttp.Call |
SubscriptionIndividualApi.subscriptionsBlockSubscriptionPostAsync(String subscriptionId,
String blockState,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<Void> callback)
Block a subscription (asynchronously)
This operation can be used to block a subscription.
|
com.squareup.okhttp.Call |
SubscriptionIndividualApi.subscriptionsBlockSubscriptionPostCall(String subscriptionId,
String blockState,
String ifMatch,
String ifUnmodifiedSince,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for subscriptionsBlockSubscriptionPost
|
ApiResponse<Void> |
SubscriptionIndividualApi.subscriptionsBlockSubscriptionPostWithHttpInfo(String subscriptionId,
String blockState,
String ifMatch,
String ifUnmodifiedSince)
Block a subscription
This operation can be used to block a subscription.
|
SubscriptionList |
SubscriptionCollectionApi.subscriptionsGet(String apiId,
Integer limit,
Integer offset,
String ifNoneMatch)
Get all Subscriptions
This operation can be used to retrieve a list of subscriptions of the user associated with the provided access token.
|
com.squareup.okhttp.Call |
SubscriptionCollectionApi.subscriptionsGetAsync(String apiId,
Integer limit,
Integer offset,
String ifNoneMatch,
ApiCallback<SubscriptionList> callback)
Get all Subscriptions (asynchronously)
This operation can be used to retrieve a list of subscriptions of the user associated with the provided access token.
|
com.squareup.okhttp.Call |
SubscriptionCollectionApi.subscriptionsGetCall(String apiId,
Integer limit,
Integer offset,
String ifNoneMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for subscriptionsGet
|
ApiResponse<SubscriptionList> |
SubscriptionCollectionApi.subscriptionsGetWithHttpInfo(String apiId,
Integer limit,
Integer offset,
String ifNoneMatch)
Get all Subscriptions
This operation can be used to retrieve a list of subscriptions of the user associated with the provided access token.
|
Subscription |
SubscriptionIndividualApi.subscriptionsSubscriptionIdGet(String subscriptionId,
String ifNoneMatch,
String ifModifiedSince)
Get details of a subscription
This operation can be used to get details of a single subscription.
|
com.squareup.okhttp.Call |
SubscriptionIndividualApi.subscriptionsSubscriptionIdGetAsync(String subscriptionId,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<Subscription> callback)
Get details of a subscription (asynchronously)
This operation can be used to get details of a single subscription.
|
com.squareup.okhttp.Call |
SubscriptionIndividualApi.subscriptionsSubscriptionIdGetCall(String subscriptionId,
String ifNoneMatch,
String ifModifiedSince,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for subscriptionsSubscriptionIdGet
|
ApiResponse<Subscription> |
SubscriptionIndividualApi.subscriptionsSubscriptionIdGetWithHttpInfo(String subscriptionId,
String ifNoneMatch,
String ifModifiedSince)
Get details of a subscription
This operation can be used to get details of a single subscription.
|
void |
SubscriptionIndividualApi.subscriptionsUnblockSubscriptionPost(String subscriptionId,
String ifMatch,
String ifUnmodifiedSince)
Unblock a Subscription
This operation can be used to unblock a subscription specifying the subscription Id.
|
com.squareup.okhttp.Call |
SubscriptionIndividualApi.subscriptionsUnblockSubscriptionPostAsync(String subscriptionId,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<Void> callback)
Unblock a Subscription (asynchronously)
This operation can be used to unblock a subscription specifying the subscription Id.
|
com.squareup.okhttp.Call |
SubscriptionIndividualApi.subscriptionsUnblockSubscriptionPostCall(String subscriptionId,
String ifMatch,
String ifUnmodifiedSince,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for subscriptionsUnblockSubscriptionPost
|
ApiResponse<Void> |
SubscriptionIndividualApi.subscriptionsUnblockSubscriptionPostWithHttpInfo(String subscriptionId,
String ifMatch,
String ifUnmodifiedSince)
Unblock a Subscription
This operation can be used to unblock a subscription specifying the subscription Id.
|
Copyright © 2018 WSO2. All rights reserved.