| Package | Description |
|---|---|
| org.wso2.carbon.apimgt.rest.integration.tests | |
| org.wso2.carbon.apimgt.rest.integration.tests.api |
| Modifier and Type | Method and Description |
|---|---|
void |
ApiCallback.onFailure(ApiException e,
int statusCode,
Map<String,List<String>> responseHeaders)
This is called when the API call fails.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
ApiClient.buildCall(String path,
String method,
List<Pair> queryParams,
Object body,
Map<String,String> headerParams,
Map<String,Object> formParams,
String[] authNames,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build HTTP call with the given options.
|
<T> T |
ApiClient.deserialize(com.squareup.okhttp.Response response,
Type returnType)
Deserialize response body to Java object, according to the return type and
the Content-Type response header.
|
File |
ApiClient.downloadFileFromResponse(com.squareup.okhttp.Response response)
Download file from the given response.
|
<T> ApiResponse<T> |
ApiClient.execute(com.squareup.okhttp.Call call)
|
<T> ApiResponse<T> |
ApiClient.execute(com.squareup.okhttp.Call call,
Type returnType)
Execute HTTP call and deserialize the HTTP response body into the given return type.
|
<T> T |
ApiClient.handleResponse(com.squareup.okhttp.Response response,
Type returnType)
Handle the given response, return the deserialized object when the response is successful.
|
com.squareup.okhttp.RequestBody |
ApiClient.serialize(Object obj,
String contentType)
Serialize the given Java object into request body according to the object's
class and the request Content-Type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
APIIndividualApi.apisApiIdDelete(String apiId,
String ifMatch,
String ifUnmodifiedSince)
Delete an API
This operation can be used to delete an existing API proving the Id of the API.
|
com.squareup.okhttp.Call |
APIIndividualApi.apisApiIdDeleteAsync(String apiId,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<Void> callback)
Delete an API (asynchronously)
This operation can be used to delete an existing API proving the Id of the API.
|
ApiResponse<Void> |
APIIndividualApi.apisApiIdDeleteWithHttpInfo(String apiId,
String ifMatch,
String ifUnmodifiedSince)
Delete an API
This operation can be used to delete an existing API proving the Id of the API.
|
void |
DocumentIndividualApi.apisApiIdDocumentsDocumentIdContentGet(String apiId,
String documentId,
String accept,
String ifNoneMatch,
String ifModifiedSince)
Get the content of an API document
This operation can be used to retrive the content of an API's document.
|
com.squareup.okhttp.Call |
DocumentIndividualApi.apisApiIdDocumentsDocumentIdContentGetAsync(String apiId,
String documentId,
String accept,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<Void> callback)
Get the content of an API document (asynchronously)
This operation can be used to retrive the content of an API's document.
|
ApiResponse<Void> |
DocumentIndividualApi.apisApiIdDocumentsDocumentIdContentGetWithHttpInfo(String apiId,
String documentId,
String accept,
String ifNoneMatch,
String ifModifiedSince)
Get the content of an API document
This operation can be used to retrive the content of an API's document.
|
Document |
DocumentIndividualApi.apisApiIdDocumentsDocumentIdContentPost(String apiId,
String documentId,
String contentType,
File file,
String inlineContent,
String ifMatch,
String ifUnmodifiedSince)
Upload the content of an API document
Thid operation can be used to upload a file or add inline content to an API document.
|
com.squareup.okhttp.Call |
DocumentIndividualApi.apisApiIdDocumentsDocumentIdContentPostAsync(String apiId,
String documentId,
String contentType,
File file,
String inlineContent,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<Document> callback)
Upload the content of an API document (asynchronously)
Thid operation can be used to upload a file or add inline content to an API document.
|
ApiResponse<Document> |
DocumentIndividualApi.apisApiIdDocumentsDocumentIdContentPostWithHttpInfo(String apiId,
String documentId,
String contentType,
File file,
String inlineContent,
String ifMatch,
String ifUnmodifiedSince)
Upload the content of an API document
Thid operation can be used to upload a file or add inline content to an API document.
|
void |
DocumentIndividualApi.apisApiIdDocumentsDocumentIdDelete(String apiId,
String documentId,
String ifMatch,
String ifUnmodifiedSince)
Delete a document of an API
This operation can be used to delete a document associated with an API.
|
com.squareup.okhttp.Call |
DocumentIndividualApi.apisApiIdDocumentsDocumentIdDeleteAsync(String apiId,
String documentId,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<Void> callback)
Delete a document of an API (asynchronously)
This operation can be used to delete a document associated with an API.
|
ApiResponse<Void> |
DocumentIndividualApi.apisApiIdDocumentsDocumentIdDeleteWithHttpInfo(String apiId,
String documentId,
String ifMatch,
String ifUnmodifiedSince)
Delete a document of an API
This operation can be used to delete a document associated with an API.
|
Document |
DocumentIndividualApi.apisApiIdDocumentsDocumentIdGet(String apiId,
String documentId,
String accept,
String ifNoneMatch,
String ifModifiedSince)
Get a document of an API
This operation can be used to retrieve a particular document's metadata associated with an API.
|
com.squareup.okhttp.Call |
DocumentIndividualApi.apisApiIdDocumentsDocumentIdGetAsync(String apiId,
String documentId,
String accept,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<Document> callback)
Get a document of an API (asynchronously)
This operation can be used to retrieve a particular document's metadata associated with an API.
|
ApiResponse<Document> |
DocumentIndividualApi.apisApiIdDocumentsDocumentIdGetWithHttpInfo(String apiId,
String documentId,
String accept,
String ifNoneMatch,
String ifModifiedSince)
Get a document of an API
This operation can be used to retrieve a particular document's metadata associated with an API.
|
Document |
DocumentIndividualApi.apisApiIdDocumentsDocumentIdPut(String apiId,
String documentId,
Document body,
String contentType,
String ifMatch,
String ifUnmodifiedSince)
Update a document of an API
This operation can be used to update metadata of an API's document.
|
com.squareup.okhttp.Call |
DocumentIndividualApi.apisApiIdDocumentsDocumentIdPutAsync(String apiId,
String documentId,
Document body,
String contentType,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<Document> callback)
Update a document of an API (asynchronously)
This operation can be used to update metadata of an API's document.
|
ApiResponse<Document> |
DocumentIndividualApi.apisApiIdDocumentsDocumentIdPutWithHttpInfo(String apiId,
String documentId,
Document body,
String contentType,
String ifMatch,
String ifUnmodifiedSince)
Update a document of an API
This operation can be used to update metadata of an API's document.
|
DocumentList |
DocumentCollectionApi.apisApiIdDocumentsGet(String apiId,
Integer limit,
Integer offset,
String accept,
String ifNoneMatch)
Get a list of documents of an API
This operation can be used to retrive a list of documents belonging to an API by providing the id of the API.
|
com.squareup.okhttp.Call |
DocumentCollectionApi.apisApiIdDocumentsGetAsync(String apiId,
Integer limit,
Integer offset,
String accept,
String ifNoneMatch,
ApiCallback<DocumentList> callback)
Get a list of documents of an API (asynchronously)
This operation can be used to retrive a list of documents belonging to an API by providing the id of the API.
|
ApiResponse<DocumentList> |
DocumentCollectionApi.apisApiIdDocumentsGetWithHttpInfo(String apiId,
Integer limit,
Integer offset,
String accept,
String ifNoneMatch)
Get a list of documents of an API
This operation can be used to retrive a list of documents belonging to an API by providing the id of the API.
|
Document |
DocumentCollectionApi.apisApiIdDocumentsPost(String apiId,
Document body,
String contentType)
Add a new document to an API
This operation can be used to add a new documentation to an API.
|
com.squareup.okhttp.Call |
DocumentCollectionApi.apisApiIdDocumentsPostAsync(String apiId,
Document body,
String contentType,
ApiCallback<Document> callback)
Add a new document to an API (asynchronously)
This operation can be used to add a new documentation to an API.
|
ApiResponse<Document> |
DocumentCollectionApi.apisApiIdDocumentsPostWithHttpInfo(String apiId,
Document body,
String contentType)
Add a new document to an API
This operation can be used to add a new documentation to an API.
|
void |
APIIndividualApi.apisApiIdGatewayConfigGet(String apiId,
String accept,
String ifNoneMatch,
String ifModifiedSince)
Get gateway definition
This operation can be used to retrieve the gateway configuration of an API.
|
com.squareup.okhttp.Call |
APIIndividualApi.apisApiIdGatewayConfigGetAsync(String apiId,
String accept,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<Void> callback)
Get gateway definition (asynchronously)
This operation can be used to retrieve the gateway configuration of an API.
|
ApiResponse<Void> |
APIIndividualApi.apisApiIdGatewayConfigGetWithHttpInfo(String apiId,
String accept,
String ifNoneMatch,
String ifModifiedSince)
Get gateway definition
This operation can be used to retrieve the gateway configuration of an API.
|
void |
APIIndividualApi.apisApiIdGatewayConfigPut(String apiId,
String gatewayConfig,
String contentType,
String ifMatch,
String ifUnmodifiedSince)
Update gateway configuration
This operation can be used to update the gateway configuration of an existing API.
|
com.squareup.okhttp.Call |
APIIndividualApi.apisApiIdGatewayConfigPutAsync(String apiId,
String gatewayConfig,
String contentType,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<Void> callback)
Update gateway configuration (asynchronously)
This operation can be used to update the gateway configuration of an existing API.
|
ApiResponse<Void> |
APIIndividualApi.apisApiIdGatewayConfigPutWithHttpInfo(String apiId,
String gatewayConfig,
String contentType,
String ifMatch,
String ifUnmodifiedSince)
Update gateway configuration
This operation can be used to update the gateway configuration of an existing API.
|
API |
APIIndividualApi.apisApiIdGet(String apiId,
String accept,
String ifNoneMatch,
String ifModifiedSince)
Get details of an API
Using this operation, you can retrieve complete details of a single API.
|
com.squareup.okhttp.Call |
APIIndividualApi.apisApiIdGetAsync(String apiId,
String accept,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<API> callback)
Get details of an API (asynchronously)
Using this operation, you can retrieve complete details of a single API.
|
ApiResponse<API> |
APIIndividualApi.apisApiIdGetWithHttpInfo(String apiId,
String accept,
String ifNoneMatch,
String ifModifiedSince)
Get details of an API
Using this operation, you can retrieve complete details of a single API.
|
API |
APIIndividualApi.apisApiIdPut(String apiId,
API body,
String contentType,
String ifMatch,
String ifUnmodifiedSince)
Update an API
This operation can be used to update an existing API.
|
com.squareup.okhttp.Call |
APIIndividualApi.apisApiIdPutAsync(String apiId,
API body,
String contentType,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<API> callback)
Update an API (asynchronously)
This operation can be used to update an existing API.
|
ApiResponse<API> |
APIIndividualApi.apisApiIdPutWithHttpInfo(String apiId,
API body,
String contentType,
String ifMatch,
String ifUnmodifiedSince)
Update an API
This operation can be used to update an existing API.
|
void |
APIIndividualApi.apisApiIdSwaggerGet(String apiId,
String accept,
String ifNoneMatch,
String ifModifiedSince)
Get swagger definition
This operation can be used to retrieve the swagger definition of an API.
|
com.squareup.okhttp.Call |
APIIndividualApi.apisApiIdSwaggerGetAsync(String apiId,
String accept,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<Void> callback)
Get swagger definition (asynchronously)
This operation can be used to retrieve the swagger definition of an API.
|
ApiResponse<Void> |
APIIndividualApi.apisApiIdSwaggerGetWithHttpInfo(String apiId,
String accept,
String ifNoneMatch,
String ifModifiedSince)
Get swagger definition
This operation can be used to retrieve the swagger definition of an API.
|
void |
APIIndividualApi.apisApiIdSwaggerPut(String apiId,
String apiDefinition,
String contentType,
String ifMatch,
String ifUnmodifiedSince)
Update swagger definition
This operation can be used to update the swagger definition of an existing API.
|
com.squareup.okhttp.Call |
APIIndividualApi.apisApiIdSwaggerPutAsync(String apiId,
String apiDefinition,
String contentType,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<Void> callback)
Update swagger definition (asynchronously)
This operation can be used to update the swagger definition of an existing API.
|
ApiResponse<Void> |
APIIndividualApi.apisApiIdSwaggerPutWithHttpInfo(String apiId,
String apiDefinition,
String contentType,
String ifMatch,
String ifUnmodifiedSince)
Update swagger definition
This operation can be used to update the swagger definition of an existing API.
|
void |
APIIndividualApi.apisApiIdThumbnailGet(String apiId,
String accept,
String ifNoneMatch,
String ifModifiedSince)
Get thumbnail image
This operation can be used to download a thumbnail image of an API.
|
com.squareup.okhttp.Call |
APIIndividualApi.apisApiIdThumbnailGetAsync(String apiId,
String accept,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<Void> callback)
Get thumbnail image (asynchronously)
This operation can be used to download a thumbnail image of an API.
|
ApiResponse<Void> |
APIIndividualApi.apisApiIdThumbnailGetWithHttpInfo(String apiId,
String accept,
String ifNoneMatch,
String ifModifiedSince)
Get thumbnail image
This operation can be used to download a thumbnail image of an API.
|
FileInfo |
APIIndividualApi.apisApiIdThumbnailPost(String apiId,
File file,
String contentType,
String ifMatch,
String ifUnmodifiedSince)
Upload a thumbnail image
This operation can be used to upload a thumbnail image of an API.
|
com.squareup.okhttp.Call |
APIIndividualApi.apisApiIdThumbnailPostAsync(String apiId,
File file,
String contentType,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<FileInfo> callback)
Upload a thumbnail image (asynchronously)
This operation can be used to upload a thumbnail image of an API.
|
ApiResponse<FileInfo> |
APIIndividualApi.apisApiIdThumbnailPostWithHttpInfo(String apiId,
File file,
String contentType,
String ifMatch,
String ifUnmodifiedSince)
Upload a thumbnail image
This operation can be used to upload a thumbnail image of an API.
|
void |
APIIndividualApi.apisChangeLifecyclePost(String action,
String apiId,
String lifecycleChecklist,
String ifMatch,
String ifUnmodifiedSince)
Change API Status
This operation is used to change the lifecycle of an API.
|
com.squareup.okhttp.Call |
APIIndividualApi.apisChangeLifecyclePostAsync(String action,
String apiId,
String lifecycleChecklist,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<Void> callback)
Change API Status (asynchronously)
This operation is used to change the lifecycle of an API.
|
ApiResponse<Void> |
APIIndividualApi.apisChangeLifecyclePostWithHttpInfo(String action,
String apiId,
String lifecycleChecklist,
String ifMatch,
String ifUnmodifiedSince)
Change API Status
This operation is used to change the lifecycle of an API.
|
void |
APIIndividualApi.apisCopyApiPost(String newVersion,
String apiId)
Create a new API version
This operation can be used to create a new version of an existing API.
|
com.squareup.okhttp.Call |
APIIndividualApi.apisCopyApiPostAsync(String newVersion,
String apiId,
ApiCallback<Void> callback)
Create a new API version (asynchronously)
This operation can be used to create a new version of an existing API.
|
ApiResponse<Void> |
APIIndividualApi.apisCopyApiPostWithHttpInfo(String newVersion,
String apiId)
Create a new API version
This operation can be used to create a new version of an existing API.
|
APIList |
APICollectionApi.apisGet(Integer limit,
Integer offset,
String query,
String accept,
String ifNoneMatch)
Retrieve/Search APIs
This operation provides you a list of available APIs qualifying under a given search condition.
|
com.squareup.okhttp.Call |
APICollectionApi.apisGetAsync(Integer limit,
Integer offset,
String query,
String accept,
String ifNoneMatch,
ApiCallback<APIList> callback)
Retrieve/Search APIs (asynchronously)
This operation provides you a list of available APIs qualifying under a given search condition.
|
ApiResponse<APIList> |
APICollectionApi.apisGetWithHttpInfo(Integer limit,
Integer offset,
String query,
String accept,
String ifNoneMatch)
Retrieve/Search APIs
This operation provides you a list of available APIs qualifying under a given search condition.
|
void |
APICollectionApi.apisHead(String query,
String accept,
String ifNoneMatch)
Check given API attibute name is already exist
Using this operation, you can check a given API context is already used.
|
com.squareup.okhttp.Call |
APICollectionApi.apisHeadAsync(String query,
String accept,
String ifNoneMatch,
ApiCallback<Void> callback)
Check given API attibute name is already exist (asynchronously)
Using this operation, you can check a given API context is already used.
|
ApiResponse<Void> |
APICollectionApi.apisHeadWithHttpInfo(String query,
String accept,
String ifNoneMatch)
Check given API attibute name is already exist
Using this operation, you can check a given API context is already used.
|
API |
APICollectionApi.apisPost(API body,
String contentType)
Create a new API
This operation can be used to create a new API specifying the details of the API in the payload.
|
com.squareup.okhttp.Call |
APICollectionApi.apisPostAsync(API body,
String contentType,
ApiCallback<API> callback)
Create a new API (asynchronously)
This operation can be used to create a new API specifying the details of the API in the payload.
|
ApiResponse<API> |
APICollectionApi.apisPostWithHttpInfo(API body,
String contentType)
Create a new API
This operation can be used to create a new API specifying the details of the API in the payload.
|
Application |
ApplicationIndividualApi.applicationsApplicationIdGet(String applicationId,
String accept,
String ifNoneMatch,
String ifModifiedSince)
Get details of an application
This operation can be used to retrieve details of an individual application specifying the application id in the URI.
|
com.squareup.okhttp.Call |
ApplicationIndividualApi.applicationsApplicationIdGetAsync(String applicationId,
String accept,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<Application> callback)
Get details of an application (asynchronously)
This operation can be used to retrieve details of an individual application specifying the application id in the URI.
|
ApiResponse<Application> |
ApplicationIndividualApi.applicationsApplicationIdGetWithHttpInfo(String applicationId,
String accept,
String ifNoneMatch,
String ifModifiedSince)
Get details of an application
This operation can be used to retrieve details of an individual application specifying the application id in the URI.
|
EnvironmentList |
EnvironmentCollectionApi.environmentsGet(String apiId)
Get all gateway environments
This operation can be used to retrieve the list of gateway environments available.
|
com.squareup.okhttp.Call |
EnvironmentCollectionApi.environmentsGetAsync(String apiId,
ApiCallback<EnvironmentList> callback)
Get all gateway environments (asynchronously)
This operation can be used to retrieve the list of gateway environments available.
|
ApiResponse<EnvironmentList> |
EnvironmentCollectionApi.environmentsGetWithHttpInfo(String apiId)
Get all gateway environments
This operation can be used to retrieve the list of gateway environments available.
|
TierList |
ThrottlingTierCollectionApi.policiesTierLevelGet(String tierLevel,
Integer limit,
Integer offset,
String accept,
String ifNoneMatch)
Get all policies
This operation can be used to list the available policies for a given policy level.
|
com.squareup.okhttp.Call |
ThrottlingTierCollectionApi.policiesTierLevelGetAsync(String tierLevel,
Integer limit,
Integer offset,
String accept,
String ifNoneMatch,
ApiCallback<TierList> callback)
Get all policies (asynchronously)
This operation can be used to list the available policies for a given policy level.
|
ApiResponse<TierList> |
ThrottlingTierCollectionApi.policiesTierLevelGetWithHttpInfo(String tierLevel,
Integer limit,
Integer offset,
String accept,
String ifNoneMatch)
Get all policies
This operation can be used to list the available policies for a given policy level.
|
Tier |
ThrottlingTierCollectionApi.policiesTierLevelPost(Tier body,
String tierLevel,
String contentType)
Create a Tier
This operation can be used to create a new throttling policy.
|
com.squareup.okhttp.Call |
ThrottlingTierCollectionApi.policiesTierLevelPostAsync(Tier body,
String tierLevel,
String contentType,
ApiCallback<Tier> callback)
Create a Tier (asynchronously)
This operation can be used to create a new throttling policy.
|
ApiResponse<Tier> |
ThrottlingTierCollectionApi.policiesTierLevelPostWithHttpInfo(Tier body,
String tierLevel,
String contentType)
Create a Tier
This operation can be used to create a new throttling policy.
|
void |
ThrottlingTierIndividualApi.policiesTierLevelTierNameDelete(String tierName,
String tierLevel,
String ifMatch,
String ifUnmodifiedSince)
Delete a Tier
This operation can be used to delete an existing policy.
|
com.squareup.okhttp.Call |
ThrottlingTierIndividualApi.policiesTierLevelTierNameDeleteAsync(String tierName,
String tierLevel,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<Void> callback)
Delete a Tier (asynchronously)
This operation can be used to delete an existing policy.
|
ApiResponse<Void> |
ThrottlingTierIndividualApi.policiesTierLevelTierNameDeleteWithHttpInfo(String tierName,
String tierLevel,
String ifMatch,
String ifUnmodifiedSince)
Delete a Tier
This operation can be used to delete an existing policy.
|
Tier |
ThrottlingTierIndividualApi.policiesTierLevelTierNameGet(String tierName,
String tierLevel,
String accept,
String ifNoneMatch,
String ifModifiedSince)
Get details of a policy
This operation can be used to retrieve details of a single policy by specifying the policy level and policy name.
|
com.squareup.okhttp.Call |
ThrottlingTierIndividualApi.policiesTierLevelTierNameGetAsync(String tierName,
String tierLevel,
String accept,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<Tier> callback)
Get details of a policy (asynchronously)
This operation can be used to retrieve details of a single policy by specifying the policy level and policy name.
|
ApiResponse<Tier> |
ThrottlingTierIndividualApi.policiesTierLevelTierNameGetWithHttpInfo(String tierName,
String tierLevel,
String accept,
String ifNoneMatch,
String ifModifiedSince)
Get details of a policy
This operation can be used to retrieve details of a single policy by specifying the policy level and policy name.
|
Tier |
ThrottlingTierIndividualApi.policiesTierLevelTierNamePut(String tierName,
Tier body,
String tierLevel,
String contentType,
String ifMatch,
String ifUnmodifiedSince)
Update a Tier
This operation can be used to update an existing policy.
|
com.squareup.okhttp.Call |
ThrottlingTierIndividualApi.policiesTierLevelTierNamePutAsync(String tierName,
Tier body,
String tierLevel,
String contentType,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<Tier> callback)
Update a Tier (asynchronously)
This operation can be used to update an existing policy.
|
ApiResponse<Tier> |
ThrottlingTierIndividualApi.policiesTierLevelTierNamePutWithHttpInfo(String tierName,
Tier body,
String tierLevel,
String contentType,
String ifMatch,
String ifUnmodifiedSince)
Update a Tier
This operation can be used to update an existing policy.
|
List<Tier> |
ThrottlingTierIndividualApi.policiesUpdatePermissionPost(String tierName,
String tierLevel,
String ifMatch,
String ifUnmodifiedSince,
TierPermission permissions)
Update policy permission
This operation can be used to update policy permissions which controls access for the particular policy based on the subscribers' roles.
|
com.squareup.okhttp.Call |
ThrottlingTierIndividualApi.policiesUpdatePermissionPostAsync(String tierName,
String tierLevel,
String ifMatch,
String ifUnmodifiedSince,
TierPermission permissions,
ApiCallback<List<Tier>> callback)
Update policy permission (asynchronously)
This operation can be used to update policy permissions which controls access for the particular policy based on the subscribers' roles.
|
ApiResponse<List<Tier>> |
ThrottlingTierIndividualApi.policiesUpdatePermissionPostWithHttpInfo(String tierName,
String tierLevel,
String ifMatch,
String ifUnmodifiedSince,
TierPermission permissions)
Update policy permission
This operation can be used to update policy permissions which controls access for the particular policy based on the subscribers' roles.
|
void |
SubscriptionIndividualApi.subscriptionsBlockSubscriptionPost(String subscriptionId,
String blockState,
String ifMatch,
String ifUnmodifiedSince)
Block a subscription
This operation can be used to block a subscription.
|
com.squareup.okhttp.Call |
SubscriptionIndividualApi.subscriptionsBlockSubscriptionPostAsync(String subscriptionId,
String blockState,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<Void> callback)
Block a subscription (asynchronously)
This operation can be used to block a subscription.
|
ApiResponse<Void> |
SubscriptionIndividualApi.subscriptionsBlockSubscriptionPostWithHttpInfo(String subscriptionId,
String blockState,
String ifMatch,
String ifUnmodifiedSince)
Block a subscription
This operation can be used to block a subscription.
|
SubscriptionList |
SubscriptionCollectionApi.subscriptionsGet(String apiId,
Integer limit,
Integer offset,
String accept,
String ifNoneMatch)
Get all Subscriptions
This operation can be used to retrieve a list of subscriptions of the user associated with the provided access token.
|
com.squareup.okhttp.Call |
SubscriptionCollectionApi.subscriptionsGetAsync(String apiId,
Integer limit,
Integer offset,
String accept,
String ifNoneMatch,
ApiCallback<SubscriptionList> callback)
Get all Subscriptions (asynchronously)
This operation can be used to retrieve a list of subscriptions of the user associated with the provided access token.
|
ApiResponse<SubscriptionList> |
SubscriptionCollectionApi.subscriptionsGetWithHttpInfo(String apiId,
Integer limit,
Integer offset,
String accept,
String ifNoneMatch)
Get all Subscriptions
This operation can be used to retrieve a list of subscriptions of the user associated with the provided access token.
|
Subscription |
SubscriptionIndividualApi.subscriptionsSubscriptionIdGet(String subscriptionId,
String accept,
String ifNoneMatch,
String ifModifiedSince)
Get details of a subscription
This operation can be used to get details of a single subscription.
|
com.squareup.okhttp.Call |
SubscriptionIndividualApi.subscriptionsSubscriptionIdGetAsync(String subscriptionId,
String accept,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<Subscription> callback)
Get details of a subscription (asynchronously)
This operation can be used to get details of a single subscription.
|
ApiResponse<Subscription> |
SubscriptionIndividualApi.subscriptionsSubscriptionIdGetWithHttpInfo(String subscriptionId,
String accept,
String ifNoneMatch,
String ifModifiedSince)
Get details of a subscription
This operation can be used to get details of a single subscription.
|
void |
SubscriptionIndividualApi.subscriptionsUnblockSubscriptionPost(String subscriptionId,
String ifMatch,
String ifUnmodifiedSince)
Unblock a Subscription
This operation can be used to unblock a subscription specifying the subscription Id.
|
com.squareup.okhttp.Call |
SubscriptionIndividualApi.subscriptionsUnblockSubscriptionPostAsync(String subscriptionId,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<Void> callback)
Unblock a Subscription (asynchronously)
This operation can be used to unblock a subscription specifying the subscription Id.
|
ApiResponse<Void> |
SubscriptionIndividualApi.subscriptionsUnblockSubscriptionPostWithHttpInfo(String subscriptionId,
String ifMatch,
String ifUnmodifiedSince)
Unblock a Subscription
This operation can be used to unblock a subscription specifying the subscription Id.
|
Copyright © 2017 WSO2. All rights reserved.