| Package | Description |
|---|---|
| org.wso2.am.integration.clients.publisher.api | |
| org.wso2.am.integration.clients.publisher.api.v1 |
| 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,
List<Pair> collectionQueryParams,
Object body,
Map<String,String> headerParams,
Map<String,Object> formParams,
String[] authNames,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build HTTP call with the given options.
|
com.squareup.okhttp.Request |
ApiClient.buildRequest(String path,
String method,
List<Pair> queryParams,
List<Pair> collectionQueryParams,
Object body,
Map<String,String> headerParams,
Map<String,Object> formParams,
String[] authNames,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build an HTTP request 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 |
|---|---|
AlertConfigDTO |
AlertConfigurationApi.addAlertConfig(String alertType,
String configurationId,
AlertConfigInfoDTO body)
Add AbnormalRequestsPerMin alert configurations.
|
com.squareup.okhttp.Call |
AlertConfigurationApi.addAlertConfigAsync(String alertType,
String configurationId,
AlertConfigInfoDTO body,
ApiCallback<AlertConfigDTO> callback)
Add AbnormalRequestsPerMin alert configurations.
|
com.squareup.okhttp.Call |
AlertConfigurationApi.addAlertConfigCall(String alertType,
String configurationId,
AlertConfigInfoDTO body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for addAlertConfig
|
ApiResponse<AlertConfigDTO> |
AlertConfigurationApi.addAlertConfigWithHttpInfo(String alertType,
String configurationId,
AlertConfigInfoDTO body)
Add AbnormalRequestsPerMin alert configurations.
|
void |
ApiProductsApi.apiProductsApiProductIdDelete(String apiProductId,
String ifMatch)
Delete an API Product
This operation can be used to delete an existing API Product proving the Id of the API Product.
|
com.squareup.okhttp.Call |
ApiProductsApi.apiProductsApiProductIdDeleteAsync(String apiProductId,
String ifMatch,
ApiCallback<Void> callback)
Delete an API Product (asynchronously)
This operation can be used to delete an existing API Product proving the Id of the API Product.
|
com.squareup.okhttp.Call |
ApiProductsApi.apiProductsApiProductIdDeleteCall(String apiProductId,
String ifMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apiProductsApiProductIdDelete
|
ApiResponse<Void> |
ApiProductsApi.apiProductsApiProductIdDeleteWithHttpInfo(String apiProductId,
String ifMatch)
Delete an API Product
This operation can be used to delete an existing API Product proving the Id of the API Product.
|
void |
ApiProductDocumentsApi.apiProductsApiProductIdDocumentsDocumentIdContentGet(String apiProductId,
String documentId,
String accept,
String ifNoneMatch)
Get the content of an API Product document
This operation can be used to retrive the content of an API's document.
|
com.squareup.okhttp.Call |
ApiProductDocumentsApi.apiProductsApiProductIdDocumentsDocumentIdContentGetAsync(String apiProductId,
String documentId,
String accept,
String ifNoneMatch,
ApiCallback<Void> callback)
Get the content of an API Product document (asynchronously)
This operation can be used to retrive the content of an API's document.
|
com.squareup.okhttp.Call |
ApiProductDocumentsApi.apiProductsApiProductIdDocumentsDocumentIdContentGetCall(String apiProductId,
String documentId,
String accept,
String ifNoneMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apiProductsApiProductIdDocumentsDocumentIdContentGet
|
ApiResponse<Void> |
ApiProductDocumentsApi.apiProductsApiProductIdDocumentsDocumentIdContentGetWithHttpInfo(String apiProductId,
String documentId,
String accept,
String ifNoneMatch)
Get the content of an API Product document
This operation can be used to retrive the content of an API's document.
|
DocumentDTO |
ApiProductDocumentsApi.apiProductsApiProductIdDocumentsDocumentIdContentPost(String apiProductId,
String documentId,
File file,
String inlineContent,
String ifMatch)
Upload the content of an API Product document
Thid operation can be used to upload a file or add inline content to an API Product document.
|
com.squareup.okhttp.Call |
ApiProductDocumentsApi.apiProductsApiProductIdDocumentsDocumentIdContentPostAsync(String apiProductId,
String documentId,
File file,
String inlineContent,
String ifMatch,
ApiCallback<DocumentDTO> callback)
Upload the content of an API Product document (asynchronously)
Thid operation can be used to upload a file or add inline content to an API Product document.
|
com.squareup.okhttp.Call |
ApiProductDocumentsApi.apiProductsApiProductIdDocumentsDocumentIdContentPostCall(String apiProductId,
String documentId,
File file,
String inlineContent,
String ifMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apiProductsApiProductIdDocumentsDocumentIdContentPost
|
ApiResponse<DocumentDTO> |
ApiProductDocumentsApi.apiProductsApiProductIdDocumentsDocumentIdContentPostWithHttpInfo(String apiProductId,
String documentId,
File file,
String inlineContent,
String ifMatch)
Upload the content of an API Product document
Thid operation can be used to upload a file or add inline content to an API Product document.
|
void |
ApiProductDocumentsApi.apiProductsApiProductIdDocumentsDocumentIdDelete(String apiProductId,
String documentId,
String ifMatch)
Delete a document of an API Product
This operation can be used to delete a document associated with an API Product.
|
com.squareup.okhttp.Call |
ApiProductDocumentsApi.apiProductsApiProductIdDocumentsDocumentIdDeleteAsync(String apiProductId,
String documentId,
String ifMatch,
ApiCallback<Void> callback)
Delete a document of an API Product (asynchronously)
This operation can be used to delete a document associated with an API Product.
|
com.squareup.okhttp.Call |
ApiProductDocumentsApi.apiProductsApiProductIdDocumentsDocumentIdDeleteCall(String apiProductId,
String documentId,
String ifMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apiProductsApiProductIdDocumentsDocumentIdDelete
|
ApiResponse<Void> |
ApiProductDocumentsApi.apiProductsApiProductIdDocumentsDocumentIdDeleteWithHttpInfo(String apiProductId,
String documentId,
String ifMatch)
Delete a document of an API Product
This operation can be used to delete a document associated with an API Product.
|
DocumentDTO |
ApiProductDocumentsApi.apiProductsApiProductIdDocumentsDocumentIdGet(String apiProductId,
String documentId,
String accept,
String ifNoneMatch)
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 |
ApiProductDocumentsApi.apiProductsApiProductIdDocumentsDocumentIdGetAsync(String apiProductId,
String documentId,
String accept,
String ifNoneMatch,
ApiCallback<DocumentDTO> 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 |
ApiProductDocumentsApi.apiProductsApiProductIdDocumentsDocumentIdGetCall(String apiProductId,
String documentId,
String accept,
String ifNoneMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apiProductsApiProductIdDocumentsDocumentIdGet
|
ApiResponse<DocumentDTO> |
ApiProductDocumentsApi.apiProductsApiProductIdDocumentsDocumentIdGetWithHttpInfo(String apiProductId,
String documentId,
String accept,
String ifNoneMatch)
Get a document of an API
This operation can be used to retrieve a particular document's metadata associated with an API.
|
DocumentDTO |
ApiProductDocumentsApi.apiProductsApiProductIdDocumentsDocumentIdPut(String apiProductId,
String documentId,
DocumentDTO body,
String ifMatch)
Update a document of an API Product
This operation can be used to update metadata of an API's document.
|
com.squareup.okhttp.Call |
ApiProductDocumentsApi.apiProductsApiProductIdDocumentsDocumentIdPutAsync(String apiProductId,
String documentId,
DocumentDTO body,
String ifMatch,
ApiCallback<DocumentDTO> callback)
Update a document of an API Product (asynchronously)
This operation can be used to update metadata of an API's document.
|
com.squareup.okhttp.Call |
ApiProductDocumentsApi.apiProductsApiProductIdDocumentsDocumentIdPutCall(String apiProductId,
String documentId,
DocumentDTO body,
String ifMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apiProductsApiProductIdDocumentsDocumentIdPut
|
ApiResponse<DocumentDTO> |
ApiProductDocumentsApi.apiProductsApiProductIdDocumentsDocumentIdPutWithHttpInfo(String apiProductId,
String documentId,
DocumentDTO body,
String ifMatch)
Update a document of an API Product
This operation can be used to update metadata of an API's document.
|
DocumentListDTO |
ApiProductDocumentsApi.apiProductsApiProductIdDocumentsGet(String apiProductId,
Integer limit,
Integer offset,
String accept,
String ifNoneMatch)
Get a list of documents of an API Product
This operation can be used to retrive a list of documents belonging to an API Product by providing the id of the API Product.
|
com.squareup.okhttp.Call |
ApiProductDocumentsApi.apiProductsApiProductIdDocumentsGetAsync(String apiProductId,
Integer limit,
Integer offset,
String accept,
String ifNoneMatch,
ApiCallback<DocumentListDTO> callback)
Get a list of documents of an API Product (asynchronously)
This operation can be used to retrive a list of documents belonging to an API Product by providing the id of the API Product.
|
com.squareup.okhttp.Call |
ApiProductDocumentsApi.apiProductsApiProductIdDocumentsGetCall(String apiProductId,
Integer limit,
Integer offset,
String accept,
String ifNoneMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apiProductsApiProductIdDocumentsGet
|
ApiResponse<DocumentListDTO> |
ApiProductDocumentsApi.apiProductsApiProductIdDocumentsGetWithHttpInfo(String apiProductId,
Integer limit,
Integer offset,
String accept,
String ifNoneMatch)
Get a list of documents of an API Product
This operation can be used to retrive a list of documents belonging to an API Product by providing the id of the API Product.
|
DocumentDTO |
ApiProductDocumentsApi.apiProductsApiProductIdDocumentsPost(String apiProductId,
DocumentDTO body)
Add a new document to an API Product
This operation can be used to add a new documentation to an API Product.
|
com.squareup.okhttp.Call |
ApiProductDocumentsApi.apiProductsApiProductIdDocumentsPostAsync(String apiProductId,
DocumentDTO body,
ApiCallback<DocumentDTO> callback)
Add a new document to an API Product (asynchronously)
This operation can be used to add a new documentation to an API Product.
|
com.squareup.okhttp.Call |
ApiProductDocumentsApi.apiProductsApiProductIdDocumentsPostCall(String apiProductId,
DocumentDTO body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apiProductsApiProductIdDocumentsPost
|
ApiResponse<DocumentDTO> |
ApiProductDocumentsApi.apiProductsApiProductIdDocumentsPostWithHttpInfo(String apiProductId,
DocumentDTO body)
Add a new document to an API Product
This operation can be used to add a new documentation to an API Product.
|
APIProductDTO |
ApiProductsApi.apiProductsApiProductIdGet(String apiProductId,
String accept,
String ifNoneMatch)
Get details of an API Product
Using this operation, you can retrieve complete details of a single API Product.
|
com.squareup.okhttp.Call |
ApiProductsApi.apiProductsApiProductIdGetAsync(String apiProductId,
String accept,
String ifNoneMatch,
ApiCallback<APIProductDTO> callback)
Get details of an API Product (asynchronously)
Using this operation, you can retrieve complete details of a single API Product.
|
com.squareup.okhttp.Call |
ApiProductsApi.apiProductsApiProductIdGetCall(String apiProductId,
String accept,
String ifNoneMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apiProductsApiProductIdGet
|
ApiResponse<APIProductDTO> |
ApiProductsApi.apiProductsApiProductIdGetWithHttpInfo(String apiProductId,
String accept,
String ifNoneMatch)
Get details of an API Product
Using this operation, you can retrieve complete details of a single API Product.
|
APIProductDTO |
ApiProductsApi.apiProductsApiProductIdPut(String apiProductId,
APIProductDTO body,
String ifMatch)
Update an API product
This operation can be used to update an existing API product.
|
com.squareup.okhttp.Call |
ApiProductsApi.apiProductsApiProductIdPutAsync(String apiProductId,
APIProductDTO body,
String ifMatch,
ApiCallback<APIProductDTO> callback)
Update an API product (asynchronously)
This operation can be used to update an existing API product.
|
com.squareup.okhttp.Call |
ApiProductsApi.apiProductsApiProductIdPutCall(String apiProductId,
APIProductDTO body,
String ifMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apiProductsApiProductIdPut
|
ApiResponse<APIProductDTO> |
ApiProductsApi.apiProductsApiProductIdPutWithHttpInfo(String apiProductId,
APIProductDTO body,
String ifMatch)
Update an API product
This operation can be used to update an existing API product.
|
void |
ApiProductsApi.apiProductsApiProductIdSwaggerGet(String apiProductId,
String accept,
String ifNoneMatch)
Get swagger definition
This operation can be used to retrieve the swagger definition of an API.
|
com.squareup.okhttp.Call |
ApiProductsApi.apiProductsApiProductIdSwaggerGetAsync(String apiProductId,
String accept,
String ifNoneMatch,
ApiCallback<Void> callback)
Get swagger definition (asynchronously)
This operation can be used to retrieve the swagger definition of an API.
|
com.squareup.okhttp.Call |
ApiProductsApi.apiProductsApiProductIdSwaggerGetCall(String apiProductId,
String accept,
String ifNoneMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apiProductsApiProductIdSwaggerGet
|
ApiResponse<Void> |
ApiProductsApi.apiProductsApiProductIdSwaggerGetWithHttpInfo(String apiProductId,
String accept,
String ifNoneMatch)
Get swagger definition
This operation can be used to retrieve the swagger definition of an API.
|
void |
ApiProductsApi.apiProductsApiProductIdSwaggerPut(String apiProductId,
String apiDefinition,
String ifMatch)
upload swagger definition
This operation can be used to create/update the swagger definition of an existing API Product.
|
com.squareup.okhttp.Call |
ApiProductsApi.apiProductsApiProductIdSwaggerPutAsync(String apiProductId,
String apiDefinition,
String ifMatch,
ApiCallback<Void> callback)
upload swagger definition (asynchronously)
This operation can be used to create/update the swagger definition of an existing API Product.
|
com.squareup.okhttp.Call |
ApiProductsApi.apiProductsApiProductIdSwaggerPutCall(String apiProductId,
String apiDefinition,
String ifMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apiProductsApiProductIdSwaggerPut
|
ApiResponse<Void> |
ApiProductsApi.apiProductsApiProductIdSwaggerPutWithHttpInfo(String apiProductId,
String apiDefinition,
String ifMatch)
upload swagger definition
This operation can be used to create/update the swagger definition of an existing API Product.
|
void |
ApiProductsApi.apiProductsApiProductIdThumbnailGet(String apiProductId,
String accept,
String ifNoneMatch)
Get thumbnail image
This operation can be used to download a thumbnail image of an API product.
|
com.squareup.okhttp.Call |
ApiProductsApi.apiProductsApiProductIdThumbnailGetAsync(String apiProductId,
String accept,
String ifNoneMatch,
ApiCallback<Void> callback)
Get thumbnail image (asynchronously)
This operation can be used to download a thumbnail image of an API product.
|
com.squareup.okhttp.Call |
ApiProductsApi.apiProductsApiProductIdThumbnailGetCall(String apiProductId,
String accept,
String ifNoneMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apiProductsApiProductIdThumbnailGet
|
ApiResponse<Void> |
ApiProductsApi.apiProductsApiProductIdThumbnailGetWithHttpInfo(String apiProductId,
String accept,
String ifNoneMatch)
Get thumbnail image
This operation can be used to download a thumbnail image of an API product.
|
FileInfoDTO |
ApiProductsApi.apiProductsApiProductIdThumbnailPut(String apiProductId,
File file,
String ifMatch)
Upload a thumbnail image
This operation can be used to upload a thumbnail image of an API Product.
|
com.squareup.okhttp.Call |
ApiProductsApi.apiProductsApiProductIdThumbnailPutAsync(String apiProductId,
File file,
String ifMatch,
ApiCallback<FileInfoDTO> callback)
Upload a thumbnail image (asynchronously)
This operation can be used to upload a thumbnail image of an API Product.
|
com.squareup.okhttp.Call |
ApiProductsApi.apiProductsApiProductIdThumbnailPutCall(String apiProductId,
File file,
String ifMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apiProductsApiProductIdThumbnailPut
|
ApiResponse<FileInfoDTO> |
ApiProductsApi.apiProductsApiProductIdThumbnailPutWithHttpInfo(String apiProductId,
File file,
String ifMatch)
Upload a thumbnail image
This operation can be used to upload a thumbnail image of an API Product.
|
APIProductListDTO |
ApiProductsApi.apiProductsGet(Integer limit,
Integer offset,
String query,
String accept,
String ifNoneMatch)
Retrieve/Search API Products
This operation provides you a list of available API Products qualifying under a given search condition.
|
com.squareup.okhttp.Call |
ApiProductsApi.apiProductsGetAsync(Integer limit,
Integer offset,
String query,
String accept,
String ifNoneMatch,
ApiCallback<APIProductListDTO> callback)
Retrieve/Search API Products (asynchronously)
This operation provides you a list of available API Products qualifying under a given search condition.
|
com.squareup.okhttp.Call |
ApiProductsApi.apiProductsGetCall(Integer limit,
Integer offset,
String query,
String accept,
String ifNoneMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apiProductsGet
|
ApiResponse<APIProductListDTO> |
ApiProductsApi.apiProductsGetWithHttpInfo(Integer limit,
Integer offset,
String query,
String accept,
String ifNoneMatch)
Retrieve/Search API Products
This operation provides you a list of available API Products qualifying under a given search condition.
|
APIProductDTO |
ApiProductsApi.apiProductsPost(APIProductDTO body)
Create a new API Product
This operation can be used to create a new API Product specifying the details of the API Product in the payload.
|
com.squareup.okhttp.Call |
ApiProductsApi.apiProductsPostAsync(APIProductDTO body,
ApiCallback<APIProductDTO> callback)
Create a new API Product (asynchronously)
This operation can be used to create a new API Product specifying the details of the API Product in the payload.
|
com.squareup.okhttp.Call |
ApiProductsApi.apiProductsPostCall(APIProductDTO body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apiProductsPost
|
ApiResponse<APIProductDTO> |
ApiProductsApi.apiProductsPostWithHttpInfo(APIProductDTO body)
Create a new API Product
This operation can be used to create a new API Product specifying the details of the API Product in the payload.
|
void |
ClientCertificatesApi.apisApiIdClientCertificatesAliasContentGet(String apiId,
String alias)
Download a certificate.
|
com.squareup.okhttp.Call |
ClientCertificatesApi.apisApiIdClientCertificatesAliasContentGetAsync(String apiId,
String alias,
ApiCallback<Void> callback)
Download a certificate.
|
com.squareup.okhttp.Call |
ClientCertificatesApi.apisApiIdClientCertificatesAliasContentGetCall(String apiId,
String alias,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdClientCertificatesAliasContentGet
|
ApiResponse<Void> |
ClientCertificatesApi.apisApiIdClientCertificatesAliasContentGetWithHttpInfo(String apiId,
String alias)
Download a certificate.
|
void |
ClientCertificatesApi.apisApiIdClientCertificatesAliasDelete(String alias,
String apiId)
Delete a certificate.
|
com.squareup.okhttp.Call |
ClientCertificatesApi.apisApiIdClientCertificatesAliasDeleteAsync(String alias,
String apiId,
ApiCallback<Void> callback)
Delete a certificate.
|
com.squareup.okhttp.Call |
ClientCertificatesApi.apisApiIdClientCertificatesAliasDeleteCall(String alias,
String apiId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdClientCertificatesAliasDelete
|
ApiResponse<Void> |
ClientCertificatesApi.apisApiIdClientCertificatesAliasDeleteWithHttpInfo(String alias,
String apiId)
Delete a certificate.
|
CertificateInfoDTO |
ClientCertificatesApi.apisApiIdClientCertificatesAliasGet(String alias,
String apiId)
Get the certificate information.
|
com.squareup.okhttp.Call |
ClientCertificatesApi.apisApiIdClientCertificatesAliasGetAsync(String alias,
String apiId,
ApiCallback<CertificateInfoDTO> callback)
Get the certificate information.
|
com.squareup.okhttp.Call |
ClientCertificatesApi.apisApiIdClientCertificatesAliasGetCall(String alias,
String apiId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdClientCertificatesAliasGet
|
ApiResponse<CertificateInfoDTO> |
ClientCertificatesApi.apisApiIdClientCertificatesAliasGetWithHttpInfo(String alias,
String apiId)
Get the certificate information.
|
ClientCertMetadataDTO |
ClientCertificatesApi.apisApiIdClientCertificatesAliasPut(String alias,
String apiId,
File certificate,
String tier)
Update a certificate.
|
com.squareup.okhttp.Call |
ClientCertificatesApi.apisApiIdClientCertificatesAliasPutAsync(String alias,
String apiId,
File certificate,
String tier,
ApiCallback<ClientCertMetadataDTO> callback)
Update a certificate.
|
com.squareup.okhttp.Call |
ClientCertificatesApi.apisApiIdClientCertificatesAliasPutCall(String alias,
String apiId,
File certificate,
String tier,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdClientCertificatesAliasPut
|
ApiResponse<ClientCertMetadataDTO> |
ClientCertificatesApi.apisApiIdClientCertificatesAliasPutWithHttpInfo(String alias,
String apiId,
File certificate,
String tier)
Update a certificate.
|
ClientCertificatesDTO |
ClientCertificatesApi.apisApiIdClientCertificatesGet(String apiId,
Integer limit,
Integer offset,
String alias)
Retrieve/ Search uploaded Client Certificates.
|
com.squareup.okhttp.Call |
ClientCertificatesApi.apisApiIdClientCertificatesGetAsync(String apiId,
Integer limit,
Integer offset,
String alias,
ApiCallback<ClientCertificatesDTO> callback)
Retrieve/ Search uploaded Client Certificates.
|
com.squareup.okhttp.Call |
ClientCertificatesApi.apisApiIdClientCertificatesGetCall(String apiId,
Integer limit,
Integer offset,
String alias,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdClientCertificatesGet
|
ApiResponse<ClientCertificatesDTO> |
ClientCertificatesApi.apisApiIdClientCertificatesGetWithHttpInfo(String apiId,
Integer limit,
Integer offset,
String alias)
Retrieve/ Search uploaded Client Certificates.
|
ClientCertMetadataDTO |
ClientCertificatesApi.apisApiIdClientCertificatesPost(File certificate,
String alias,
String apiId,
String tier)
Upload a new certificate.
|
com.squareup.okhttp.Call |
ClientCertificatesApi.apisApiIdClientCertificatesPostAsync(File certificate,
String alias,
String apiId,
String tier,
ApiCallback<ClientCertMetadataDTO> callback)
Upload a new certificate.
|
com.squareup.okhttp.Call |
ClientCertificatesApi.apisApiIdClientCertificatesPostCall(File certificate,
String alias,
String apiId,
String tier,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdClientCertificatesPost
|
ApiResponse<ClientCertMetadataDTO> |
ClientCertificatesApi.apisApiIdClientCertificatesPostWithHttpInfo(File certificate,
String alias,
String apiId,
String tier)
Upload a new certificate.
|
void |
ApIsApi.apisApiIdDelete(String apiId,
String ifMatch)
Delete an API
This operation can be used to delete an existing API proving the Id of the API.
|
com.squareup.okhttp.Call |
ApIsApi.apisApiIdDeleteAsync(String apiId,
String ifMatch,
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 |
ApIsApi.apisApiIdDeleteCall(String apiId,
String ifMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdDelete
|
ApiResponse<Void> |
ApIsApi.apisApiIdDeleteWithHttpInfo(String apiId,
String ifMatch)
Delete an API
This operation can be used to delete an existing API proving the Id of the API.
|
void |
ApiDocumentsApi.apisApiIdDocumentsDocumentIdContentGet(String apiId,
String documentId,
String ifNoneMatch)
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 |
ApiDocumentsApi.apisApiIdDocumentsDocumentIdContentGetAsync(String apiId,
String documentId,
String ifNoneMatch,
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 |
ApiDocumentsApi.apisApiIdDocumentsDocumentIdContentGetCall(String apiId,
String documentId,
String ifNoneMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdDocumentsDocumentIdContentGet
|
ApiResponse<Void> |
ApiDocumentsApi.apisApiIdDocumentsDocumentIdContentGetWithHttpInfo(String apiId,
String documentId,
String ifNoneMatch)
Get the content of an API document
This operation can be used to retrive the content of an API's document.
|
DocumentDTO |
ApiDocumentsApi.apisApiIdDocumentsDocumentIdContentPost(String apiId,
String documentId,
File file,
String inlineContent,
String ifMatch)
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 |
ApiDocumentsApi.apisApiIdDocumentsDocumentIdContentPostAsync(String apiId,
String documentId,
File file,
String inlineContent,
String ifMatch,
ApiCallback<DocumentDTO> 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 |
ApiDocumentsApi.apisApiIdDocumentsDocumentIdContentPostCall(String apiId,
String documentId,
File file,
String inlineContent,
String ifMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdDocumentsDocumentIdContentPost
|
ApiResponse<DocumentDTO> |
ApiDocumentsApi.apisApiIdDocumentsDocumentIdContentPostWithHttpInfo(String apiId,
String documentId,
File file,
String inlineContent,
String ifMatch)
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 |
ApiDocumentsApi.apisApiIdDocumentsDocumentIdDelete(String apiId,
String documentId,
String ifMatch)
Delete a document of an API
This operation can be used to delete a document associated with an API.
|
com.squareup.okhttp.Call |
ApiDocumentsApi.apisApiIdDocumentsDocumentIdDeleteAsync(String apiId,
String documentId,
String ifMatch,
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 |
ApiDocumentsApi.apisApiIdDocumentsDocumentIdDeleteCall(String apiId,
String documentId,
String ifMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdDocumentsDocumentIdDelete
|
ApiResponse<Void> |
ApiDocumentsApi.apisApiIdDocumentsDocumentIdDeleteWithHttpInfo(String apiId,
String documentId,
String ifMatch)
Delete a document of an API
This operation can be used to delete a document associated with an API.
|
DocumentDTO |
ApiDocumentsApi.apisApiIdDocumentsDocumentIdGet(String apiId,
String documentId,
String ifNoneMatch)
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 |
ApiDocumentsApi.apisApiIdDocumentsDocumentIdGetAsync(String apiId,
String documentId,
String ifNoneMatch,
ApiCallback<DocumentDTO> 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 |
ApiDocumentsApi.apisApiIdDocumentsDocumentIdGetCall(String apiId,
String documentId,
String ifNoneMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdDocumentsDocumentIdGet
|
ApiResponse<DocumentDTO> |
ApiDocumentsApi.apisApiIdDocumentsDocumentIdGetWithHttpInfo(String apiId,
String documentId,
String ifNoneMatch)
Get a document of an API
This operation can be used to retrieve a particular document's metadata associated with an API.
|
DocumentDTO |
ApiDocumentsApi.apisApiIdDocumentsDocumentIdPut(String apiId,
String documentId,
DocumentDTO body,
String ifMatch)
Update a document of an API
This operation can be used to update metadata of an API's document.
|
com.squareup.okhttp.Call |
ApiDocumentsApi.apisApiIdDocumentsDocumentIdPutAsync(String apiId,
String documentId,
DocumentDTO body,
String ifMatch,
ApiCallback<DocumentDTO> 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 |
ApiDocumentsApi.apisApiIdDocumentsDocumentIdPutCall(String apiId,
String documentId,
DocumentDTO body,
String ifMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdDocumentsDocumentIdPut
|
ApiResponse<DocumentDTO> |
ApiDocumentsApi.apisApiIdDocumentsDocumentIdPutWithHttpInfo(String apiId,
String documentId,
DocumentDTO body,
String ifMatch)
Update a document of an API
This operation can be used to update metadata of an API's document.
|
DocumentListDTO |
ApiDocumentsApi.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 |
ApiDocumentsApi.apisApiIdDocumentsGetAsync(String apiId,
Integer limit,
Integer offset,
String ifNoneMatch,
ApiCallback<DocumentListDTO> 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 |
ApiDocumentsApi.apisApiIdDocumentsGetCall(String apiId,
Integer limit,
Integer offset,
String ifNoneMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdDocumentsGet
|
ApiResponse<DocumentListDTO> |
ApiDocumentsApi.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.
|
DocumentDTO |
ApiDocumentsApi.apisApiIdDocumentsPost(String apiId,
DocumentDTO body,
String ifMatch)
Add a new document to an API
This operation can be used to add a new documentation to an API.
|
com.squareup.okhttp.Call |
ApiDocumentsApi.apisApiIdDocumentsPostAsync(String apiId,
DocumentDTO body,
String ifMatch,
ApiCallback<DocumentDTO> 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 |
ApiDocumentsApi.apisApiIdDocumentsPostCall(String apiId,
DocumentDTO body,
String ifMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdDocumentsPost
|
ApiResponse<DocumentDTO> |
ApiDocumentsApi.apisApiIdDocumentsPostWithHttpInfo(String apiId,
DocumentDTO body,
String ifMatch)
Add a new document to an API
This operation can be used to add a new documentation to an API.
|
APIDTO |
ApIsApi.apisApiIdGet(String apiId,
String xWSO2Tenant,
String ifNoneMatch)
Get details of an API
Using this operation, you can retrieve complete details of a single API.
|
com.squareup.okhttp.Call |
ApIsApi.apisApiIdGetAsync(String apiId,
String xWSO2Tenant,
String ifNoneMatch,
ApiCallback<APIDTO> callback)
Get details of an API (asynchronously)
Using this operation, you can retrieve complete details of a single API.
|
com.squareup.okhttp.Call |
ApIsApi.apisApiIdGetCall(String apiId,
String xWSO2Tenant,
String ifNoneMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdGet
|
ApiResponse<APIDTO> |
ApIsApi.apisApiIdGetWithHttpInfo(String apiId,
String xWSO2Tenant,
String ifNoneMatch)
Get details of an API
Using this operation, you can retrieve complete details of a single API.
|
GraphQLSchemaDTO |
GraphQlSchemaIndividualApi.apisApiIdGraphqlSchemaGet(String apiId,
String accept,
String ifNoneMatch)
Get the Schema of a GraphQL API
This operation can be used to retrieve the Schema definition of a GraphQL API.
|
com.squareup.okhttp.Call |
GraphQlSchemaIndividualApi.apisApiIdGraphqlSchemaGetAsync(String apiId,
String accept,
String ifNoneMatch,
ApiCallback<GraphQLSchemaDTO> callback)
Get the Schema of a GraphQL API (asynchronously)
This operation can be used to retrieve the Schema definition of a GraphQL API.
|
com.squareup.okhttp.Call |
GraphQlSchemaIndividualApi.apisApiIdGraphqlSchemaGetCall(String apiId,
String accept,
String ifNoneMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdGraphqlSchemaGet
|
ApiResponse<GraphQLSchemaDTO> |
GraphQlSchemaIndividualApi.apisApiIdGraphqlSchemaGetWithHttpInfo(String apiId,
String accept,
String ifNoneMatch)
Get the Schema of a GraphQL API
This operation can be used to retrieve the Schema definition of a GraphQL API.
|
void |
GraphQlSchemaApi.apisApiIdGraphqlSchemaPut(String apiId,
String schemaDefinition,
String ifMatch)
Add a Schema to a GraphQL API
This operation can be used to add a GraphQL Schema definition to an existing GraphQL API.
|
com.squareup.okhttp.Call |
GraphQlSchemaApi.apisApiIdGraphqlSchemaPutAsync(String apiId,
String schemaDefinition,
String ifMatch,
ApiCallback<Void> callback)
Add a Schema to a GraphQL API (asynchronously)
This operation can be used to add a GraphQL Schema definition to an existing GraphQL API.
|
com.squareup.okhttp.Call |
GraphQlSchemaApi.apisApiIdGraphqlSchemaPutCall(String apiId,
String schemaDefinition,
String ifMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdGraphqlSchemaPut
|
ApiResponse<Void> |
GraphQlSchemaApi.apisApiIdGraphqlSchemaPutWithHttpInfo(String apiId,
String schemaDefinition,
String ifMatch)
Add a Schema to a GraphQL API
This operation can be used to add a GraphQL Schema definition to an existing GraphQL API.
|
LifecycleHistoryDTO |
ApiLifecycleApi.apisApiIdLifecycleHistoryGet(String apiId,
String ifNoneMatch)
Get Lifecycle state change history of the API.
|
com.squareup.okhttp.Call |
ApiLifecycleApi.apisApiIdLifecycleHistoryGetAsync(String apiId,
String ifNoneMatch,
ApiCallback<LifecycleHistoryDTO> callback)
Get Lifecycle state change history of the API.
|
com.squareup.okhttp.Call |
ApiLifecycleApi.apisApiIdLifecycleHistoryGetCall(String apiId,
String ifNoneMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdLifecycleHistoryGet
|
ApiResponse<LifecycleHistoryDTO> |
ApiLifecycleApi.apisApiIdLifecycleHistoryGetWithHttpInfo(String apiId,
String ifNoneMatch)
Get Lifecycle state change history of the API.
|
LifecycleStateDTO |
ApiLifecycleApi.apisApiIdLifecycleStateGet(String apiId,
String ifNoneMatch)
Get Lifecycle state data of the API.
|
com.squareup.okhttp.Call |
ApiLifecycleApi.apisApiIdLifecycleStateGetAsync(String apiId,
String ifNoneMatch,
ApiCallback<LifecycleStateDTO> callback)
Get Lifecycle state data of the API.
|
com.squareup.okhttp.Call |
ApiLifecycleApi.apisApiIdLifecycleStateGetCall(String apiId,
String ifNoneMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdLifecycleStateGet
|
ApiResponse<LifecycleStateDTO> |
ApiLifecycleApi.apisApiIdLifecycleStateGetWithHttpInfo(String apiId,
String ifNoneMatch)
Get Lifecycle state data of the API.
|
void |
ApiLifecycleApi.apisApiIdLifecycleStatePendingTasksDelete(String apiId)
Delete pending lifecycle state change tasks.
|
com.squareup.okhttp.Call |
ApiLifecycleApi.apisApiIdLifecycleStatePendingTasksDeleteAsync(String apiId,
ApiCallback<Void> callback)
Delete pending lifecycle state change tasks.
|
com.squareup.okhttp.Call |
ApiLifecycleApi.apisApiIdLifecycleStatePendingTasksDeleteCall(String apiId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdLifecycleStatePendingTasksDelete
|
ApiResponse<Void> |
ApiLifecycleApi.apisApiIdLifecycleStatePendingTasksDeleteWithHttpInfo(String apiId)
Delete pending lifecycle state change tasks.
|
MediationListDTO |
ApiMediationPoliciesApi.apisApiIdMediationPoliciesGet(String apiId,
Integer limit,
Integer offset,
String query,
String ifNoneMatch)
Get all mediation policies of an API
This operation provides you a list of available mediation policies of an API.
|
com.squareup.okhttp.Call |
ApiMediationPoliciesApi.apisApiIdMediationPoliciesGetAsync(String apiId,
Integer limit,
Integer offset,
String query,
String ifNoneMatch,
ApiCallback<MediationListDTO> callback)
Get all mediation policies of an API (asynchronously)
This operation provides you a list of available mediation policies of an API.
|
com.squareup.okhttp.Call |
ApiMediationPoliciesApi.apisApiIdMediationPoliciesGetCall(String apiId,
Integer limit,
Integer offset,
String query,
String ifNoneMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdMediationPoliciesGet
|
ApiResponse<MediationListDTO> |
ApiMediationPoliciesApi.apisApiIdMediationPoliciesGetWithHttpInfo(String apiId,
Integer limit,
Integer offset,
String query,
String ifNoneMatch)
Get all mediation policies of an API
This operation provides you a list of available mediation policies of an API.
|
void |
ApiMediationPolicyApi.apisApiIdMediationPoliciesMediationPolicyIdContentGet(String apiId,
String mediationPolicyId,
String ifNoneMatch)
Download an API specific mediation policy
This operation can be used to download a particular API specific mediation policy.
|
com.squareup.okhttp.Call |
ApiMediationPolicyApi.apisApiIdMediationPoliciesMediationPolicyIdContentGetAsync(String apiId,
String mediationPolicyId,
String ifNoneMatch,
ApiCallback<Void> callback)
Download an API specific mediation policy (asynchronously)
This operation can be used to download a particular API specific mediation policy.
|
com.squareup.okhttp.Call |
ApiMediationPolicyApi.apisApiIdMediationPoliciesMediationPolicyIdContentGetCall(String apiId,
String mediationPolicyId,
String ifNoneMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdMediationPoliciesMediationPolicyIdContentGet
|
ApiResponse<Void> |
ApiMediationPolicyApi.apisApiIdMediationPoliciesMediationPolicyIdContentGetWithHttpInfo(String apiId,
String mediationPolicyId,
String ifNoneMatch)
Download an API specific mediation policy
This operation can be used to download a particular API specific mediation policy.
|
MediationDTO |
ApiMediationPolicyApi.apisApiIdMediationPoliciesMediationPolicyIdContentPut(String type,
String apiId,
String mediationPolicyId,
File file,
String inlineContent,
String ifMatch)
Update an API specific mediation policy
This operation can be used to update an existing mediation policy of an API.
|
com.squareup.okhttp.Call |
ApiMediationPolicyApi.apisApiIdMediationPoliciesMediationPolicyIdContentPutAsync(String type,
String apiId,
String mediationPolicyId,
File file,
String inlineContent,
String ifMatch,
ApiCallback<MediationDTO> callback)
Update an API specific mediation policy (asynchronously)
This operation can be used to update an existing mediation policy of an API.
|
com.squareup.okhttp.Call |
ApiMediationPolicyApi.apisApiIdMediationPoliciesMediationPolicyIdContentPutCall(String type,
String apiId,
String mediationPolicyId,
File file,
String inlineContent,
String ifMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdMediationPoliciesMediationPolicyIdContentPut
|
ApiResponse<MediationDTO> |
ApiMediationPolicyApi.apisApiIdMediationPoliciesMediationPolicyIdContentPutWithHttpInfo(String type,
String apiId,
String mediationPolicyId,
File file,
String inlineContent,
String ifMatch)
Update an API specific mediation policy
This operation can be used to update an existing mediation policy of an API.
|
void |
ApiMediationPolicyApi.apisApiIdMediationPoliciesMediationPolicyIdDelete(String apiId,
String mediationPolicyId,
String ifMatch)
Delete an API specific mediation policy
This operation can be used to delete an existing API specific mediation policy providing the Id of the API and the Id of the mediation policy.
|
com.squareup.okhttp.Call |
ApiMediationPolicyApi.apisApiIdMediationPoliciesMediationPolicyIdDeleteAsync(String apiId,
String mediationPolicyId,
String ifMatch,
ApiCallback<Void> callback)
Delete an API specific mediation policy (asynchronously)
This operation can be used to delete an existing API specific mediation policy providing the Id of the API and the Id of the mediation policy.
|
com.squareup.okhttp.Call |
ApiMediationPolicyApi.apisApiIdMediationPoliciesMediationPolicyIdDeleteCall(String apiId,
String mediationPolicyId,
String ifMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdMediationPoliciesMediationPolicyIdDelete
|
ApiResponse<Void> |
ApiMediationPolicyApi.apisApiIdMediationPoliciesMediationPolicyIdDeleteWithHttpInfo(String apiId,
String mediationPolicyId,
String ifMatch)
Delete an API specific mediation policy
This operation can be used to delete an existing API specific mediation policy providing the Id of the API and the Id of the mediation policy.
|
MediationDTO |
ApiMediationPolicyApi.apisApiIdMediationPoliciesMediationPolicyIdGet(String apiId,
String mediationPolicyId,
String ifNoneMatch)
Get an API specific mediation policy
This operation can be used to retrieve a particular API specific mediation policy.
|
com.squareup.okhttp.Call |
ApiMediationPolicyApi.apisApiIdMediationPoliciesMediationPolicyIdGetAsync(String apiId,
String mediationPolicyId,
String ifNoneMatch,
ApiCallback<MediationDTO> callback)
Get an API specific mediation policy (asynchronously)
This operation can be used to retrieve a particular API specific mediation policy.
|
com.squareup.okhttp.Call |
ApiMediationPolicyApi.apisApiIdMediationPoliciesMediationPolicyIdGetCall(String apiId,
String mediationPolicyId,
String ifNoneMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdMediationPoliciesMediationPolicyIdGet
|
ApiResponse<MediationDTO> |
ApiMediationPolicyApi.apisApiIdMediationPoliciesMediationPolicyIdGetWithHttpInfo(String apiId,
String mediationPolicyId,
String ifNoneMatch)
Get an API specific mediation policy
This operation can be used to retrieve a particular API specific mediation policy.
|
MediationDTO |
ApiMediationPoliciesApi.apisApiIdMediationPoliciesPost(String type,
String apiId,
File mediationPolicyFile,
String inlineContent,
String ifMatch)
Add an API specific mediation policy
This operation can be used to add an API specifc mediation policy.
|
com.squareup.okhttp.Call |
ApiMediationPoliciesApi.apisApiIdMediationPoliciesPostAsync(String type,
String apiId,
File mediationPolicyFile,
String inlineContent,
String ifMatch,
ApiCallback<MediationDTO> callback)
Add an API specific mediation policy (asynchronously)
This operation can be used to add an API specifc mediation policy.
|
com.squareup.okhttp.Call |
ApiMediationPoliciesApi.apisApiIdMediationPoliciesPostCall(String type,
String apiId,
File mediationPolicyFile,
String inlineContent,
String ifMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdMediationPoliciesPost
|
ApiResponse<MediationDTO> |
ApiMediationPoliciesApi.apisApiIdMediationPoliciesPostWithHttpInfo(String type,
String apiId,
File mediationPolicyFile,
String inlineContent,
String ifMatch)
Add an API specific mediation policy
This operation can be used to add an API specifc mediation policy.
|
void |
ApiMonetizationApi.apisApiIdMonetizationGet(String apiId)
Get monetization status for each tier in a given API
This operation can be used to get monetization status for each tier in a given API
|
com.squareup.okhttp.Call |
ApiMonetizationApi.apisApiIdMonetizationGetAsync(String apiId,
ApiCallback<Void> callback)
Get monetization status for each tier in a given API (asynchronously)
This operation can be used to get monetization status for each tier in a given API
|
com.squareup.okhttp.Call |
ApiMonetizationApi.apisApiIdMonetizationGetCall(String apiId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdMonetizationGet
|
ApiResponse<Void> |
ApiMonetizationApi.apisApiIdMonetizationGetWithHttpInfo(String apiId)
Get monetization status for each tier in a given API
This operation can be used to get monetization status for each tier in a given API
|
void |
ApiMonetizationApi.apisApiIdMonetizePost(String apiId,
APIMonetizationInfoDTO body)
Configure monetization for a given API
This operation can be used to configure monetization for a given API.
|
com.squareup.okhttp.Call |
ApiMonetizationApi.apisApiIdMonetizePostAsync(String apiId,
APIMonetizationInfoDTO body,
ApiCallback<Void> callback)
Configure monetization for a given API (asynchronously)
This operation can be used to configure monetization for a given API.
|
com.squareup.okhttp.Call |
ApiMonetizationApi.apisApiIdMonetizePostCall(String apiId,
APIMonetizationInfoDTO body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdMonetizePost
|
ApiResponse<Void> |
ApiMonetizationApi.apisApiIdMonetizePostWithHttpInfo(String apiId,
APIMonetizationInfoDTO body)
Configure monetization for a given API
This operation can be used to configure monetization for a given API.
|
APIDTO |
ApIsApi.apisApiIdPut(String apiId,
APIDTO body,
String ifMatch)
Update an API
This operation can be used to update an existing API.
|
com.squareup.okhttp.Call |
ApIsApi.apisApiIdPutAsync(String apiId,
APIDTO body,
String ifMatch,
ApiCallback<APIDTO> callback)
Update an API (asynchronously)
This operation can be used to update an existing API.
|
com.squareup.okhttp.Call |
ApIsApi.apisApiIdPutCall(String apiId,
APIDTO body,
String ifMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdPut
|
ApiResponse<APIDTO> |
ApIsApi.apisApiIdPutWithHttpInfo(String apiId,
APIDTO body,
String ifMatch)
Update an API
This operation can be used to update an existing API.
|
ResourcePathListDTO |
ApIsApi.apisApiIdResourcePathsGet(String apiId,
Integer limit,
Integer offset,
String ifNoneMatch)
Get Resource Paths of an API
This operation can be used to retrieve resource paths defined for a specific api.
|
com.squareup.okhttp.Call |
ApIsApi.apisApiIdResourcePathsGetAsync(String apiId,
Integer limit,
Integer offset,
String ifNoneMatch,
ApiCallback<ResourcePathListDTO> callback)
Get Resource Paths of an API (asynchronously)
This operation can be used to retrieve resource paths defined for a specific api.
|
com.squareup.okhttp.Call |
ApIsApi.apisApiIdResourcePathsGetCall(String apiId,
Integer limit,
Integer offset,
String ifNoneMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdResourcePathsGet
|
ApiResponse<ResourcePathListDTO> |
ApIsApi.apisApiIdResourcePathsGetWithHttpInfo(String apiId,
Integer limit,
Integer offset,
String ifNoneMatch)
Get Resource Paths of an API
This operation can be used to retrieve resource paths defined for a specific api.
|
ResourcePolicyListDTO |
ApiResourcePoliciesApi.apisApiIdResourcePoliciesGet(String apiId,
String sequenceType,
String resourcePath,
String verb,
String ifNoneMatch)
Get the resource policy (inflow/outflow) definitions
This operation can be used to retrieve conversion policy resource definitions of an API.
|
com.squareup.okhttp.Call |
ApiResourcePoliciesApi.apisApiIdResourcePoliciesGetAsync(String apiId,
String sequenceType,
String resourcePath,
String verb,
String ifNoneMatch,
ApiCallback<ResourcePolicyListDTO> callback)
Get the resource policy (inflow/outflow) definitions (asynchronously)
This operation can be used to retrieve conversion policy resource definitions of an API.
|
com.squareup.okhttp.Call |
ApiResourcePoliciesApi.apisApiIdResourcePoliciesGetCall(String apiId,
String sequenceType,
String resourcePath,
String verb,
String ifNoneMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdResourcePoliciesGet
|
ApiResponse<ResourcePolicyListDTO> |
ApiResourcePoliciesApi.apisApiIdResourcePoliciesGetWithHttpInfo(String apiId,
String sequenceType,
String resourcePath,
String verb,
String ifNoneMatch)
Get the resource policy (inflow/outflow) definitions
This operation can be used to retrieve conversion policy resource definitions of an API.
|
ResourcePolicyInfoDTO |
ApiResourcePoliciesApi.apisApiIdResourcePoliciesResourcePolicyIdGet(String apiId,
String resourcePolicyId,
String ifNoneMatch)
Get the resource policy (inflow/outflow) definition for a given resource identifier.
|
com.squareup.okhttp.Call |
ApiResourcePoliciesApi.apisApiIdResourcePoliciesResourcePolicyIdGetAsync(String apiId,
String resourcePolicyId,
String ifNoneMatch,
ApiCallback<ResourcePolicyInfoDTO> callback)
Get the resource policy (inflow/outflow) definition for a given resource identifier.
|
com.squareup.okhttp.Call |
ApiResourcePoliciesApi.apisApiIdResourcePoliciesResourcePolicyIdGetCall(String apiId,
String resourcePolicyId,
String ifNoneMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdResourcePoliciesResourcePolicyIdGet
|
ApiResponse<ResourcePolicyInfoDTO> |
ApiResourcePoliciesApi.apisApiIdResourcePoliciesResourcePolicyIdGetWithHttpInfo(String apiId,
String resourcePolicyId,
String ifNoneMatch)
Get the resource policy (inflow/outflow) definition for a given resource identifier.
|
ResourcePolicyInfoDTO |
ApiResourcePoliciesApi.apisApiIdResourcePoliciesResourcePolicyIdPut(String apiId,
String resourcePolicyId,
ResourcePolicyInfoDTO body,
String ifMatch)
Update the resource policy(inflow/outflow) definition for the given resource identifier
This operation can be used to update the resource policy(inflow/outflow) definition for the given resource identifier of an existing API.
|
com.squareup.okhttp.Call |
ApiResourcePoliciesApi.apisApiIdResourcePoliciesResourcePolicyIdPutAsync(String apiId,
String resourcePolicyId,
ResourcePolicyInfoDTO body,
String ifMatch,
ApiCallback<ResourcePolicyInfoDTO> callback)
Update the resource policy(inflow/outflow) definition for the given resource identifier (asynchronously)
This operation can be used to update the resource policy(inflow/outflow) definition for the given resource identifier of an existing API.
|
com.squareup.okhttp.Call |
ApiResourcePoliciesApi.apisApiIdResourcePoliciesResourcePolicyIdPutCall(String apiId,
String resourcePolicyId,
ResourcePolicyInfoDTO body,
String ifMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdResourcePoliciesResourcePolicyIdPut
|
ApiResponse<ResourcePolicyInfoDTO> |
ApiResourcePoliciesApi.apisApiIdResourcePoliciesResourcePolicyIdPutWithHttpInfo(String apiId,
String resourcePolicyId,
ResourcePolicyInfoDTO body,
String ifMatch)
Update the resource policy(inflow/outflow) definition for the given resource identifier
This operation can be used to update the resource policy(inflow/outflow) definition for the given resource identifier of an existing API.
|
APIRevenueDTO |
ApiMonetizationApi.apisApiIdRevenueGet(String apiId)
Get total revenue details of a given monetized API with meterd billing.
|
com.squareup.okhttp.Call |
ApiMonetizationApi.apisApiIdRevenueGetAsync(String apiId,
ApiCallback<APIRevenueDTO> callback)
Get total revenue details of a given monetized API with meterd billing.
|
com.squareup.okhttp.Call |
ApiMonetizationApi.apisApiIdRevenueGetCall(String apiId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdRevenueGet
|
ApiResponse<APIRevenueDTO> |
ApiMonetizationApi.apisApiIdRevenueGetWithHttpInfo(String apiId)
Get total revenue details of a given monetized API with meterd billing.
|
ScopeListDTO |
ApiScopesApi.apisApiIdScopesGet(String apiId,
String ifNoneMatch)
Get a list of scopes of an API
This operation can be used to retrieve a list of scopes belonging to an API by providing the id of the API.
|
com.squareup.okhttp.Call |
ApiScopesApi.apisApiIdScopesGetAsync(String apiId,
String ifNoneMatch,
ApiCallback<ScopeListDTO> callback)
Get a list of scopes of an API (asynchronously)
This operation can be used to retrieve a list of scopes belonging to an API by providing the id of the API.
|
com.squareup.okhttp.Call |
ApiScopesApi.apisApiIdScopesGetCall(String apiId,
String ifNoneMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdScopesGet
|
ApiResponse<ScopeListDTO> |
ApiScopesApi.apisApiIdScopesGetWithHttpInfo(String apiId,
String ifNoneMatch)
Get a list of scopes of an API
This operation can be used to retrieve a list of scopes belonging to an API by providing the id of the API.
|
void |
ApiScopesApi.apisApiIdScopesNameDelete(String apiId,
String name,
String ifMatch)
Delete a scope of an API
This operation can be used to delete a scope associated with an API.
|
com.squareup.okhttp.Call |
ApiScopesApi.apisApiIdScopesNameDeleteAsync(String apiId,
String name,
String ifMatch,
ApiCallback<Void> callback)
Delete a scope of an API (asynchronously)
This operation can be used to delete a scope associated with an API.
|
com.squareup.okhttp.Call |
ApiScopesApi.apisApiIdScopesNameDeleteCall(String apiId,
String name,
String ifMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdScopesNameDelete
|
ApiResponse<Void> |
ApiScopesApi.apisApiIdScopesNameDeleteWithHttpInfo(String apiId,
String name,
String ifMatch)
Delete a scope of an API
This operation can be used to delete a scope associated with an API.
|
ScopeDTO |
ApiScopesApi.apisApiIdScopesNameGet(String apiId,
String name,
String ifNoneMatch)
Get a scope of an API
This operation can be used to retrieve a particular scope's metadata associated with an API.
|
com.squareup.okhttp.Call |
ApiScopesApi.apisApiIdScopesNameGetAsync(String apiId,
String name,
String ifNoneMatch,
ApiCallback<ScopeDTO> callback)
Get a scope of an API (asynchronously)
This operation can be used to retrieve a particular scope's metadata associated with an API.
|
com.squareup.okhttp.Call |
ApiScopesApi.apisApiIdScopesNameGetCall(String apiId,
String name,
String ifNoneMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdScopesNameGet
|
ApiResponse<ScopeDTO> |
ApiScopesApi.apisApiIdScopesNameGetWithHttpInfo(String apiId,
String name,
String ifNoneMatch)
Get a scope of an API
This operation can be used to retrieve a particular scope's metadata associated with an API.
|
ScopeDTO |
ApiScopesApi.apisApiIdScopesNamePut(String apiId,
String name,
ScopeDTO body,
String ifMatch)
Update a Scope of an API
This operation can be used to update scope of an API
|
com.squareup.okhttp.Call |
ApiScopesApi.apisApiIdScopesNamePutAsync(String apiId,
String name,
ScopeDTO body,
String ifMatch,
ApiCallback<ScopeDTO> callback)
Update a Scope of an API (asynchronously)
This operation can be used to update scope of an API
|
com.squareup.okhttp.Call |
ApiScopesApi.apisApiIdScopesNamePutCall(String apiId,
String name,
ScopeDTO body,
String ifMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdScopesNamePut
|
ApiResponse<ScopeDTO> |
ApiScopesApi.apisApiIdScopesNamePutWithHttpInfo(String apiId,
String name,
ScopeDTO body,
String ifMatch)
Update a Scope of an API
This operation can be used to update scope of an API
|
ScopeDTO |
ApiScopesApi.apisApiIdScopesPost(String apiId,
ScopeDTO body,
String ifMatch)
Add a new scope to an API
This operation can be used to add a new scope to an API.
|
com.squareup.okhttp.Call |
ApiScopesApi.apisApiIdScopesPostAsync(String apiId,
ScopeDTO body,
String ifMatch,
ApiCallback<ScopeDTO> callback)
Add a new scope to an API (asynchronously)
This operation can be used to add a new scope to an API.
|
com.squareup.okhttp.Call |
ApiScopesApi.apisApiIdScopesPostCall(String apiId,
ScopeDTO body,
String ifMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdScopesPost
|
ApiResponse<ScopeDTO> |
ApiScopesApi.apisApiIdScopesPostWithHttpInfo(String apiId,
ScopeDTO body,
String ifMatch)
Add a new scope to an API
This operation can be used to add a new scope to an API.
|
ThrottlingPolicyDTO |
ApIsApi.apisApiIdSubscriptionPoliciesGet(String apiId,
String xWSO2Tenant,
String ifNoneMatch)
Get details of the subscription throttling policies of an API
This operation can be used to retrieve details of the subscription throttling policy of an API by specifying the API Id.
|
com.squareup.okhttp.Call |
ApIsApi.apisApiIdSubscriptionPoliciesGetAsync(String apiId,
String xWSO2Tenant,
String ifNoneMatch,
ApiCallback<ThrottlingPolicyDTO> callback)
Get details of the subscription throttling policies of an API (asynchronously)
This operation can be used to retrieve details of the subscription throttling policy of an API by specifying the API Id.
|
com.squareup.okhttp.Call |
ApIsApi.apisApiIdSubscriptionPoliciesGetCall(String apiId,
String xWSO2Tenant,
String ifNoneMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdSubscriptionPoliciesGet
|
ApiResponse<ThrottlingPolicyDTO> |
ApIsApi.apisApiIdSubscriptionPoliciesGetWithHttpInfo(String apiId,
String xWSO2Tenant,
String ifNoneMatch)
Get details of the subscription throttling policies of an API
This operation can be used to retrieve details of the subscription throttling policy of an API by specifying the API Id.
|
String |
ApIsApi.apisApiIdSwaggerGet(String apiId,
String ifNoneMatch)
Get swagger definition
This operation can be used to retrieve the swagger definition of an API.
|
com.squareup.okhttp.Call |
ApIsApi.apisApiIdSwaggerGetAsync(String apiId,
String ifNoneMatch,
ApiCallback<String> callback)
Get swagger definition (asynchronously)
This operation can be used to retrieve the swagger definition of an API.
|
com.squareup.okhttp.Call |
ApIsApi.apisApiIdSwaggerGetCall(String apiId,
String ifNoneMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdSwaggerGet
|
ApiResponse<String> |
ApIsApi.apisApiIdSwaggerGetWithHttpInfo(String apiId,
String ifNoneMatch)
Get swagger definition
This operation can be used to retrieve the swagger definition of an API.
|
String |
ApIsApi.apisApiIdSwaggerPut(String apiId,
String apiDefinition,
String ifMatch)
Update swagger definition
This operation can be used to update the swagger definition of an existing API.
|
com.squareup.okhttp.Call |
ApIsApi.apisApiIdSwaggerPutAsync(String apiId,
String apiDefinition,
String ifMatch,
ApiCallback<String> callback)
Update swagger definition (asynchronously)
This operation can be used to update the swagger definition of an existing API.
|
com.squareup.okhttp.Call |
ApIsApi.apisApiIdSwaggerPutCall(String apiId,
String apiDefinition,
String ifMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdSwaggerPut
|
ApiResponse<String> |
ApIsApi.apisApiIdSwaggerPutWithHttpInfo(String apiId,
String apiDefinition,
String ifMatch)
Update swagger definition
This operation can be used to update the swagger definition of an existing API.
|
void |
ApIsApi.apisApiIdThumbnailGet(String apiId,
String ifNoneMatch)
Get thumbnail image
This operation can be used to download a thumbnail image of an API.
|
com.squareup.okhttp.Call |
ApIsApi.apisApiIdThumbnailGetAsync(String apiId,
String ifNoneMatch,
ApiCallback<Void> callback)
Get thumbnail image (asynchronously)
This operation can be used to download a thumbnail image of an API.
|
com.squareup.okhttp.Call |
ApIsApi.apisApiIdThumbnailGetCall(String apiId,
String ifNoneMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdThumbnailGet
|
ApiResponse<Void> |
ApIsApi.apisApiIdThumbnailGetWithHttpInfo(String apiId,
String ifNoneMatch)
Get thumbnail image
This operation can be used to download a thumbnail image of an API.
|
WorkflowResponseDTO |
ApiLifecycleApi.apisChangeLifecyclePost(String action,
String apiId,
String lifecycleChecklist,
String ifMatch)
Change API Status
This operation is used to change the lifecycle of an API.
|
com.squareup.okhttp.Call |
ApiLifecycleApi.apisChangeLifecyclePostAsync(String action,
String apiId,
String lifecycleChecklist,
String ifMatch,
ApiCallback<WorkflowResponseDTO> callback)
Change API Status (asynchronously)
This operation is used to change the lifecycle of an API.
|
com.squareup.okhttp.Call |
ApiLifecycleApi.apisChangeLifecyclePostCall(String action,
String apiId,
String lifecycleChecklist,
String ifMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisChangeLifecyclePost
|
ApiResponse<WorkflowResponseDTO> |
ApiLifecycleApi.apisChangeLifecyclePostWithHttpInfo(String action,
String apiId,
String lifecycleChecklist,
String ifMatch)
Change API Status
This operation is used to change the lifecycle of an API.
|
APIDTO |
ApIsApi.apisCopyApiPost(String newVersion,
String apiId,
Boolean defaultVersion)
Create a new API version
This operation can be used to create a new version of an existing API.
|
com.squareup.okhttp.Call |
ApIsApi.apisCopyApiPostAsync(String newVersion,
String apiId,
Boolean defaultVersion,
ApiCallback<APIDTO> 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 |
ApIsApi.apisCopyApiPostCall(String newVersion,
String apiId,
Boolean defaultVersion,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisCopyApiPost
|
ApiResponse<APIDTO> |
ApIsApi.apisCopyApiPostWithHttpInfo(String newVersion,
String apiId,
Boolean defaultVersion)
Create a new API version
This operation can be used to create a new version of an existing API.
|
APIListDTO |
ApIsApi.apisGet(Integer limit,
Integer offset,
String xWSO2Tenant,
String query,
String ifNoneMatch,
Boolean expand,
String accept,
String tenantDomain)
Retrieve/Search APIs
This operation provides you a list of available APIs qualifying under a given search condition.
|
com.squareup.okhttp.Call |
ApIsApi.apisGetAsync(Integer limit,
Integer offset,
String xWSO2Tenant,
String query,
String ifNoneMatch,
Boolean expand,
String accept,
String tenantDomain,
ApiCallback<APIListDTO> callback)
Retrieve/Search APIs (asynchronously)
This operation provides you a list of available APIs qualifying under a given search condition.
|
com.squareup.okhttp.Call |
ApIsApi.apisGetCall(Integer limit,
Integer offset,
String xWSO2Tenant,
String query,
String ifNoneMatch,
Boolean expand,
String accept,
String tenantDomain,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisGet
|
ApiResponse<APIListDTO> |
ApIsApi.apisGetWithHttpInfo(Integer limit,
Integer offset,
String xWSO2Tenant,
String query,
String ifNoneMatch,
Boolean expand,
String accept,
String tenantDomain)
Retrieve/Search APIs
This operation provides you a list of available APIs qualifying under a given search condition.
|
APIDTO |
ApIsApi.apisImportGraphqlSchemaPost(String type,
File file,
String additionalProperties,
String ifMatch)
Import API Definition
This operation can be used to create api from api definition.
|
com.squareup.okhttp.Call |
ApIsApi.apisImportGraphqlSchemaPostAsync(String type,
File file,
String additionalProperties,
String ifMatch,
ApiCallback<APIDTO> callback)
Import API Definition (asynchronously)
This operation can be used to create api from api definition.
|
com.squareup.okhttp.Call |
ApIsApi.apisImportGraphqlSchemaPostCall(String type,
File file,
String additionalProperties,
String ifMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisImportGraphqlSchemaPost
|
ApiResponse<APIDTO> |
ApIsApi.apisImportGraphqlSchemaPostWithHttpInfo(String type,
File file,
String additionalProperties,
String ifMatch)
Import API Definition
This operation can be used to create api from api definition.
|
APIDTO |
ApIsApi.apisPost(APIDTO body,
String openAPIVersion)
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 |
ApIsApi.apisPostAsync(APIDTO body,
String openAPIVersion,
ApiCallback<APIDTO> 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 |
ApIsApi.apisPostCall(APIDTO body,
String openAPIVersion,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisPost
|
ApiResponse<APIDTO> |
ApIsApi.apisPostWithHttpInfo(APIDTO body,
String openAPIVersion)
Create a new API
This operation can be used to create a new API specifying the details of the API in the payload.
|
GraphQLValidationResponseDTO |
ValidationApi.apisValidateGraphqlSchemaPost(File file)
Validate GraphQL API definition and retrieve a summary
This operation can be used to validate a graphQL definition and retrieve a summary.
|
com.squareup.okhttp.Call |
ValidationApi.apisValidateGraphqlSchemaPostAsync(File file,
ApiCallback<GraphQLValidationResponseDTO> callback)
Validate GraphQL API definition and retrieve a summary (asynchronously)
This operation can be used to validate a graphQL definition and retrieve a summary.
|
com.squareup.okhttp.Call |
ValidationApi.apisValidateGraphqlSchemaPostCall(File file,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisValidateGraphqlSchemaPost
|
ApiResponse<GraphQLValidationResponseDTO> |
ValidationApi.apisValidateGraphqlSchemaPostWithHttpInfo(File file)
Validate GraphQL API definition and retrieve a summary
This operation can be used to validate a graphQL definition and retrieve a summary.
|
void |
AlertConfigurationApi.deleteAlertConfig(String alertType,
String configurationId)
Delete the selected configuration from AbnormalRequestsPerMin alert type.
|
com.squareup.okhttp.Call |
AlertConfigurationApi.deleteAlertConfigAsync(String alertType,
String configurationId,
ApiCallback<Void> callback)
Delete the selected configuration from AbnormalRequestsPerMin alert type.
|
com.squareup.okhttp.Call |
AlertConfigurationApi.deleteAlertConfigCall(String alertType,
String configurationId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteAlertConfig
|
ApiResponse<Void> |
AlertConfigurationApi.deleteAlertConfigWithHttpInfo(String alertType,
String configurationId)
Delete the selected configuration from AbnormalRequestsPerMin alert type.
|
void |
EndpointCertificatesApi.endpointCertificatesAliasContentGet(String alias)
Download a certificate.
|
com.squareup.okhttp.Call |
EndpointCertificatesApi.endpointCertificatesAliasContentGetAsync(String alias,
ApiCallback<Void> callback)
Download a certificate.
|
com.squareup.okhttp.Call |
EndpointCertificatesApi.endpointCertificatesAliasContentGetCall(String alias,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for endpointCertificatesAliasContentGet
|
ApiResponse<Void> |
EndpointCertificatesApi.endpointCertificatesAliasContentGetWithHttpInfo(String alias)
Download a certificate.
|
void |
EndpointCertificatesApi.endpointCertificatesAliasDelete(String alias)
Delete a certificate.
|
com.squareup.okhttp.Call |
EndpointCertificatesApi.endpointCertificatesAliasDeleteAsync(String alias,
ApiCallback<Void> callback)
Delete a certificate.
|
com.squareup.okhttp.Call |
EndpointCertificatesApi.endpointCertificatesAliasDeleteCall(String alias,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for endpointCertificatesAliasDelete
|
ApiResponse<Void> |
EndpointCertificatesApi.endpointCertificatesAliasDeleteWithHttpInfo(String alias)
Delete a certificate.
|
CertificateInfoDTO |
EndpointCertificatesApi.endpointCertificatesAliasGet(String alias)
Get the certificate information.
|
com.squareup.okhttp.Call |
EndpointCertificatesApi.endpointCertificatesAliasGetAsync(String alias,
ApiCallback<CertificateInfoDTO> callback)
Get the certificate information.
|
com.squareup.okhttp.Call |
EndpointCertificatesApi.endpointCertificatesAliasGetCall(String alias,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for endpointCertificatesAliasGet
|
ApiResponse<CertificateInfoDTO> |
EndpointCertificatesApi.endpointCertificatesAliasGetWithHttpInfo(String alias)
Get the certificate information.
|
CertMetadataDTO |
EndpointCertificatesApi.endpointCertificatesAliasPut(File certificate,
String alias)
Update a certificate.
|
com.squareup.okhttp.Call |
EndpointCertificatesApi.endpointCertificatesAliasPutAsync(File certificate,
String alias,
ApiCallback<CertMetadataDTO> callback)
Update a certificate.
|
com.squareup.okhttp.Call |
EndpointCertificatesApi.endpointCertificatesAliasPutCall(File certificate,
String alias,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for endpointCertificatesAliasPut
|
ApiResponse<CertMetadataDTO> |
EndpointCertificatesApi.endpointCertificatesAliasPutWithHttpInfo(File certificate,
String alias)
Update a certificate.
|
CertificatesDTO |
EndpointCertificatesApi.endpointCertificatesGet(Integer limit,
Integer offset,
String alias,
String endpoint)
Retrieve/Search uploaded certificates.
|
com.squareup.okhttp.Call |
EndpointCertificatesApi.endpointCertificatesGetAsync(Integer limit,
Integer offset,
String alias,
String endpoint,
ApiCallback<CertificatesDTO> callback)
Retrieve/Search uploaded certificates.
|
com.squareup.okhttp.Call |
EndpointCertificatesApi.endpointCertificatesGetCall(Integer limit,
Integer offset,
String alias,
String endpoint,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for endpointCertificatesGet
|
ApiResponse<CertificatesDTO> |
EndpointCertificatesApi.endpointCertificatesGetWithHttpInfo(Integer limit,
Integer offset,
String alias,
String endpoint)
Retrieve/Search uploaded certificates.
|
CertMetadataDTO |
EndpointCertificatesApi.endpointCertificatesPost(File certificate,
String alias,
String endpoint)
Upload a new Certificate.
|
com.squareup.okhttp.Call |
EndpointCertificatesApi.endpointCertificatesPostAsync(File certificate,
String alias,
String endpoint,
ApiCallback<CertMetadataDTO> callback)
Upload a new Certificate.
|
com.squareup.okhttp.Call |
EndpointCertificatesApi.endpointCertificatesPostCall(File certificate,
String alias,
String endpoint,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for endpointCertificatesPost
|
ApiResponse<CertMetadataDTO> |
EndpointCertificatesApi.endpointCertificatesPostWithHttpInfo(File certificate,
String alias,
String endpoint)
Upload a new Certificate.
|
AlertConfigListDTO |
AlertConfigurationApi.getAllAlertConfigs(String alertType)
Get all AbnormalRequestsPerMin alert configurations
This operation is used to get all configurations of the AbnormalRequestsPerMin alert type.
|
com.squareup.okhttp.Call |
AlertConfigurationApi.getAllAlertConfigsAsync(String alertType,
ApiCallback<AlertConfigListDTO> callback)
Get all AbnormalRequestsPerMin alert configurations (asynchronously)
This operation is used to get all configurations of the AbnormalRequestsPerMin alert type.
|
com.squareup.okhttp.Call |
AlertConfigurationApi.getAllAlertConfigsCall(String alertType,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAllAlertConfigs
|
ApiResponse<AlertConfigListDTO> |
AlertConfigurationApi.getAllAlertConfigsWithHttpInfo(String alertType)
Get all AbnormalRequestsPerMin alert configurations
This operation is used to get all configurations of the AbnormalRequestsPerMin alert type.
|
ExternalStoreDTO |
ExternalStoresApi.getAllExternalStores()
Retrieve external store list to publish an API
Retrieve external stores list configured to publish an API
|
com.squareup.okhttp.Call |
ExternalStoresApi.getAllExternalStoresAsync(ApiCallback<ExternalStoreDTO> callback)
Retrieve external store list to publish an API (asynchronously)
Retrieve external stores list configured to publish an API
|
com.squareup.okhttp.Call |
ExternalStoresApi.getAllExternalStoresCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAllExternalStores
|
ApiResponse<ExternalStoreDTO> |
ExternalStoresApi.getAllExternalStoresWithHttpInfo()
Retrieve external store list to publish an API
Retrieve external stores list configured to publish an API
|
MediationListDTO |
GlobalMediationPoliciesApi.getAllGlobalMediationPolicies(Integer limit,
Integer offset,
String query,
String ifNoneMatch)
Get all global level mediation policies
This operation provides you a list of available all global level mediation policies.
|
com.squareup.okhttp.Call |
GlobalMediationPoliciesApi.getAllGlobalMediationPoliciesAsync(Integer limit,
Integer offset,
String query,
String ifNoneMatch,
ApiCallback<MediationListDTO> callback)
Get all global level mediation policies (asynchronously)
This operation provides you a list of available all global level mediation policies.
|
com.squareup.okhttp.Call |
GlobalMediationPoliciesApi.getAllGlobalMediationPoliciesCall(Integer limit,
Integer offset,
String query,
String ifNoneMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAllGlobalMediationPolicies
|
ApiResponse<MediationListDTO> |
GlobalMediationPoliciesApi.getAllGlobalMediationPoliciesWithHttpInfo(Integer limit,
Integer offset,
String query,
String ifNoneMatch)
Get all global level mediation policies
This operation provides you a list of available all global level mediation policies.
|
APIExternalStoreListDTO |
ExternalStoresApi.getAllPublishedExternalStoresByAPI(String apiId,
String ifNoneMatch)
Get the list of external stores which an API is published to
This operation can be used to retrieve a list of external stores which an API is published to by providing the id of the API.
|
com.squareup.okhttp.Call |
ExternalStoresApi.getAllPublishedExternalStoresByAPIAsync(String apiId,
String ifNoneMatch,
ApiCallback<APIExternalStoreListDTO> callback)
Get the list of external stores which an API is published to (asynchronously)
This operation can be used to retrieve a list of external stores which an API is published to by providing the id of the API.
|
com.squareup.okhttp.Call |
ExternalStoresApi.getAllPublishedExternalStoresByAPICall(String apiId,
String ifNoneMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAllPublishedExternalStoresByAPI
|
ApiResponse<APIExternalStoreListDTO> |
ExternalStoresApi.getAllPublishedExternalStoresByAPIWithHttpInfo(String apiId,
String ifNoneMatch)
Get the list of external stores which an API is published to
This operation can be used to retrieve a list of external stores which an API is published to by providing the id of the API.
|
ThrottlingPolicyListDTO |
ThrottlingPoliciesApi.getAllThrottlingPolicies(String policyLevel,
Integer limit,
Integer offset,
String ifNoneMatch)
Get all throttling policies for the given type
This operation can be used to list the available policies for a given policy level.
|
com.squareup.okhttp.Call |
ThrottlingPoliciesApi.getAllThrottlingPoliciesAsync(String policyLevel,
Integer limit,
Integer offset,
String ifNoneMatch,
ApiCallback<ThrottlingPolicyListDTO> callback)
Get all throttling policies for the given type (asynchronously)
This operation can be used to list the available policies for a given policy level.
|
com.squareup.okhttp.Call |
ThrottlingPoliciesApi.getAllThrottlingPoliciesCall(String policyLevel,
Integer limit,
Integer offset,
String ifNoneMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAllThrottlingPolicies
|
ApiResponse<ThrottlingPolicyListDTO> |
ThrottlingPoliciesApi.getAllThrottlingPoliciesWithHttpInfo(String policyLevel,
Integer limit,
Integer offset,
String ifNoneMatch)
Get all throttling policies for the given type
This operation can be used to list the available policies for a given policy level.
|
void |
GlobalMediationPolicyApi.getGlobalMediationPolicyContent(String mediationPolicyId,
String ifNoneMatch)
Downloadt specific global mediation policy
This operation can be used to download a particular global mediation policy.
|
com.squareup.okhttp.Call |
GlobalMediationPolicyApi.getGlobalMediationPolicyContentAsync(String mediationPolicyId,
String ifNoneMatch,
ApiCallback<Void> callback)
Downloadt specific global mediation policy (asynchronously)
This operation can be used to download a particular global mediation policy.
|
com.squareup.okhttp.Call |
GlobalMediationPolicyApi.getGlobalMediationPolicyContentCall(String mediationPolicyId,
String ifNoneMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getGlobalMediationPolicyContent
|
ApiResponse<Void> |
GlobalMediationPolicyApi.getGlobalMediationPolicyContentWithHttpInfo(String mediationPolicyId,
String ifNoneMatch)
Downloadt specific global mediation policy
This operation can be used to download a particular global mediation policy.
|
AlertTypesListDTO |
AlertsApi.getPublisherAlertTypes()
Get the list of API Publisher alert types.
|
com.squareup.okhttp.Call |
AlertsApi.getPublisherAlertTypesAsync(ApiCallback<AlertTypesListDTO> callback)
Get the list of API Publisher alert types.
|
com.squareup.okhttp.Call |
AlertsApi.getPublisherAlertTypesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getPublisherAlertTypes
|
ApiResponse<AlertTypesListDTO> |
AlertsApi.getPublisherAlertTypesWithHttpInfo()
Get the list of API Publisher alert types.
|
AlertsInfoDTO |
AlertSubscriptionsApi.getSubscribedAlertTypes()
Get the list of API Publisher alert types subscribed by the user.
|
com.squareup.okhttp.Call |
AlertSubscriptionsApi.getSubscribedAlertTypesAsync(ApiCallback<AlertsInfoDTO> callback)
Get the list of API Publisher alert types subscribed by the user.
|
com.squareup.okhttp.Call |
AlertSubscriptionsApi.getSubscribedAlertTypesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getSubscribedAlertTypes
|
ApiResponse<AlertsInfoDTO> |
AlertSubscriptionsApi.getSubscribedAlertTypesWithHttpInfo()
Get the list of API Publisher alert types subscribed by the user.
|
void |
TenantsApi.getTenantExistence(String tenantDomain)
Check whether the given tenant already exists
Using this operation, user can check whether a given tenant exists or not.
|
com.squareup.okhttp.Call |
TenantsApi.getTenantExistenceAsync(String tenantDomain,
ApiCallback<Void> callback)
Check whether the given tenant already exists (asynchronously)
Using this operation, user can check whether a given tenant exists or not.
|
com.squareup.okhttp.Call |
TenantsApi.getTenantExistenceCall(String tenantDomain,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getTenantExistence
|
ApiResponse<Void> |
TenantsApi.getTenantExistenceWithHttpInfo(String tenantDomain)
Check whether the given tenant already exists
Using this operation, user can check whether a given tenant exists or not.
|
void |
TenantsApi.getTenantsByState(String state,
Integer limit,
Integer offset)
Get get tenants by state
This operation is to get tenants by state
|
com.squareup.okhttp.Call |
TenantsApi.getTenantsByStateAsync(String state,
Integer limit,
Integer offset,
ApiCallback<Void> callback)
Get get tenants by state (asynchronously)
This operation is to get tenants by state
|
com.squareup.okhttp.Call |
TenantsApi.getTenantsByStateCall(String state,
Integer limit,
Integer offset,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getTenantsByState
|
ApiResponse<Void> |
TenantsApi.getTenantsByStateWithHttpInfo(String state,
Integer limit,
Integer offset)
Get get tenants by state
This operation is to get tenants by state
|
ThrottlingPolicyDTO |
ThrottlingPoliciesApi.getThrottlingPolicyByName(String policyName,
String policyLevel,
String ifNoneMatch)
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 |
ThrottlingPoliciesApi.getThrottlingPolicyByNameAsync(String policyName,
String policyLevel,
String ifNoneMatch,
ApiCallback<ThrottlingPolicyDTO> 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 |
ThrottlingPoliciesApi.getThrottlingPolicyByNameCall(String policyName,
String policyLevel,
String ifNoneMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getThrottlingPolicyByName
|
ApiResponse<ThrottlingPolicyDTO> |
ThrottlingPoliciesApi.getThrottlingPolicyByNameWithHttpInfo(String policyName,
String policyLevel,
String ifNoneMatch)
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 |
ApIsApi.getWSDLOfAPI(String apiId,
String ifNoneMatch)
Get WSDL definition
This operation can be used to retrieve the WSDL definition of an API.
|
com.squareup.okhttp.Call |
ApIsApi.getWSDLOfAPIAsync(String apiId,
String ifNoneMatch,
ApiCallback<Void> callback)
Get WSDL definition (asynchronously)
This operation can be used to retrieve the WSDL definition of an API.
|
com.squareup.okhttp.Call |
ApIsApi.getWSDLOfAPICall(String apiId,
String ifNoneMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getWSDLOfAPI
|
ApiResponse<Void> |
ApIsApi.getWSDLOfAPIWithHttpInfo(String apiId,
String ifNoneMatch)
Get WSDL definition
This operation can be used to retrieve the WSDL definition of an API.
|
APIDTO |
ApIsApi.importOpenAPIDefinition(File file,
String url,
String additionalProperties)
Import an OpenAPI Definition
This operation can be used to create an API from an OpenAPI definition.
|
com.squareup.okhttp.Call |
ApIsApi.importOpenAPIDefinitionAsync(File file,
String url,
String additionalProperties,
ApiCallback<APIDTO> callback)
Import an OpenAPI Definition (asynchronously)
This operation can be used to create an API from an OpenAPI definition.
|
com.squareup.okhttp.Call |
ApIsApi.importOpenAPIDefinitionCall(File file,
String url,
String additionalProperties,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for importOpenAPIDefinition
|
ApiResponse<APIDTO> |
ApIsApi.importOpenAPIDefinitionWithHttpInfo(File file,
String url,
String additionalProperties)
Import an OpenAPI Definition
This operation can be used to create an API from an OpenAPI definition.
|
APIDTO |
ApIsApi.importWSDLDefinition(File file,
String url,
String additionalProperties,
String implementationType)
Import a WSDL Definition
This operation can be used to create an API using a WSDL definition.
|
com.squareup.okhttp.Call |
ApIsApi.importWSDLDefinitionAsync(File file,
String url,
String additionalProperties,
String implementationType,
ApiCallback<APIDTO> callback)
Import a WSDL Definition (asynchronously)
This operation can be used to create an API using a WSDL definition.
|
com.squareup.okhttp.Call |
ApIsApi.importWSDLDefinitionCall(File file,
String url,
String additionalProperties,
String implementationType,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for importWSDLDefinition
|
ApiResponse<APIDTO> |
ApIsApi.importWSDLDefinitionWithHttpInfo(File file,
String url,
String additionalProperties,
String implementationType)
Import a WSDL Definition
This operation can be used to create an API using a WSDL definition.
|
LabelListDTO |
LabelCollectionApi.labelsGet()
Get all registered Labels
Get all registered Labels
|
com.squareup.okhttp.Call |
LabelCollectionApi.labelsGetAsync(ApiCallback<LabelListDTO> callback)
Get all registered Labels (asynchronously)
Get all registered Labels
|
com.squareup.okhttp.Call |
LabelCollectionApi.labelsGetCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for labelsGet
|
ApiResponse<LabelListDTO> |
LabelCollectionApi.labelsGetWithHttpInfo()
Get all registered Labels
Get all registered Labels
|
APIExternalStoreListDTO |
ExternalStoresApi.publishAPIToExternalStores(String apiId,
String externalStoreIds,
String ifMatch)
Publish an API to external stores
This operation can be used to publish an API to a list of external stores.
|
com.squareup.okhttp.Call |
ExternalStoresApi.publishAPIToExternalStoresAsync(String apiId,
String externalStoreIds,
String ifMatch,
ApiCallback<APIExternalStoreListDTO> callback)
Publish an API to external stores (asynchronously)
This operation can be used to publish an API to a list of external stores.
|
com.squareup.okhttp.Call |
ExternalStoresApi.publishAPIToExternalStoresCall(String apiId,
String externalStoreIds,
String ifMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for publishAPIToExternalStores
|
ApiResponse<APIExternalStoreListDTO> |
ExternalStoresApi.publishAPIToExternalStoresWithHttpInfo(String apiId,
String externalStoreIds,
String ifMatch)
Publish an API to external stores
This operation can be used to publish an API to a list of external stores.
|
SearchResultListDTO |
UnifiedSearchApi.searchGet(Integer limit,
Integer offset,
String query,
String ifNoneMatch)
Retrieve/Search APIs and API Documents by content
This operation provides you a list of available APIs and API Documents qualifying the given keyword match.
|
com.squareup.okhttp.Call |
UnifiedSearchApi.searchGetAsync(Integer limit,
Integer offset,
String query,
String ifNoneMatch,
ApiCallback<SearchResultListDTO> callback)
Retrieve/Search APIs and API Documents by content (asynchronously)
This operation provides you a list of available APIs and API Documents qualifying the given keyword match.
|
com.squareup.okhttp.Call |
UnifiedSearchApi.searchGetCall(Integer limit,
Integer offset,
String query,
String ifNoneMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for searchGet
|
ApiResponse<SearchResultListDTO> |
UnifiedSearchApi.searchGetWithHttpInfo(Integer limit,
Integer offset,
String query,
String ifNoneMatch)
Retrieve/Search APIs and API Documents by content
This operation provides you a list of available APIs and API Documents qualifying the given keyword match.
|
EnvironmentListDTO |
SettingsApi.settingsGatewayEnvironmentsGet(String apiId)
Get all gateway environments
This operation can be used to retrieve the list of gateway environments available.
|
com.squareup.okhttp.Call |
SettingsApi.settingsGatewayEnvironmentsGetAsync(String apiId,
ApiCallback<EnvironmentListDTO> callback)
Get all gateway environments (asynchronously)
This operation can be used to retrieve the list of gateway environments available.
|
com.squareup.okhttp.Call |
SettingsApi.settingsGatewayEnvironmentsGetCall(String apiId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for settingsGatewayEnvironmentsGet
|
ApiResponse<EnvironmentListDTO> |
SettingsApi.settingsGatewayEnvironmentsGetWithHttpInfo(String apiId)
Get all gateway environments
This operation can be used to retrieve the list of gateway environments available.
|
SettingsDTO |
SettingsApi.settingsGet()
Retreive publisher settings
Retreive publisher settings
|
com.squareup.okhttp.Call |
SettingsApi.settingsGetAsync(ApiCallback<SettingsDTO> callback)
Retreive publisher settings (asynchronously)
Retreive publisher settings
|
com.squareup.okhttp.Call |
SettingsApi.settingsGetCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for settingsGet
|
ApiResponse<SettingsDTO> |
SettingsApi.settingsGetWithHttpInfo()
Retreive publisher settings
Retreive publisher settings
|
AlertsInfoResponseDTO |
AlertSubscriptionsApi.subscribeToAlerts(AlertsInfoDTO body)
Subscribe to the selected alert types by the user.
|
com.squareup.okhttp.Call |
AlertSubscriptionsApi.subscribeToAlertsAsync(AlertsInfoDTO body,
ApiCallback<AlertsInfoResponseDTO> callback)
Subscribe to the selected alert types by the user.
|
com.squareup.okhttp.Call |
AlertSubscriptionsApi.subscribeToAlertsCall(AlertsInfoDTO body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for subscribeToAlerts
|
ApiResponse<AlertsInfoResponseDTO> |
AlertSubscriptionsApi.subscribeToAlertsWithHttpInfo(AlertsInfoDTO body)
Subscribe to the selected alert types by the user.
|
void |
SubscriptionsApi.subscriptionsBlockSubscriptionPost(String subscriptionId,
String blockState,
String ifMatch)
Block a subscription
This operation can be used to block a subscription.
|
com.squareup.okhttp.Call |
SubscriptionsApi.subscriptionsBlockSubscriptionPostAsync(String subscriptionId,
String blockState,
String ifMatch,
ApiCallback<Void> callback)
Block a subscription (asynchronously)
This operation can be used to block a subscription.
|
com.squareup.okhttp.Call |
SubscriptionsApi.subscriptionsBlockSubscriptionPostCall(String subscriptionId,
String blockState,
String ifMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for subscriptionsBlockSubscriptionPost
|
ApiResponse<Void> |
SubscriptionsApi.subscriptionsBlockSubscriptionPostWithHttpInfo(String subscriptionId,
String blockState,
String ifMatch)
Block a subscription
This operation can be used to block a subscription.
|
SubscriptionListDTO |
SubscriptionsApi.subscriptionsGet(String apiId,
Integer limit,
Integer offset,
String ifNoneMatch,
String query)
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 |
SubscriptionsApi.subscriptionsGetAsync(String apiId,
Integer limit,
Integer offset,
String ifNoneMatch,
String query,
ApiCallback<SubscriptionListDTO> 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 |
SubscriptionsApi.subscriptionsGetCall(String apiId,
Integer limit,
Integer offset,
String ifNoneMatch,
String query,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for subscriptionsGet
|
ApiResponse<SubscriptionListDTO> |
SubscriptionsApi.subscriptionsGetWithHttpInfo(String apiId,
Integer limit,
Integer offset,
String ifNoneMatch,
String query)
Get all Subscriptions
This operation can be used to retrieve a list of subscriptions of the user associated with the provided access token.
|
APIMonetizationUsageDTO |
ApiMonetizationApi.subscriptionsSubscriptionIdUsageGet(String subscriptionId)
Get details of a pending invoice for a monetized subscription with meterd billing.
|
com.squareup.okhttp.Call |
ApiMonetizationApi.subscriptionsSubscriptionIdUsageGetAsync(String subscriptionId,
ApiCallback<APIMonetizationUsageDTO> callback)
Get details of a pending invoice for a monetized subscription with meterd billing.
|
com.squareup.okhttp.Call |
ApiMonetizationApi.subscriptionsSubscriptionIdUsageGetCall(String subscriptionId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for subscriptionsSubscriptionIdUsageGet
|
ApiResponse<APIMonetizationUsageDTO> |
ApiMonetizationApi.subscriptionsSubscriptionIdUsageGetWithHttpInfo(String subscriptionId)
Get details of a pending invoice for a monetized subscription with meterd billing.
|
void |
SubscriptionsApi.subscriptionsUnblockSubscriptionPost(String subscriptionId,
String ifMatch)
Unblock a Subscription
This operation can be used to unblock a subscription specifying the subscription Id.
|
com.squareup.okhttp.Call |
SubscriptionsApi.subscriptionsUnblockSubscriptionPostAsync(String subscriptionId,
String ifMatch,
ApiCallback<Void> callback)
Unblock a Subscription (asynchronously)
This operation can be used to unblock a subscription specifying the subscription Id.
|
com.squareup.okhttp.Call |
SubscriptionsApi.subscriptionsUnblockSubscriptionPostCall(String subscriptionId,
String ifMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for subscriptionsUnblockSubscriptionPost
|
ApiResponse<Void> |
SubscriptionsApi.subscriptionsUnblockSubscriptionPostWithHttpInfo(String subscriptionId,
String ifMatch)
Unblock a Subscription
This operation can be used to unblock a subscription specifying the subscription Id.
|
void |
AlertSubscriptionsApi.unsubscribeAllAlerts()
Unsubscribe user from all the alert types.
|
com.squareup.okhttp.Call |
AlertSubscriptionsApi.unsubscribeAllAlertsAsync(ApiCallback<Void> callback)
Unsubscribe user from all the alert types.
|
com.squareup.okhttp.Call |
AlertSubscriptionsApi.unsubscribeAllAlertsCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for unsubscribeAllAlerts
|
ApiResponse<Void> |
AlertSubscriptionsApi.unsubscribeAllAlertsWithHttpInfo()
Unsubscribe user from all the alert types.
|
FileInfoDTO |
ApIsApi.updateAPIThumbnail(String apiId,
File file,
String ifMatch)
Upload a thumbnail image
This operation can be used to upload a thumbnail image of an API.
|
com.squareup.okhttp.Call |
ApIsApi.updateAPIThumbnailAsync(String apiId,
File file,
String ifMatch,
ApiCallback<FileInfoDTO> callback)
Upload a thumbnail image (asynchronously)
This operation can be used to upload a thumbnail image of an API.
|
com.squareup.okhttp.Call |
ApIsApi.updateAPIThumbnailCall(String apiId,
File file,
String ifMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateAPIThumbnail
|
ApiResponse<FileInfoDTO> |
ApIsApi.updateAPIThumbnailWithHttpInfo(String apiId,
File file,
String ifMatch)
Upload a thumbnail image
This operation can be used to upload a thumbnail image of an API.
|
void |
ApIsApi.updateWSDLOfAPI(String apiId,
File file,
String url,
String ifMatch)
Update WSDL definition
This operation can be used to update the WSDL definition of an existing API.
|
com.squareup.okhttp.Call |
ApIsApi.updateWSDLOfAPIAsync(String apiId,
File file,
String url,
String ifMatch,
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 |
ApIsApi.updateWSDLOfAPICall(String apiId,
File file,
String url,
String ifMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateWSDLOfAPI
|
ApiResponse<Void> |
ApIsApi.updateWSDLOfAPIWithHttpInfo(String apiId,
File file,
String url,
String ifMatch)
Update WSDL definition
This operation can be used to update the WSDL definition of an existing API.
|
void |
ValidationApi.validateAPI(String query,
String ifNoneMatch)
Check given API attibute name is already exist.
|
com.squareup.okhttp.Call |
ValidationApi.validateAPIAsync(String query,
String ifNoneMatch,
ApiCallback<Void> callback)
Check given API attibute name is already exist.
|
com.squareup.okhttp.Call |
ValidationApi.validateAPICall(String query,
String ifNoneMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for validateAPI
|
ApiResponse<Void> |
ValidationApi.validateAPIWithHttpInfo(String query,
String ifNoneMatch)
Check given API attibute name is already exist.
|
DocumentDTO |
ApiDocumentsApi.validateDocument(String apiId,
String name,
String ifMatch)
Check whether a document with the provided name exist.
|
com.squareup.okhttp.Call |
ApiDocumentsApi.validateDocumentAsync(String apiId,
String name,
String ifMatch,
ApiCallback<DocumentDTO> callback)
Check whether a document with the provided name exist.
|
com.squareup.okhttp.Call |
ApiDocumentsApi.validateDocumentCall(String apiId,
String name,
String ifMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for validateDocument
|
ApiResponse<DocumentDTO> |
ApiDocumentsApi.validateDocumentWithHttpInfo(String apiId,
String name,
String ifMatch)
Check whether a document with the provided name exist.
|
OpenAPIDefinitionValidationResponseDTO |
ValidationApi.validateOpenAPIDefinition(String url,
File file,
Boolean returnContent)
Validate an OpenAPI Definition
This operation can be used to validate an OpenAPI definition and retrieve a summary.
|
com.squareup.okhttp.Call |
ValidationApi.validateOpenAPIDefinitionAsync(String url,
File file,
Boolean returnContent,
ApiCallback<OpenAPIDefinitionValidationResponseDTO> callback)
Validate an OpenAPI Definition (asynchronously)
This operation can be used to validate an OpenAPI definition and retrieve a summary.
|
com.squareup.okhttp.Call |
ValidationApi.validateOpenAPIDefinitionCall(String url,
File file,
Boolean returnContent,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for validateOpenAPIDefinition
|
ApiResponse<OpenAPIDefinitionValidationResponseDTO> |
ValidationApi.validateOpenAPIDefinitionWithHttpInfo(String url,
File file,
Boolean returnContent)
Validate an OpenAPI Definition
This operation can be used to validate an OpenAPI definition and retrieve a summary.
|
void |
RolesApi.validateSystemRole(String roleId)
Check given role name is already exist
Using this operation, user can check a given role name exists or not.
|
com.squareup.okhttp.Call |
RolesApi.validateSystemRoleAsync(String roleId,
ApiCallback<Void> callback)
Check given role name is already exist (asynchronously)
Using this operation, user can check a given role name exists or not.
|
com.squareup.okhttp.Call |
RolesApi.validateSystemRoleCall(String roleId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for validateSystemRole
|
ApiResponse<Void> |
RolesApi.validateSystemRoleWithHttpInfo(String roleId)
Check given role name is already exist
Using this operation, user can check a given role name exists or not.
|
void |
RolesApi.validateUserRole(String roleId)
Validate whether the logged-in user has the given role
Using this operation, logged-in user can check whether he has given role.
|
com.squareup.okhttp.Call |
RolesApi.validateUserRoleAsync(String roleId,
ApiCallback<Void> callback)
Validate whether the logged-in user has the given role (asynchronously)
Using this operation, logged-in user can check whether he has given role.
|
com.squareup.okhttp.Call |
RolesApi.validateUserRoleCall(String roleId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for validateUserRole
|
ApiResponse<Void> |
RolesApi.validateUserRoleWithHttpInfo(String roleId)
Validate whether the logged-in user has the given role
Using this operation, logged-in user can check whether he has given role.
|
WSDLValidationResponseDTO |
ValidationApi.validateWSDLDefinition(String url,
File file)
Validate a WSDL Definition
This operation can be used to validate a WSDL definition and retrieve a summary.
|
com.squareup.okhttp.Call |
ValidationApi.validateWSDLDefinitionAsync(String url,
File file,
ApiCallback<WSDLValidationResponseDTO> callback)
Validate a WSDL Definition (asynchronously)
This operation can be used to validate a WSDL definition and retrieve a summary.
|
com.squareup.okhttp.Call |
ValidationApi.validateWSDLDefinitionCall(String url,
File file,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for validateWSDLDefinition
|
ApiResponse<WSDLValidationResponseDTO> |
ValidationApi.validateWSDLDefinitionWithHttpInfo(String url,
File file)
Validate a WSDL Definition
This operation can be used to validate a WSDL definition and retrieve a summary.
|
Copyright © 2019 WSO2 Inc. All rights reserved.