| Package | Description |
|---|---|
| org.wso2.am.integration.clients.admin | |
| org.wso2.am.integration.clients.admin.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,
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 |
|---|---|
void |
ApiCategoryIndividualApi.apiCategoriesApiCategoryIdDelete(String apiCategoryId,
String ifMatch,
String ifUnmodifiedSince)
Delete an API Category
Delete an API Category by API Category Id
|
com.squareup.okhttp.Call |
ApiCategoryIndividualApi.apiCategoriesApiCategoryIdDeleteAsync(String apiCategoryId,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<Void> callback)
Delete an API Category (asynchronously)
Delete an API Category by API Category Id
|
com.squareup.okhttp.Call |
ApiCategoryIndividualApi.apiCategoriesApiCategoryIdDeleteCall(String apiCategoryId,
String ifMatch,
String ifUnmodifiedSince,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apiCategoriesApiCategoryIdDelete
|
ApiResponse<Void> |
ApiCategoryIndividualApi.apiCategoriesApiCategoryIdDeleteWithHttpInfo(String apiCategoryId,
String ifMatch,
String ifUnmodifiedSince)
Delete an API Category
Delete an API Category by API Category Id
|
APICategoryDTO |
ApiCategoryIndividualApi.apiCategoriesApiCategoryIdPut(String apiCategoryId,
APICategoryDTO body)
Update an API Category
Update an API Category by category Id
|
com.squareup.okhttp.Call |
ApiCategoryIndividualApi.apiCategoriesApiCategoryIdPutAsync(String apiCategoryId,
APICategoryDTO body,
ApiCallback<APICategoryDTO> callback)
Update an API Category (asynchronously)
Update an API Category by category Id
|
com.squareup.okhttp.Call |
ApiCategoryIndividualApi.apiCategoriesApiCategoryIdPutCall(String apiCategoryId,
APICategoryDTO body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apiCategoriesApiCategoryIdPut
|
ApiResponse<APICategoryDTO> |
ApiCategoryIndividualApi.apiCategoriesApiCategoryIdPutWithHttpInfo(String apiCategoryId,
APICategoryDTO body)
Update an API Category
Update an API Category by category Id
|
APICategoryListDTO |
ApiCategoryCollectionApi.apiCategoriesGet()
Get all API categories
Get all API categories
|
com.squareup.okhttp.Call |
ApiCategoryCollectionApi.apiCategoriesGetAsync(ApiCallback<APICategoryListDTO> callback)
Get all API categories (asynchronously)
Get all API categories
|
com.squareup.okhttp.Call |
ApiCategoryCollectionApi.apiCategoriesGetCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apiCategoriesGet
|
ApiResponse<APICategoryListDTO> |
ApiCategoryCollectionApi.apiCategoriesGetWithHttpInfo()
Get all API categories
Get all API categories
|
APICategoryDTO |
ApiCategoryIndividualApi.apiCategoriesPost(APICategoryDTO body)
Add a new API Category
Add a new API Category
|
com.squareup.okhttp.Call |
ApiCategoryIndividualApi.apiCategoriesPostAsync(APICategoryDTO body,
ApiCallback<APICategoryDTO> callback)
Add a new API Category (asynchronously)
Add a new API Category
|
com.squareup.okhttp.Call |
ApiCategoryIndividualApi.apiCategoriesPostCall(APICategoryDTO body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apiCategoriesPost
|
ApiResponse<APICategoryDTO> |
ApiCategoryIndividualApi.apiCategoriesPostWithHttpInfo(APICategoryDTO body)
Add a new API Category
Add a new API Category
|
void |
ApplicationApi.applicationsApplicationIdChangeOwnerPost(String owner,
String applicationId)
Change Application Owner
This operation is used to change the owner of an Application.
|
com.squareup.okhttp.Call |
ApplicationApi.applicationsApplicationIdChangeOwnerPostAsync(String owner,
String applicationId,
ApiCallback<Void> callback)
Change Application Owner (asynchronously)
This operation is used to change the owner of an Application.
|
com.squareup.okhttp.Call |
ApplicationApi.applicationsApplicationIdChangeOwnerPostCall(String owner,
String applicationId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for applicationsApplicationIdChangeOwnerPost
|
ApiResponse<Void> |
ApplicationApi.applicationsApplicationIdChangeOwnerPostWithHttpInfo(String owner,
String applicationId)
Change Application Owner
This operation is used to change the owner of an Application.
|
ApplicationListDTO |
ApplicationCollectionApi.applicationsGet(String user,
Integer limit,
Integer offset,
String accept,
String ifNoneMatch,
String tenantDomain)
Retrieve/Search applications
This operation can be used to retrieve list of applications that is belonged to the given user, If no user is provided then the application for the user associated with the provided access token will be returned.
|
com.squareup.okhttp.Call |
ApplicationCollectionApi.applicationsGetAsync(String user,
Integer limit,
Integer offset,
String accept,
String ifNoneMatch,
String tenantDomain,
ApiCallback<ApplicationListDTO> callback)
Retrieve/Search applications (asynchronously)
This operation can be used to retrieve list of applications that is belonged to the given user, If no user is provided then the application for the user associated with the provided access token will be returned.
|
com.squareup.okhttp.Call |
ApplicationCollectionApi.applicationsGetCall(String user,
Integer limit,
Integer offset,
String accept,
String ifNoneMatch,
String tenantDomain,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for applicationsGet
|
ApiResponse<ApplicationListDTO> |
ApplicationCollectionApi.applicationsGetWithHttpInfo(String user,
Integer limit,
Integer offset,
String accept,
String ifNoneMatch,
String tenantDomain)
Retrieve/Search applications
This operation can be used to retrieve list of applications that is belonged to the given user, If no user is provided then the application for the user associated with the provided access token will be returned.
|
File |
ApiIndividualApi.exportApiGet(String name,
String version,
String providerName,
String format,
Boolean preserveStatus)
Export an API
This operation can be used to export the details of a particular API as a zip file.
|
com.squareup.okhttp.Call |
ApiIndividualApi.exportApiGetAsync(String name,
String version,
String providerName,
String format,
Boolean preserveStatus,
ApiCallback<File> callback)
Export an API (asynchronously)
This operation can be used to export the details of a particular API as a zip file.
|
com.squareup.okhttp.Call |
ApiIndividualApi.exportApiGetCall(String name,
String version,
String providerName,
String format,
Boolean preserveStatus,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for exportApiGet
|
ApiResponse<File> |
ApiIndividualApi.exportApiGetWithHttpInfo(String name,
String version,
String providerName,
String format,
Boolean preserveStatus)
Export an API
This operation can be used to export the details of a particular API as a zip file.
|
File |
ApiProductIndividualApi.exportApiProductGet(String name,
String version,
String providerName,
String format,
Boolean preserveStatus)
Export an API Product
This operation can be used to export the details of a particular API Product as a zip file.
|
com.squareup.okhttp.Call |
ApiProductIndividualApi.exportApiProductGetAsync(String name,
String version,
String providerName,
String format,
Boolean preserveStatus,
ApiCallback<File> callback)
Export an API Product (asynchronously)
This operation can be used to export the details of a particular API Product as a zip file.
|
com.squareup.okhttp.Call |
ApiProductIndividualApi.exportApiProductGetCall(String name,
String version,
String providerName,
String format,
Boolean preserveStatus,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for exportApiProductGet
|
ApiResponse<File> |
ApiProductIndividualApi.exportApiProductGetWithHttpInfo(String name,
String version,
String providerName,
String format,
Boolean preserveStatus)
Export an API Product
This operation can be used to export the details of a particular API Product as a zip file.
|
File |
ApplicationIndividualApi.exportApplicationsGet(String appName,
String appOwner,
Boolean withKeys)
Export an Application
This operation can be used to export the details of a particular Application as a zip file.
|
com.squareup.okhttp.Call |
ApplicationIndividualApi.exportApplicationsGetAsync(String appName,
String appOwner,
Boolean withKeys,
ApiCallback<File> callback)
Export an Application (asynchronously)
This operation can be used to export the details of a particular Application as a zip file.
|
com.squareup.okhttp.Call |
ApplicationIndividualApi.exportApplicationsGetCall(String appName,
String appOwner,
Boolean withKeys,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for exportApplicationsGet
|
ApiResponse<File> |
ApplicationIndividualApi.exportApplicationsGetWithHttpInfo(String appName,
String appOwner,
Boolean withKeys)
Export an Application
This operation can be used to export the details of a particular Application as a zip file.
|
AlertTypesListDTO |
AlertsApi.getAdminAlertTypes()
Get the list of admin alert types.
|
com.squareup.okhttp.Call |
AlertsApi.getAdminAlertTypesAsync(ApiCallback<AlertTypesListDTO> callback)
Get the list of admin alert types.
|
com.squareup.okhttp.Call |
AlertsApi.getAdminAlertTypesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAdminAlertTypes
|
ApiResponse<AlertTypesListDTO> |
AlertsApi.getAdminAlertTypesWithHttpInfo()
Get the list of admin alert types.
|
BotDetectionAlertSubscriptionListDTO |
BotDetectionAlertSubscriptionsApi.getBotDetectionAlertSubscriptions()
Get the list of subscriptions for bot detection
Get the list of subscriptions which are subscribed to receive email alerts for bot detection
|
com.squareup.okhttp.Call |
BotDetectionAlertSubscriptionsApi.getBotDetectionAlertSubscriptionsAsync(ApiCallback<BotDetectionAlertSubscriptionListDTO> callback)
Get the list of subscriptions for bot detection (asynchronously)
Get the list of subscriptions which are subscribed to receive email alerts for bot detection
|
com.squareup.okhttp.Call |
BotDetectionAlertSubscriptionsApi.getBotDetectionAlertSubscriptionsCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getBotDetectionAlertSubscriptions
|
ApiResponse<BotDetectionAlertSubscriptionListDTO> |
BotDetectionAlertSubscriptionsApi.getBotDetectionAlertSubscriptionsWithHttpInfo()
Get the list of subscriptions for bot detection
Get the list of subscriptions which are subscribed to receive email alerts for bot detection
|
BotDetectionDataListDTO |
DefaultApi.getBotDetectionData()
Get all bot detected data
Get all bot detected data
|
com.squareup.okhttp.Call |
DefaultApi.getBotDetectionDataAsync(ApiCallback<BotDetectionDataListDTO> callback)
Get all bot detected data (asynchronously)
Get all bot detected data
|
com.squareup.okhttp.Call |
DefaultApi.getBotDetectionDataCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getBotDetectionData
|
ApiResponse<BotDetectionDataListDTO> |
DefaultApi.getBotDetectionDataWithHttpInfo()
Get all bot detected data
Get all bot detected data
|
CustomUrlInfoDTO |
TenantsApi.getCustomUrlInfoByTenantDomain(String tenantDomain)
Get custom-url info of a tenant domain
This operation is to get custom-url information of the provided tenant-domain
|
com.squareup.okhttp.Call |
TenantsApi.getCustomUrlInfoByTenantDomainAsync(String tenantDomain,
ApiCallback<CustomUrlInfoDTO> callback)
Get custom-url info of a tenant domain (asynchronously)
This operation is to get custom-url information of the provided tenant-domain
|
com.squareup.okhttp.Call |
TenantsApi.getCustomUrlInfoByTenantDomainCall(String tenantDomain,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getCustomUrlInfoByTenantDomain
|
ApiResponse<CustomUrlInfoDTO> |
TenantsApi.getCustomUrlInfoByTenantDomainWithHttpInfo(String tenantDomain)
Get custom-url info of a tenant domain
This operation is to get custom-url information of the provided tenant-domain
|
AlertsSubscriptionDTO |
AlertSubscriptionsApi.getSubscribedAlertTypes()
Get the list of API Admin alert types subscribed by the user.
|
com.squareup.okhttp.Call |
AlertSubscriptionsApi.getSubscribedAlertTypesAsync(ApiCallback<AlertsSubscriptionDTO> callback)
Get the list of API Admin alert types subscribed by the user.
|
com.squareup.okhttp.Call |
AlertSubscriptionsApi.getSubscribedAlertTypesCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getSubscribedAlertTypes
|
ApiResponse<AlertsSubscriptionDTO> |
AlertSubscriptionsApi.getSubscribedAlertTypesWithHttpInfo()
Get the list of API Admin alert types subscribed by the user.
|
TenantInfoDTO |
TenantsApi.getTenantInfoByUsername(String username)
Get tenant id of the user
This operation is to get tenant id of the provided user
|
com.squareup.okhttp.Call |
TenantsApi.getTenantInfoByUsernameAsync(String username,
ApiCallback<TenantInfoDTO> callback)
Get tenant id of the user (asynchronously)
This operation is to get tenant id of the provided user
|
com.squareup.okhttp.Call |
TenantsApi.getTenantInfoByUsernameCall(String username,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getTenantInfoByUsername
|
ApiResponse<TenantInfoDTO> |
TenantsApi.getTenantInfoByUsernameWithHttpInfo(String username)
Get tenant id of the user
This operation is to get tenant id of the provided user
|
void |
ApiIndividualApi.importApiPost(File file,
Boolean preserveProvider,
Boolean overwrite)
Import an API
This operation can be used to import an API.
|
com.squareup.okhttp.Call |
ApiIndividualApi.importApiPostAsync(File file,
Boolean preserveProvider,
Boolean overwrite,
ApiCallback<Void> callback)
Import an API (asynchronously)
This operation can be used to import an API.
|
com.squareup.okhttp.Call |
ApiIndividualApi.importApiPostCall(File file,
Boolean preserveProvider,
Boolean overwrite,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for importApiPost
|
ApiResponse<Void> |
ApiIndividualApi.importApiPostWithHttpInfo(File file,
Boolean preserveProvider,
Boolean overwrite)
Import an API
This operation can be used to import an API.
|
void |
ApiProductIndividualApi.importApiProductPost(File file,
Boolean preserveProvider,
Boolean importAPIs,
Boolean overwriteAPIProduct,
Boolean overwriteAPIs)
Import an API Product
This operation can be used to import an API Product.
|
com.squareup.okhttp.Call |
ApiProductIndividualApi.importApiProductPostAsync(File file,
Boolean preserveProvider,
Boolean importAPIs,
Boolean overwriteAPIProduct,
Boolean overwriteAPIs,
ApiCallback<Void> callback)
Import an API Product (asynchronously)
This operation can be used to import an API Product.
|
com.squareup.okhttp.Call |
ApiProductIndividualApi.importApiProductPostCall(File file,
Boolean preserveProvider,
Boolean importAPIs,
Boolean overwriteAPIProduct,
Boolean overwriteAPIs,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for importApiProductPost
|
ApiResponse<Void> |
ApiProductIndividualApi.importApiProductPostWithHttpInfo(File file,
Boolean preserveProvider,
Boolean importAPIs,
Boolean overwriteAPIProduct,
Boolean overwriteAPIs)
Import an API Product
This operation can be used to import an API Product.
|
ApplicationInfoDTO |
ApplicationIndividualApi.importApplicationsPost(File file,
Boolean preserveOwner,
Boolean skipSubscriptions,
String appOwner,
Boolean skipApplicationKeys,
Boolean update)
Import an Application
This operation can be used to import an Application.
|
com.squareup.okhttp.Call |
ApplicationIndividualApi.importApplicationsPostAsync(File file,
Boolean preserveOwner,
Boolean skipSubscriptions,
String appOwner,
Boolean skipApplicationKeys,
Boolean update,
ApiCallback<ApplicationInfoDTO> callback)
Import an Application (asynchronously)
This operation can be used to import an Application.
|
com.squareup.okhttp.Call |
ApplicationIndividualApi.importApplicationsPostCall(File file,
Boolean preserveOwner,
Boolean skipSubscriptions,
String appOwner,
Boolean skipApplicationKeys,
Boolean update,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for importApplicationsPost
|
ApiResponse<ApplicationInfoDTO> |
ApplicationIndividualApi.importApplicationsPostWithHttpInfo(File file,
Boolean preserveOwner,
Boolean skipSubscriptions,
String appOwner,
Boolean skipApplicationKeys,
Boolean update)
Import an Application
This operation can be used to import an Application.
|
KeyManagerListDTO |
KeyManagerCollectionApi.keyManagersGet()
Get all Key managers
Get all Key managers
|
com.squareup.okhttp.Call |
KeyManagerCollectionApi.keyManagersGetAsync(ApiCallback<KeyManagerListDTO> callback)
Get all Key managers (asynchronously)
Get all Key managers
|
com.squareup.okhttp.Call |
KeyManagerCollectionApi.keyManagersGetCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for keyManagersGet
|
ApiResponse<KeyManagerListDTO> |
KeyManagerCollectionApi.keyManagersGetWithHttpInfo()
Get all Key managers
Get all Key managers
|
void |
KeyManagerIndividualApi.keyManagersKeyManagerIdDelete(String keyManagerId)
Delete a Key Manager
Delete a Key Manager by keyManager id
|
com.squareup.okhttp.Call |
KeyManagerIndividualApi.keyManagersKeyManagerIdDeleteAsync(String keyManagerId,
ApiCallback<Void> callback)
Delete a Key Manager (asynchronously)
Delete a Key Manager by keyManager id
|
com.squareup.okhttp.Call |
KeyManagerIndividualApi.keyManagersKeyManagerIdDeleteCall(String keyManagerId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for keyManagersKeyManagerIdDelete
|
ApiResponse<Void> |
KeyManagerIndividualApi.keyManagersKeyManagerIdDeleteWithHttpInfo(String keyManagerId)
Delete a Key Manager
Delete a Key Manager by keyManager id
|
KeyManagerDTO |
KeyManagerIndividualApi.keyManagersKeyManagerIdGet(String keyManagerId)
Get a Key Manager Configuration
Retrieve a single Key Manager Configuration.
|
com.squareup.okhttp.Call |
KeyManagerIndividualApi.keyManagersKeyManagerIdGetAsync(String keyManagerId,
ApiCallback<KeyManagerDTO> callback)
Get a Key Manager Configuration (asynchronously)
Retrieve a single Key Manager Configuration.
|
com.squareup.okhttp.Call |
KeyManagerIndividualApi.keyManagersKeyManagerIdGetCall(String keyManagerId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for keyManagersKeyManagerIdGet
|
ApiResponse<KeyManagerDTO> |
KeyManagerIndividualApi.keyManagersKeyManagerIdGetWithHttpInfo(String keyManagerId)
Get a Key Manager Configuration
Retrieve a single Key Manager Configuration.
|
KeyManagerDTO |
KeyManagerIndividualApi.keyManagersKeyManagerIdPut(String keyManagerId,
KeyManagerDTO body)
Update a Key Manager
Update a Key Manager by keyManager id
|
com.squareup.okhttp.Call |
KeyManagerIndividualApi.keyManagersKeyManagerIdPutAsync(String keyManagerId,
KeyManagerDTO body,
ApiCallback<KeyManagerDTO> callback)
Update a Key Manager (asynchronously)
Update a Key Manager by keyManager id
|
com.squareup.okhttp.Call |
KeyManagerIndividualApi.keyManagersKeyManagerIdPutCall(String keyManagerId,
KeyManagerDTO body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for keyManagersKeyManagerIdPut
|
ApiResponse<KeyManagerDTO> |
KeyManagerIndividualApi.keyManagersKeyManagerIdPutWithHttpInfo(String keyManagerId,
KeyManagerDTO body)
Update a Key Manager
Update a Key Manager by keyManager id
|
KeyManagerDTO |
KeyManagerCollectionApi.keyManagersPost(KeyManagerDTO body)
Add a new API Key Manager
Add a new API Key Manager
|
com.squareup.okhttp.Call |
KeyManagerCollectionApi.keyManagersPostAsync(KeyManagerDTO body,
ApiCallback<KeyManagerDTO> callback)
Add a new API Key Manager (asynchronously)
Add a new API Key Manager
|
com.squareup.okhttp.Call |
KeyManagerCollectionApi.keyManagersPostCall(KeyManagerDTO body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for keyManagersPost
|
ApiResponse<KeyManagerDTO> |
KeyManagerCollectionApi.keyManagersPostWithHttpInfo(KeyManagerDTO body)
Add a new API Key Manager
Add a new API Key Manager
|
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
|
void |
LabelApi.labelsLabelIdDelete(String labelId,
String ifMatch,
String ifUnmodifiedSince)
Delete a Label
Delete a Label by label Id
|
com.squareup.okhttp.Call |
LabelApi.labelsLabelIdDeleteAsync(String labelId,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<Void> callback)
Delete a Label (asynchronously)
Delete a Label by label Id
|
com.squareup.okhttp.Call |
LabelApi.labelsLabelIdDeleteCall(String labelId,
String ifMatch,
String ifUnmodifiedSince,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for labelsLabelIdDelete
|
ApiResponse<Void> |
LabelApi.labelsLabelIdDeleteWithHttpInfo(String labelId,
String ifMatch,
String ifUnmodifiedSince)
Delete a Label
Delete a Label by label Id
|
LabelDTO |
LabelApi.labelsLabelIdPut(String labelId,
LabelDTO body)
Update a Label
Update a Label by label Id
|
com.squareup.okhttp.Call |
LabelApi.labelsLabelIdPutAsync(String labelId,
LabelDTO body,
ApiCallback<LabelDTO> callback)
Update a Label (asynchronously)
Update a Label by label Id
|
com.squareup.okhttp.Call |
LabelApi.labelsLabelIdPutCall(String labelId,
LabelDTO body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for labelsLabelIdPut
|
ApiResponse<LabelDTO> |
LabelApi.labelsLabelIdPutWithHttpInfo(String labelId,
LabelDTO body)
Update a Label
Update a Label by label Id
|
LabelDTO |
LabelApi.labelsPost(LabelDTO body)
Add a Label
Add a new gateway Label
|
com.squareup.okhttp.Call |
LabelApi.labelsPostAsync(LabelDTO body,
ApiCallback<LabelDTO> callback)
Add a Label (asynchronously)
Add a new gateway Label
|
com.squareup.okhttp.Call |
LabelApi.labelsPostCall(LabelDTO body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for labelsPost
|
ApiResponse<LabelDTO> |
LabelApi.labelsPostWithHttpInfo(LabelDTO body)
Add a Label
Add a new gateway Label
|
PublishStatusDTO |
MonetizationCollectionApi.monetizationPublishUsagePost()
Publish Usage Records
Publish Usage Records of Monetized APIs
|
com.squareup.okhttp.Call |
MonetizationCollectionApi.monetizationPublishUsagePostAsync(ApiCallback<PublishStatusDTO> callback)
Publish Usage Records (asynchronously)
Publish Usage Records of Monetized APIs
|
com.squareup.okhttp.Call |
MonetizationCollectionApi.monetizationPublishUsagePostCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for monetizationPublishUsagePost
|
ApiResponse<PublishStatusDTO> |
MonetizationCollectionApi.monetizationPublishUsagePostWithHttpInfo()
Publish Usage Records
Publish Usage Records of Monetized APIs
|
MonetizationUsagePublishInfoDTO |
MonetizationCollectionApi.monetizationPublishUsageStatusGet()
Get the status of Monetization usage publisher
Get the status of Monetization usage publisher
|
com.squareup.okhttp.Call |
MonetizationCollectionApi.monetizationPublishUsageStatusGetAsync(ApiCallback<MonetizationUsagePublishInfoDTO> callback)
Get the status of Monetization usage publisher (asynchronously)
Get the status of Monetization usage publisher
|
com.squareup.okhttp.Call |
MonetizationCollectionApi.monetizationPublishUsageStatusGetCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for monetizationPublishUsageStatusGet
|
ApiResponse<MonetizationUsagePublishInfoDTO> |
MonetizationCollectionApi.monetizationPublishUsageStatusGetWithHttpInfo()
Get the status of Monetization usage publisher
Get the status of Monetization usage publisher
|
MediationListDTO |
MediationPolicyCollectionApi.policiesMediationGet(Integer limit,
Integer offset,
String query,
String accept,
String ifNoneMatch)
Get all global mediation policies
This operation provides you a list of available all global level mediation policies.
|
com.squareup.okhttp.Call |
MediationPolicyCollectionApi.policiesMediationGetAsync(Integer limit,
Integer offset,
String query,
String accept,
String ifNoneMatch,
ApiCallback<MediationListDTO> callback)
Get all global mediation policies (asynchronously)
This operation provides you a list of available all global level mediation policies.
|
com.squareup.okhttp.Call |
MediationPolicyCollectionApi.policiesMediationGetCall(Integer limit,
Integer offset,
String query,
String accept,
String ifNoneMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for policiesMediationGet
|
ApiResponse<MediationListDTO> |
MediationPolicyCollectionApi.policiesMediationGetWithHttpInfo(Integer limit,
Integer offset,
String query,
String accept,
String ifNoneMatch)
Get all global mediation policies
This operation provides you a list of available all global level mediation policies.
|
void |
MediationPolicyIndividualApi.policiesMediationMediationPolicyIdDelete(String mediationPolicyId,
String ifMatch,
String ifUnmodifiedSince)
Delete a global mediation policy
This operation can be used to delete an existing global mediation policy providing the Id of the mediation policy.
|
com.squareup.okhttp.Call |
MediationPolicyIndividualApi.policiesMediationMediationPolicyIdDeleteAsync(String mediationPolicyId,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<Void> callback)
Delete a global mediation policy (asynchronously)
This operation can be used to delete an existing global mediation policy providing the Id of the mediation policy.
|
com.squareup.okhttp.Call |
MediationPolicyIndividualApi.policiesMediationMediationPolicyIdDeleteCall(String mediationPolicyId,
String ifMatch,
String ifUnmodifiedSince,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for policiesMediationMediationPolicyIdDelete
|
ApiResponse<Void> |
MediationPolicyIndividualApi.policiesMediationMediationPolicyIdDeleteWithHttpInfo(String mediationPolicyId,
String ifMatch,
String ifUnmodifiedSince)
Delete a global mediation policy
This operation can be used to delete an existing global mediation policy providing the Id of the mediation policy.
|
MediationDTO |
MediationPolicyIndividualApi.policiesMediationMediationPolicyIdGet(String mediationPolicyId,
String accept,
String ifNoneMatch,
String ifModifiedSince)
Get a global mediation policy
This operation can be used to retrieve a particular global mediation policy.
|
com.squareup.okhttp.Call |
MediationPolicyIndividualApi.policiesMediationMediationPolicyIdGetAsync(String mediationPolicyId,
String accept,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<MediationDTO> callback)
Get a global mediation policy (asynchronously)
This operation can be used to retrieve a particular global mediation policy.
|
com.squareup.okhttp.Call |
MediationPolicyIndividualApi.policiesMediationMediationPolicyIdGetCall(String mediationPolicyId,
String accept,
String ifNoneMatch,
String ifModifiedSince,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for policiesMediationMediationPolicyIdGet
|
ApiResponse<MediationDTO> |
MediationPolicyIndividualApi.policiesMediationMediationPolicyIdGetWithHttpInfo(String mediationPolicyId,
String accept,
String ifNoneMatch,
String ifModifiedSince)
Get a global mediation policy
This operation can be used to retrieve a particular global mediation policy.
|
MediationDTO |
MediationPolicyIndividualApi.policiesMediationMediationPolicyIdPut(String mediationPolicyId,
MediationDTO body,
String contentType,
String ifMatch,
String ifUnmodifiedSince)
Update a global mediation policy
This operation can be used to update an existing global mediation policy.
|
com.squareup.okhttp.Call |
MediationPolicyIndividualApi.policiesMediationMediationPolicyIdPutAsync(String mediationPolicyId,
MediationDTO body,
String contentType,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<MediationDTO> callback)
Update a global mediation policy (asynchronously)
This operation can be used to update an existing global mediation policy.
|
com.squareup.okhttp.Call |
MediationPolicyIndividualApi.policiesMediationMediationPolicyIdPutCall(String mediationPolicyId,
MediationDTO body,
String contentType,
String ifMatch,
String ifUnmodifiedSince,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for policiesMediationMediationPolicyIdPut
|
ApiResponse<MediationDTO> |
MediationPolicyIndividualApi.policiesMediationMediationPolicyIdPutWithHttpInfo(String mediationPolicyId,
MediationDTO body,
String contentType,
String ifMatch,
String ifUnmodifiedSince)
Update a global mediation policy
This operation can be used to update an existing global mediation policy.
|
MediationDTO |
MediationPolicyCollectionApi.policiesMediationPost(MediationDTO body,
String contentType,
String ifMatch,
String ifUnmodifiedSince)
Add a global mediation policy
This operation can be used to add a new global mediation policy.
|
com.squareup.okhttp.Call |
MediationPolicyCollectionApi.policiesMediationPostAsync(MediationDTO body,
String contentType,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<MediationDTO> callback)
Add a global mediation policy (asynchronously)
This operation can be used to add a new global mediation policy.
|
com.squareup.okhttp.Call |
MediationPolicyCollectionApi.policiesMediationPostCall(MediationDTO body,
String contentType,
String ifMatch,
String ifUnmodifiedSince,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for policiesMediationPost
|
ApiResponse<MediationDTO> |
MediationPolicyCollectionApi.policiesMediationPostWithHttpInfo(MediationDTO body,
String contentType,
String ifMatch,
String ifUnmodifiedSince)
Add a global mediation policy
This operation can be used to add a new global mediation policy.
|
SettingsDTO |
SettingsApi.settingsGet()
Retreive admin settings
Retreive admin settings
|
com.squareup.okhttp.Call |
SettingsApi.settingsGetAsync(ApiCallback<SettingsDTO> callback)
Retreive admin settings (asynchronously)
Retreive admin settings
|
com.squareup.okhttp.Call |
SettingsApi.settingsGetCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for settingsGet
|
ApiResponse<SettingsDTO> |
SettingsApi.settingsGetWithHttpInfo()
Retreive admin settings
Retreive admin settings
|
BotDetectionAlertSubscriptionDTO |
BotDetectionAlertSubscriptionsApi.subscribeForBotDetectionAlerts(BotDetectionAlertSubscriptionDTO body)
Subscribe for bot detection alerts
Register a subscription for bot detection alerts
|
com.squareup.okhttp.Call |
BotDetectionAlertSubscriptionsApi.subscribeForBotDetectionAlertsAsync(BotDetectionAlertSubscriptionDTO body,
ApiCallback<BotDetectionAlertSubscriptionDTO> callback)
Subscribe for bot detection alerts (asynchronously)
Register a subscription for bot detection alerts
|
com.squareup.okhttp.Call |
BotDetectionAlertSubscriptionsApi.subscribeForBotDetectionAlertsCall(BotDetectionAlertSubscriptionDTO body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for subscribeForBotDetectionAlerts
|
ApiResponse<BotDetectionAlertSubscriptionDTO> |
BotDetectionAlertSubscriptionsApi.subscribeForBotDetectionAlertsWithHttpInfo(BotDetectionAlertSubscriptionDTO body)
Subscribe for bot detection alerts
Register a subscription for bot detection alerts
|
AlertsSubscriptionDTO |
AlertSubscriptionsApi.subscribeToAlerts(AlertsSubscriptionDTO body)
Subscribe to an admin alert.
|
com.squareup.okhttp.Call |
AlertSubscriptionsApi.subscribeToAlertsAsync(AlertsSubscriptionDTO body,
ApiCallback<AlertsSubscriptionDTO> callback)
Subscribe to an admin alert.
|
com.squareup.okhttp.Call |
AlertSubscriptionsApi.subscribeToAlertsCall(AlertsSubscriptionDTO body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for subscribeToAlerts
|
ApiResponse<AlertsSubscriptionDTO> |
AlertSubscriptionsApi.subscribeToAlertsWithHttpInfo(AlertsSubscriptionDTO body)
Subscribe to an admin alert.
|
ScopeListDTO |
SystemScopesApi.systemScopesGet()
Get the list of role scope mapping.
|
com.squareup.okhttp.Call |
SystemScopesApi.systemScopesGetAsync(ApiCallback<ScopeListDTO> callback)
Get the list of role scope mapping.
|
com.squareup.okhttp.Call |
SystemScopesApi.systemScopesGetCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for systemScopesGet
|
ApiResponse<ScopeListDTO> |
SystemScopesApi.systemScopesGetWithHttpInfo()
Get the list of role scope mapping.
|
ScopeSettingsDTO |
SyatemScopesApi.systemScopesScopeNameGet(String scopeName,
String username)
Retrieve scopes for a particular user
This operation will return the scope list of particular user In order to get it, we need to pass the userId as a query parameter
|
com.squareup.okhttp.Call |
SyatemScopesApi.systemScopesScopeNameGetAsync(String scopeName,
String username,
ApiCallback<ScopeSettingsDTO> callback)
Retrieve scopes for a particular user (asynchronously)
This operation will return the scope list of particular user In order to get it, we need to pass the userId as a query parameter
|
com.squareup.okhttp.Call |
SyatemScopesApi.systemScopesScopeNameGetCall(String scopeName,
String username,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for systemScopesScopeNameGet
|
ApiResponse<ScopeSettingsDTO> |
SyatemScopesApi.systemScopesScopeNameGetWithHttpInfo(String scopeName,
String username)
Retrieve scopes for a particular user
This operation will return the scope list of particular user In order to get it, we need to pass the userId as a query parameter
|
void |
DefaultApi.tenantThemeImportPost(File file)
Import a DevPortal Tenant Theme
This operation can be used to import a DevPortal tenant theme.
|
com.squareup.okhttp.Call |
DefaultApi.tenantThemeImportPostAsync(File file,
ApiCallback<Void> callback)
Import a DevPortal Tenant Theme (asynchronously)
This operation can be used to import a DevPortal tenant theme.
|
com.squareup.okhttp.Call |
DefaultApi.tenantThemeImportPostCall(File file,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for tenantThemeImportPost
|
ApiResponse<Void> |
DefaultApi.tenantThemeImportPostWithHttpInfo(File file)
Import a DevPortal Tenant Theme
This operation can be used to import a DevPortal tenant theme.
|
void |
BlacklistIndividualApi.throttlingBlacklistConditionIdDelete(String conditionId,
String ifMatch,
String ifUnmodifiedSince)
Delete a Blocking condition
Deletes an existing Blocking condition
|
com.squareup.okhttp.Call |
BlacklistIndividualApi.throttlingBlacklistConditionIdDeleteAsync(String conditionId,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<Void> callback)
Delete a Blocking condition (asynchronously)
Deletes an existing Blocking condition
|
com.squareup.okhttp.Call |
BlacklistIndividualApi.throttlingBlacklistConditionIdDeleteCall(String conditionId,
String ifMatch,
String ifUnmodifiedSince,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for throttlingBlacklistConditionIdDelete
|
ApiResponse<Void> |
BlacklistIndividualApi.throttlingBlacklistConditionIdDeleteWithHttpInfo(String conditionId,
String ifMatch,
String ifUnmodifiedSince)
Delete a Blocking condition
Deletes an existing Blocking condition
|
BlockingConditionDTO |
BlacklistIndividualApi.throttlingBlacklistConditionIdGet(String conditionId,
String ifNoneMatch,
String ifModifiedSince)
Get a Blocking Condition
Retrieves a Blocking Condition providing the condition Id
|
com.squareup.okhttp.Call |
BlacklistIndividualApi.throttlingBlacklistConditionIdGetAsync(String conditionId,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<BlockingConditionDTO> callback)
Get a Blocking Condition (asynchronously)
Retrieves a Blocking Condition providing the condition Id
|
com.squareup.okhttp.Call |
BlacklistIndividualApi.throttlingBlacklistConditionIdGetCall(String conditionId,
String ifNoneMatch,
String ifModifiedSince,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for throttlingBlacklistConditionIdGet
|
ApiResponse<BlockingConditionDTO> |
BlacklistIndividualApi.throttlingBlacklistConditionIdGetWithHttpInfo(String conditionId,
String ifNoneMatch,
String ifModifiedSince)
Get a Blocking Condition
Retrieves a Blocking Condition providing the condition Id
|
BlockingConditionDTO |
BlacklistIndividualApi.throttlingBlacklistConditionIdPatch(String conditionId,
BlockingConditionStatusDTO body,
String contentType,
String ifMatch,
String ifUnmodifiedSince)
Update a blocking condition
Update a blocking condition by Id
|
com.squareup.okhttp.Call |
BlacklistIndividualApi.throttlingBlacklistConditionIdPatchAsync(String conditionId,
BlockingConditionStatusDTO body,
String contentType,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<BlockingConditionDTO> callback)
Update a blocking condition (asynchronously)
Update a blocking condition by Id
|
com.squareup.okhttp.Call |
BlacklistIndividualApi.throttlingBlacklistConditionIdPatchCall(String conditionId,
BlockingConditionStatusDTO body,
String contentType,
String ifMatch,
String ifUnmodifiedSince,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for throttlingBlacklistConditionIdPatch
|
ApiResponse<BlockingConditionDTO> |
BlacklistIndividualApi.throttlingBlacklistConditionIdPatchWithHttpInfo(String conditionId,
BlockingConditionStatusDTO body,
String contentType,
String ifMatch,
String ifUnmodifiedSince)
Update a blocking condition
Update a blocking condition by Id
|
BlockingConditionListDTO |
BlacklistCollectionApi.throttlingBlacklistGet(String accept,
String ifNoneMatch,
String ifModifiedSince)
Get all blocking condtions
Retrieves all existing blocking condtions.
|
com.squareup.okhttp.Call |
BlacklistCollectionApi.throttlingBlacklistGetAsync(String accept,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<BlockingConditionListDTO> callback)
Get all blocking condtions (asynchronously)
Retrieves all existing blocking condtions.
|
com.squareup.okhttp.Call |
BlacklistCollectionApi.throttlingBlacklistGetCall(String accept,
String ifNoneMatch,
String ifModifiedSince,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for throttlingBlacklistGet
|
ApiResponse<BlockingConditionListDTO> |
BlacklistCollectionApi.throttlingBlacklistGetWithHttpInfo(String accept,
String ifNoneMatch,
String ifModifiedSince)
Get all blocking condtions
Retrieves all existing blocking condtions.
|
BlockingConditionDTO |
BlacklistCollectionApi.throttlingBlacklistPost(BlockingConditionDTO body,
String contentType)
Add a Blocking condition
Adds a new Blocking condition.
|
com.squareup.okhttp.Call |
BlacklistCollectionApi.throttlingBlacklistPostAsync(BlockingConditionDTO body,
String contentType,
ApiCallback<BlockingConditionDTO> callback)
Add a Blocking condition (asynchronously)
Adds a new Blocking condition.
|
com.squareup.okhttp.Call |
BlacklistCollectionApi.throttlingBlacklistPostCall(BlockingConditionDTO body,
String contentType,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for throttlingBlacklistPost
|
ApiResponse<BlockingConditionDTO> |
BlacklistCollectionApi.throttlingBlacklistPostWithHttpInfo(BlockingConditionDTO body,
String contentType)
Add a Blocking condition
Adds a new Blocking condition.
|
AdvancedThrottlePolicyListDTO |
AdvancedPolicyCollectionApi.throttlingPoliciesAdvancedGet(String accept,
String ifNoneMatch,
String ifModifiedSince)
Get all Advanced throttling policies.
|
com.squareup.okhttp.Call |
AdvancedPolicyCollectionApi.throttlingPoliciesAdvancedGetAsync(String accept,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<AdvancedThrottlePolicyListDTO> callback)
Get all Advanced throttling policies.
|
com.squareup.okhttp.Call |
AdvancedPolicyCollectionApi.throttlingPoliciesAdvancedGetCall(String accept,
String ifNoneMatch,
String ifModifiedSince,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for throttlingPoliciesAdvancedGet
|
ApiResponse<AdvancedThrottlePolicyListDTO> |
AdvancedPolicyCollectionApi.throttlingPoliciesAdvancedGetWithHttpInfo(String accept,
String ifNoneMatch,
String ifModifiedSince)
Get all Advanced throttling policies.
|
void |
AdvancedPolicyIndividualApi.throttlingPoliciesAdvancedPolicyIdDelete(String policyId,
String ifMatch,
String ifUnmodifiedSince)
Delete an Advanced Throttling Policy
Deletes an Advanced level throttling policy.
|
com.squareup.okhttp.Call |
AdvancedPolicyIndividualApi.throttlingPoliciesAdvancedPolicyIdDeleteAsync(String policyId,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<Void> callback)
Delete an Advanced Throttling Policy (asynchronously)
Deletes an Advanced level throttling policy.
|
com.squareup.okhttp.Call |
AdvancedPolicyIndividualApi.throttlingPoliciesAdvancedPolicyIdDeleteCall(String policyId,
String ifMatch,
String ifUnmodifiedSince,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for throttlingPoliciesAdvancedPolicyIdDelete
|
ApiResponse<Void> |
AdvancedPolicyIndividualApi.throttlingPoliciesAdvancedPolicyIdDeleteWithHttpInfo(String policyId,
String ifMatch,
String ifUnmodifiedSince)
Delete an Advanced Throttling Policy
Deletes an Advanced level throttling policy.
|
AdvancedThrottlePolicyDTO |
AdvancedPolicyIndividualApi.throttlingPoliciesAdvancedPolicyIdGet(String policyId,
String ifNoneMatch,
String ifModifiedSince)
Get an Advanced Policy
Retrieves an Advanced Policy.
|
com.squareup.okhttp.Call |
AdvancedPolicyIndividualApi.throttlingPoliciesAdvancedPolicyIdGetAsync(String policyId,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<AdvancedThrottlePolicyDTO> callback)
Get an Advanced Policy (asynchronously)
Retrieves an Advanced Policy.
|
com.squareup.okhttp.Call |
AdvancedPolicyIndividualApi.throttlingPoliciesAdvancedPolicyIdGetCall(String policyId,
String ifNoneMatch,
String ifModifiedSince,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for throttlingPoliciesAdvancedPolicyIdGet
|
ApiResponse<AdvancedThrottlePolicyDTO> |
AdvancedPolicyIndividualApi.throttlingPoliciesAdvancedPolicyIdGetWithHttpInfo(String policyId,
String ifNoneMatch,
String ifModifiedSince)
Get an Advanced Policy
Retrieves an Advanced Policy.
|
AdvancedThrottlePolicyDTO |
AdvancedPolicyIndividualApi.throttlingPoliciesAdvancedPolicyIdPut(String policyId,
AdvancedThrottlePolicyDTO body,
String contentType,
String ifMatch,
String ifUnmodifiedSince)
Update an Advanced Throttling Policy
Updates an existing Advanced level throttling policy.
|
com.squareup.okhttp.Call |
AdvancedPolicyIndividualApi.throttlingPoliciesAdvancedPolicyIdPutAsync(String policyId,
AdvancedThrottlePolicyDTO body,
String contentType,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<AdvancedThrottlePolicyDTO> callback)
Update an Advanced Throttling Policy (asynchronously)
Updates an existing Advanced level throttling policy.
|
com.squareup.okhttp.Call |
AdvancedPolicyIndividualApi.throttlingPoliciesAdvancedPolicyIdPutCall(String policyId,
AdvancedThrottlePolicyDTO body,
String contentType,
String ifMatch,
String ifUnmodifiedSince,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for throttlingPoliciesAdvancedPolicyIdPut
|
ApiResponse<AdvancedThrottlePolicyDTO> |
AdvancedPolicyIndividualApi.throttlingPoliciesAdvancedPolicyIdPutWithHttpInfo(String policyId,
AdvancedThrottlePolicyDTO body,
String contentType,
String ifMatch,
String ifUnmodifiedSince)
Update an Advanced Throttling Policy
Updates an existing Advanced level throttling policy.
|
AdvancedThrottlePolicyDTO |
AdvancedPolicyCollectionApi.throttlingPoliciesAdvancedPost(AdvancedThrottlePolicyDTO body,
String contentType)
Add an Advanced Throttling Policy
Add a new Advanced level throttling policy.
|
com.squareup.okhttp.Call |
AdvancedPolicyCollectionApi.throttlingPoliciesAdvancedPostAsync(AdvancedThrottlePolicyDTO body,
String contentType,
ApiCallback<AdvancedThrottlePolicyDTO> callback)
Add an Advanced Throttling Policy (asynchronously)
Add a new Advanced level throttling policy.
|
com.squareup.okhttp.Call |
AdvancedPolicyCollectionApi.throttlingPoliciesAdvancedPostCall(AdvancedThrottlePolicyDTO body,
String contentType,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for throttlingPoliciesAdvancedPost
|
ApiResponse<AdvancedThrottlePolicyDTO> |
AdvancedPolicyCollectionApi.throttlingPoliciesAdvancedPostWithHttpInfo(AdvancedThrottlePolicyDTO body,
String contentType)
Add an Advanced Throttling Policy
Add a new Advanced level throttling policy.
|
ApplicationThrottlePolicyListDTO |
ApplicationPolicyCollectionApi.throttlingPoliciesApplicationGet(String accept,
String ifNoneMatch,
String ifModifiedSince)
Get all Application Throttling Policies
Retrieves all existing application throttling policies.
|
com.squareup.okhttp.Call |
ApplicationPolicyCollectionApi.throttlingPoliciesApplicationGetAsync(String accept,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<ApplicationThrottlePolicyListDTO> callback)
Get all Application Throttling Policies (asynchronously)
Retrieves all existing application throttling policies.
|
com.squareup.okhttp.Call |
ApplicationPolicyCollectionApi.throttlingPoliciesApplicationGetCall(String accept,
String ifNoneMatch,
String ifModifiedSince,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for throttlingPoliciesApplicationGet
|
ApiResponse<ApplicationThrottlePolicyListDTO> |
ApplicationPolicyCollectionApi.throttlingPoliciesApplicationGetWithHttpInfo(String accept,
String ifNoneMatch,
String ifModifiedSince)
Get all Application Throttling Policies
Retrieves all existing application throttling policies.
|
void |
ApplicationPolicyIndividualApi.throttlingPoliciesApplicationPolicyIdDelete(String policyId,
String ifMatch,
String ifUnmodifiedSince)
Delete an Application Throttling policy
Deletes an Application level throttling policy.
|
com.squareup.okhttp.Call |
ApplicationPolicyIndividualApi.throttlingPoliciesApplicationPolicyIdDeleteAsync(String policyId,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<Void> callback)
Delete an Application Throttling policy (asynchronously)
Deletes an Application level throttling policy.
|
com.squareup.okhttp.Call |
ApplicationPolicyIndividualApi.throttlingPoliciesApplicationPolicyIdDeleteCall(String policyId,
String ifMatch,
String ifUnmodifiedSince,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for throttlingPoliciesApplicationPolicyIdDelete
|
ApiResponse<Void> |
ApplicationPolicyIndividualApi.throttlingPoliciesApplicationPolicyIdDeleteWithHttpInfo(String policyId,
String ifMatch,
String ifUnmodifiedSince)
Delete an Application Throttling policy
Deletes an Application level throttling policy.
|
ApplicationThrottlePolicyDTO |
ApplicationPolicyIndividualApi.throttlingPoliciesApplicationPolicyIdGet(String policyId,
String ifNoneMatch,
String ifModifiedSince)
Get an Application Policy
Retrieves an Application Policy.
|
com.squareup.okhttp.Call |
ApplicationPolicyIndividualApi.throttlingPoliciesApplicationPolicyIdGetAsync(String policyId,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<ApplicationThrottlePolicyDTO> callback)
Get an Application Policy (asynchronously)
Retrieves an Application Policy.
|
com.squareup.okhttp.Call |
ApplicationPolicyIndividualApi.throttlingPoliciesApplicationPolicyIdGetCall(String policyId,
String ifNoneMatch,
String ifModifiedSince,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for throttlingPoliciesApplicationPolicyIdGet
|
ApiResponse<ApplicationThrottlePolicyDTO> |
ApplicationPolicyIndividualApi.throttlingPoliciesApplicationPolicyIdGetWithHttpInfo(String policyId,
String ifNoneMatch,
String ifModifiedSince)
Get an Application Policy
Retrieves an Application Policy.
|
ApplicationThrottlePolicyDTO |
ApplicationPolicyIndividualApi.throttlingPoliciesApplicationPolicyIdPut(String policyId,
ApplicationThrottlePolicyDTO body,
String contentType,
String ifMatch,
String ifUnmodifiedSince)
Update an Application Throttling policy
Updates an existing Application level throttling policy.
|
com.squareup.okhttp.Call |
ApplicationPolicyIndividualApi.throttlingPoliciesApplicationPolicyIdPutAsync(String policyId,
ApplicationThrottlePolicyDTO body,
String contentType,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<ApplicationThrottlePolicyDTO> callback)
Update an Application Throttling policy (asynchronously)
Updates an existing Application level throttling policy.
|
com.squareup.okhttp.Call |
ApplicationPolicyIndividualApi.throttlingPoliciesApplicationPolicyIdPutCall(String policyId,
ApplicationThrottlePolicyDTO body,
String contentType,
String ifMatch,
String ifUnmodifiedSince,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for throttlingPoliciesApplicationPolicyIdPut
|
ApiResponse<ApplicationThrottlePolicyDTO> |
ApplicationPolicyIndividualApi.throttlingPoliciesApplicationPolicyIdPutWithHttpInfo(String policyId,
ApplicationThrottlePolicyDTO body,
String contentType,
String ifMatch,
String ifUnmodifiedSince)
Update an Application Throttling policy
Updates an existing Application level throttling policy.
|
ApplicationThrottlePolicyDTO |
ApplicationPolicyCollectionApi.throttlingPoliciesApplicationPost(ApplicationThrottlePolicyDTO body,
String contentType)
Add an Application Throttling Policy
This operation can be used to add a new application level throttling policy.
|
com.squareup.okhttp.Call |
ApplicationPolicyCollectionApi.throttlingPoliciesApplicationPostAsync(ApplicationThrottlePolicyDTO body,
String contentType,
ApiCallback<ApplicationThrottlePolicyDTO> callback)
Add an Application Throttling Policy (asynchronously)
This operation can be used to add a new application level throttling policy.
|
com.squareup.okhttp.Call |
ApplicationPolicyCollectionApi.throttlingPoliciesApplicationPostCall(ApplicationThrottlePolicyDTO body,
String contentType,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for throttlingPoliciesApplicationPost
|
ApiResponse<ApplicationThrottlePolicyDTO> |
ApplicationPolicyCollectionApi.throttlingPoliciesApplicationPostWithHttpInfo(ApplicationThrottlePolicyDTO body,
String contentType)
Add an Application Throttling Policy
This operation can be used to add a new application level throttling policy.
|
CustomRuleListDTO |
CustomRulesCollectionApi.throttlingPoliciesCustomGet(String accept,
String ifNoneMatch,
String ifModifiedSince)
Get all Custom Rules
Retrieves all Custom Rules.
|
com.squareup.okhttp.Call |
CustomRulesCollectionApi.throttlingPoliciesCustomGetAsync(String accept,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<CustomRuleListDTO> callback)
Get all Custom Rules (asynchronously)
Retrieves all Custom Rules.
|
com.squareup.okhttp.Call |
CustomRulesCollectionApi.throttlingPoliciesCustomGetCall(String accept,
String ifNoneMatch,
String ifModifiedSince,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for throttlingPoliciesCustomGet
|
ApiResponse<CustomRuleListDTO> |
CustomRulesCollectionApi.throttlingPoliciesCustomGetWithHttpInfo(String accept,
String ifNoneMatch,
String ifModifiedSince)
Get all Custom Rules
Retrieves all Custom Rules.
|
CustomRuleDTO |
CustomRulesCollectionApi.throttlingPoliciesCustomPost(CustomRuleDTO body,
String contentType)
Add a Custom Rule
Adds a new Custom Rule.
|
com.squareup.okhttp.Call |
CustomRulesCollectionApi.throttlingPoliciesCustomPostAsync(CustomRuleDTO body,
String contentType,
ApiCallback<CustomRuleDTO> callback)
Add a Custom Rule (asynchronously)
Adds a new Custom Rule.
|
com.squareup.okhttp.Call |
CustomRulesCollectionApi.throttlingPoliciesCustomPostCall(CustomRuleDTO body,
String contentType,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for throttlingPoliciesCustomPost
|
ApiResponse<CustomRuleDTO> |
CustomRulesCollectionApi.throttlingPoliciesCustomPostWithHttpInfo(CustomRuleDTO body,
String contentType)
Add a Custom Rule
Adds a new Custom Rule.
|
void |
CustomRulesIndividualApi.throttlingPoliciesCustomRuleIdDelete(String ruleId,
String ifMatch,
String ifUnmodifiedSince)
Delete a Custom Rule
Delete a Custom Rule.
|
com.squareup.okhttp.Call |
CustomRulesIndividualApi.throttlingPoliciesCustomRuleIdDeleteAsync(String ruleId,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<Void> callback)
Delete a Custom Rule (asynchronously)
Delete a Custom Rule.
|
com.squareup.okhttp.Call |
CustomRulesIndividualApi.throttlingPoliciesCustomRuleIdDeleteCall(String ruleId,
String ifMatch,
String ifUnmodifiedSince,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for throttlingPoliciesCustomRuleIdDelete
|
ApiResponse<Void> |
CustomRulesIndividualApi.throttlingPoliciesCustomRuleIdDeleteWithHttpInfo(String ruleId,
String ifMatch,
String ifUnmodifiedSince)
Delete a Custom Rule
Delete a Custom Rule.
|
CustomRuleDTO |
CustomRulesIndividualApi.throttlingPoliciesCustomRuleIdGet(String ruleId,
String ifNoneMatch,
String ifModifiedSince)
Get a Custom Rule
Retrieves a Custom Rule.
|
com.squareup.okhttp.Call |
CustomRulesIndividualApi.throttlingPoliciesCustomRuleIdGetAsync(String ruleId,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<CustomRuleDTO> callback)
Get a Custom Rule (asynchronously)
Retrieves a Custom Rule.
|
com.squareup.okhttp.Call |
CustomRulesIndividualApi.throttlingPoliciesCustomRuleIdGetCall(String ruleId,
String ifNoneMatch,
String ifModifiedSince,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for throttlingPoliciesCustomRuleIdGet
|
ApiResponse<CustomRuleDTO> |
CustomRulesIndividualApi.throttlingPoliciesCustomRuleIdGetWithHttpInfo(String ruleId,
String ifNoneMatch,
String ifModifiedSince)
Get a Custom Rule
Retrieves a Custom Rule.
|
CustomRuleDTO |
CustomRulesIndividualApi.throttlingPoliciesCustomRuleIdPut(String ruleId,
CustomRuleDTO body,
String contentType,
String ifMatch,
String ifUnmodifiedSince)
Update a Custom Rule
Updates an existing Custom Rule.
|
com.squareup.okhttp.Call |
CustomRulesIndividualApi.throttlingPoliciesCustomRuleIdPutAsync(String ruleId,
CustomRuleDTO body,
String contentType,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<CustomRuleDTO> callback)
Update a Custom Rule (asynchronously)
Updates an existing Custom Rule.
|
com.squareup.okhttp.Call |
CustomRulesIndividualApi.throttlingPoliciesCustomRuleIdPutCall(String ruleId,
CustomRuleDTO body,
String contentType,
String ifMatch,
String ifUnmodifiedSince,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for throttlingPoliciesCustomRuleIdPut
|
ApiResponse<CustomRuleDTO> |
CustomRulesIndividualApi.throttlingPoliciesCustomRuleIdPutWithHttpInfo(String ruleId,
CustomRuleDTO body,
String contentType,
String ifMatch,
String ifUnmodifiedSince)
Update a Custom Rule
Updates an existing Custom Rule.
|
SubscriptionThrottlePolicyListDTO |
SubscriptionPolicyCollectionApi.throttlingPoliciesSubscriptionGet(String accept,
String ifNoneMatch,
String ifModifiedSince)
Get all Subscription Throttling Policies
This operation can be used to retrieve all Subscription level throttling policies.
|
com.squareup.okhttp.Call |
SubscriptionPolicyCollectionApi.throttlingPoliciesSubscriptionGetAsync(String accept,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<SubscriptionThrottlePolicyListDTO> callback)
Get all Subscription Throttling Policies (asynchronously)
This operation can be used to retrieve all Subscription level throttling policies.
|
com.squareup.okhttp.Call |
SubscriptionPolicyCollectionApi.throttlingPoliciesSubscriptionGetCall(String accept,
String ifNoneMatch,
String ifModifiedSince,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for throttlingPoliciesSubscriptionGet
|
ApiResponse<SubscriptionThrottlePolicyListDTO> |
SubscriptionPolicyCollectionApi.throttlingPoliciesSubscriptionGetWithHttpInfo(String accept,
String ifNoneMatch,
String ifModifiedSince)
Get all Subscription Throttling Policies
This operation can be used to retrieve all Subscription level throttling policies.
|
void |
SubscriptionPolicyIndividualApi.throttlingPoliciesSubscriptionPolicyIdDelete(String policyId,
String ifMatch,
String ifUnmodifiedSince)
Delete a Subscription Policy
This operation can be used to delete a subscription-level throttling policy specifying the Id of the policy as a path paramter.
|
com.squareup.okhttp.Call |
SubscriptionPolicyIndividualApi.throttlingPoliciesSubscriptionPolicyIdDeleteAsync(String policyId,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<Void> callback)
Delete a Subscription Policy (asynchronously)
This operation can be used to delete a subscription-level throttling policy specifying the Id of the policy as a path paramter.
|
com.squareup.okhttp.Call |
SubscriptionPolicyIndividualApi.throttlingPoliciesSubscriptionPolicyIdDeleteCall(String policyId,
String ifMatch,
String ifUnmodifiedSince,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for throttlingPoliciesSubscriptionPolicyIdDelete
|
ApiResponse<Void> |
SubscriptionPolicyIndividualApi.throttlingPoliciesSubscriptionPolicyIdDeleteWithHttpInfo(String policyId,
String ifMatch,
String ifUnmodifiedSince)
Delete a Subscription Policy
This operation can be used to delete a subscription-level throttling policy specifying the Id of the policy as a path paramter.
|
SubscriptionThrottlePolicyDTO |
SubscriptionPolicyIndividualApi.throttlingPoliciesSubscriptionPolicyIdGet(String policyId,
String ifNoneMatch,
String ifModifiedSince)
Get a Subscription Policy
Retrieve a single subscription-level throttling policy.
|
com.squareup.okhttp.Call |
SubscriptionPolicyIndividualApi.throttlingPoliciesSubscriptionPolicyIdGetAsync(String policyId,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<SubscriptionThrottlePolicyDTO> callback)
Get a Subscription Policy (asynchronously)
Retrieve a single subscription-level throttling policy.
|
com.squareup.okhttp.Call |
SubscriptionPolicyIndividualApi.throttlingPoliciesSubscriptionPolicyIdGetCall(String policyId,
String ifNoneMatch,
String ifModifiedSince,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for throttlingPoliciesSubscriptionPolicyIdGet
|
ApiResponse<SubscriptionThrottlePolicyDTO> |
SubscriptionPolicyIndividualApi.throttlingPoliciesSubscriptionPolicyIdGetWithHttpInfo(String policyId,
String ifNoneMatch,
String ifModifiedSince)
Get a Subscription Policy
Retrieve a single subscription-level throttling policy.
|
SubscriptionThrottlePolicyDTO |
SubscriptionPolicyIndividualApi.throttlingPoliciesSubscriptionPolicyIdPut(String policyId,
SubscriptionThrottlePolicyDTO body,
String contentType,
String ifMatch,
String ifUnmodifiedSince)
Update a Subscription Policy
Updates an existing subscription-level throttling policy.
|
com.squareup.okhttp.Call |
SubscriptionPolicyIndividualApi.throttlingPoliciesSubscriptionPolicyIdPutAsync(String policyId,
SubscriptionThrottlePolicyDTO body,
String contentType,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<SubscriptionThrottlePolicyDTO> callback)
Update a Subscription Policy (asynchronously)
Updates an existing subscription-level throttling policy.
|
com.squareup.okhttp.Call |
SubscriptionPolicyIndividualApi.throttlingPoliciesSubscriptionPolicyIdPutCall(String policyId,
SubscriptionThrottlePolicyDTO body,
String contentType,
String ifMatch,
String ifUnmodifiedSince,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for throttlingPoliciesSubscriptionPolicyIdPut
|
ApiResponse<SubscriptionThrottlePolicyDTO> |
SubscriptionPolicyIndividualApi.throttlingPoliciesSubscriptionPolicyIdPutWithHttpInfo(String policyId,
SubscriptionThrottlePolicyDTO body,
String contentType,
String ifMatch,
String ifUnmodifiedSince)
Update a Subscription Policy
Updates an existing subscription-level throttling policy.
|
SubscriptionThrottlePolicyDTO |
SubscriptionPolicyCollectionApi.throttlingPoliciesSubscriptionPost(SubscriptionThrottlePolicyDTO body,
String contentType)
Add a Subscription Throttling Policy
This operation can be used to add a Subscription level throttling policy specifying the details of the policy in the payload.
|
com.squareup.okhttp.Call |
SubscriptionPolicyCollectionApi.throttlingPoliciesSubscriptionPostAsync(SubscriptionThrottlePolicyDTO body,
String contentType,
ApiCallback<SubscriptionThrottlePolicyDTO> callback)
Add a Subscription Throttling Policy (asynchronously)
This operation can be used to add a Subscription level throttling policy specifying the details of the policy in the payload.
|
com.squareup.okhttp.Call |
SubscriptionPolicyCollectionApi.throttlingPoliciesSubscriptionPostCall(SubscriptionThrottlePolicyDTO body,
String contentType,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for throttlingPoliciesSubscriptionPost
|
ApiResponse<SubscriptionThrottlePolicyDTO> |
SubscriptionPolicyCollectionApi.throttlingPoliciesSubscriptionPostWithHttpInfo(SubscriptionThrottlePolicyDTO body,
String contentType)
Add a Subscription Throttling Policy
This operation can be used to add a Subscription level throttling policy specifying the details of the policy in the payload.
|
void |
AlertSubscriptionsApi.unsubscribeAllAlerts()
Unsubscribe user from all the admin alert types.
|
com.squareup.okhttp.Call |
AlertSubscriptionsApi.unsubscribeAllAlertsAsync(ApiCallback<Void> callback)
Unsubscribe user from all the admin 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 admin alert types.
|
void |
BotDetectionAlertSubscriptionsApi.unsubscribeFromBotDetectionAlerts(String uuid)
Unsubscribe from bot detection alerts.
|
com.squareup.okhttp.Call |
BotDetectionAlertSubscriptionsApi.unsubscribeFromBotDetectionAlertsAsync(String uuid,
ApiCallback<Void> callback)
Unsubscribe from bot detection alerts.
|
com.squareup.okhttp.Call |
BotDetectionAlertSubscriptionsApi.unsubscribeFromBotDetectionAlertsCall(String uuid,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for unsubscribeFromBotDetectionAlerts
|
ApiResponse<Void> |
BotDetectionAlertSubscriptionsApi.unsubscribeFromBotDetectionAlertsWithHttpInfo(String uuid)
Unsubscribe from bot detection alerts.
|
WorkflowInfoDTO |
WorkflowsIndividualApi.workflowsExternalWorkflowRefGet(String externalWorkflowRef,
String ifNoneMatch)
Get details of a the pending workflow request according to the External Workflow Reference.
|
com.squareup.okhttp.Call |
WorkflowsIndividualApi.workflowsExternalWorkflowRefGetAsync(String externalWorkflowRef,
String ifNoneMatch,
ApiCallback<WorkflowInfoDTO> callback)
Get details of a the pending workflow request according to the External Workflow Reference.
|
com.squareup.okhttp.Call |
WorkflowsIndividualApi.workflowsExternalWorkflowRefGetCall(String externalWorkflowRef,
String ifNoneMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for workflowsExternalWorkflowRefGet
|
ApiResponse<WorkflowInfoDTO> |
WorkflowsIndividualApi.workflowsExternalWorkflowRefGetWithHttpInfo(String externalWorkflowRef,
String ifNoneMatch)
Get details of a the pending workflow request according to the External Workflow Reference.
|
WorkflowListDTO |
WorkflowCollectionApi.workflowsGet(Integer limit,
Integer offset,
String accept,
String ifNoneMatch,
String workflowType)
Retrieve All pending workflow processes
This operation can be used to retrieve list of workflow pending processes.
|
com.squareup.okhttp.Call |
WorkflowCollectionApi.workflowsGetAsync(Integer limit,
Integer offset,
String accept,
String ifNoneMatch,
String workflowType,
ApiCallback<WorkflowListDTO> callback)
Retrieve All pending workflow processes (asynchronously)
This operation can be used to retrieve list of workflow pending processes.
|
com.squareup.okhttp.Call |
WorkflowCollectionApi.workflowsGetCall(Integer limit,
Integer offset,
String accept,
String ifNoneMatch,
String workflowType,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for workflowsGet
|
ApiResponse<WorkflowListDTO> |
WorkflowCollectionApi.workflowsGetWithHttpInfo(Integer limit,
Integer offset,
String accept,
String ifNoneMatch,
String workflowType)
Retrieve All pending workflow processes
This operation can be used to retrieve list of workflow pending processes.
|
WorkflowDTO |
WorkflowsIndividualApi.workflowsUpdateWorkflowStatusPost(String workflowReferenceId,
WorkflowDTO body)
Update workflow status
This operation can be used to approve or reject a workflow task.
|
com.squareup.okhttp.Call |
WorkflowsIndividualApi.workflowsUpdateWorkflowStatusPostAsync(String workflowReferenceId,
WorkflowDTO body,
ApiCallback<WorkflowDTO> callback)
Update workflow status (asynchronously)
This operation can be used to approve or reject a workflow task.
|
com.squareup.okhttp.Call |
WorkflowsIndividualApi.workflowsUpdateWorkflowStatusPostCall(String workflowReferenceId,
WorkflowDTO body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for workflowsUpdateWorkflowStatusPost
|
ApiResponse<WorkflowDTO> |
WorkflowsIndividualApi.workflowsUpdateWorkflowStatusPostWithHttpInfo(String workflowReferenceId,
WorkflowDTO body)
Update workflow status
This operation can be used to approve or reject a workflow task.
|
Copyright © 2020 WSO2 Inc. All rights reserved.