| Package | Description |
|---|---|
| org.wso2.am.integration.clients.store.api | |
| org.wso2.am.integration.clients.store.api.v1 |
| Modifier and Type | Method and Description |
|---|---|
void |
ApiCallback.onFailure(ApiException e,
int statusCode,
Map<String,List<String>> responseHeaders)
This is called when the API call fails.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
ApiClient.buildCall(String path,
String method,
List<Pair> queryParams,
List<Pair> collectionQueryParams,
Object body,
Map<String,String> headerParams,
Map<String,String> cookieParams,
Map<String,Object> formParams,
String[] authNames,
ApiCallback callback)
Build HTTP call with the given options.
|
okhttp3.Request |
ApiClient.buildRequest(String path,
String method,
List<Pair> queryParams,
List<Pair> collectionQueryParams,
Object body,
Map<String,String> headerParams,
Map<String,String> cookieParams,
Map<String,Object> formParams,
String[] authNames,
ApiCallback callback)
Build an HTTP request with the given options.
|
<T> T |
ApiClient.deserialize(okhttp3.Response response,
Type returnType)
Deserialize response body to Java object, according to the return type and
the Content-Type response header.
|
File |
ApiClient.downloadFileFromResponse(okhttp3.Response response)
Download file from the given response.
|
<T> ApiResponse<T> |
ApiClient.execute(okhttp3.Call call)
|
<T> ApiResponse<T> |
ApiClient.execute(okhttp3.Call call,
Type returnType)
Execute HTTP call and deserialize the HTTP response body into the given return type.
|
<T> T |
ApiClient.handleResponse(okhttp3.Response response,
Type returnType)
Handle the given response, return the deserialized object when the response is successful.
|
okhttp3.RequestBody |
ApiClient.serialize(Object obj,
String contentType)
Serialize the given Java object into request body according to the object's
class and the request Content-Type.
|
| Modifier and Type | Method and Description |
|---|---|
AlertConfigDTO |
AlertConfigurationApi.addAlertConfig(String alertType,
String configurationId,
Map<String,String> requestBody)
Add AbnormalRequestsPerMin Alert Configurations.
|
okhttp3.Call |
AlertConfigurationApi.addAlertConfigAsync(String alertType,
String configurationId,
Map<String,String> requestBody,
ApiCallback<AlertConfigDTO> _callback)
Add AbnormalRequestsPerMin Alert Configurations.
|
okhttp3.Call |
AlertConfigurationApi.addAlertConfigCall(String alertType,
String configurationId,
Map<String,String> requestBody,
ApiCallback _callback)
Build call for addAlertConfig
|
ApiResponse<AlertConfigDTO> |
AlertConfigurationApi.addAlertConfigWithHttpInfo(String alertType,
String configurationId,
Map<String,String> requestBody)
Add AbnormalRequestsPerMin Alert Configurations.
|
CommentDTO |
CommentsApi.addCommentToAPI(String apiId,
PostRequestBodyDTO postRequestBodyDTO,
String replyTo)
Add an API Comment
|
okhttp3.Call |
CommentsApi.addCommentToAPIAsync(String apiId,
PostRequestBodyDTO postRequestBodyDTO,
String replyTo,
ApiCallback<CommentDTO> _callback)
Add an API Comment (asynchronously)
|
okhttp3.Call |
CommentsApi.addCommentToAPICall(String apiId,
PostRequestBodyDTO postRequestBodyDTO,
String replyTo,
ApiCallback _callback)
Build call for addCommentToAPI
|
ApiResponse<CommentDTO> |
CommentsApi.addCommentToAPIWithHttpInfo(String apiId,
PostRequestBodyDTO postRequestBodyDTO,
String replyTo)
Add an API Comment
|
APICategoryListDTO |
ApiCategoryCollectionApi.apiCategoriesGet(String xWSO2Tenant)
Get All API Categories
Get all API categories
|
okhttp3.Call |
ApiCategoryCollectionApi.apiCategoriesGetAsync(String xWSO2Tenant,
ApiCallback<APICategoryListDTO> _callback)
Get All API Categories (asynchronously)
Get all API categories
|
okhttp3.Call |
ApiCategoryCollectionApi.apiCategoriesGetCall(String xWSO2Tenant,
ApiCallback _callback)
Build call for apiCategoriesGet
|
ApiResponse<APICategoryListDTO> |
ApiCategoryCollectionApi.apiCategoriesGetWithHttpInfo(String xWSO2Tenant)
Get All API Categories
Get all API categories
|
void |
ApiDocumentsApi.apisApiIdDocumentsDocumentIdContentGet(String apiId,
String documentId,
String xWSO2Tenant,
String ifNoneMatch)
Get the Content of an API Document
This operation can be used to retrive the content of an API's document.
|
okhttp3.Call |
ApiDocumentsApi.apisApiIdDocumentsDocumentIdContentGetAsync(String apiId,
String documentId,
String xWSO2Tenant,
String ifNoneMatch,
ApiCallback<Void> _callback)
Get the Content of an API Document (asynchronously)
This operation can be used to retrive the content of an API's document.
|
okhttp3.Call |
ApiDocumentsApi.apisApiIdDocumentsDocumentIdContentGetCall(String apiId,
String documentId,
String xWSO2Tenant,
String ifNoneMatch,
ApiCallback _callback)
Build call for apisApiIdDocumentsDocumentIdContentGet
|
ApiResponse<Void> |
ApiDocumentsApi.apisApiIdDocumentsDocumentIdContentGetWithHttpInfo(String apiId,
String documentId,
String xWSO2Tenant,
String ifNoneMatch)
Get the Content of an API Document
This operation can be used to retrive the content of an API's document.
|
DocumentDTO |
ApiDocumentsApi.apisApiIdDocumentsDocumentIdGet(String apiId,
String documentId,
String xWSO2Tenant,
String ifNoneMatch)
Get a Document of an API
This operation can be used to retrieve a particular document's metadata associated with an API.
|
okhttp3.Call |
ApiDocumentsApi.apisApiIdDocumentsDocumentIdGetAsync(String apiId,
String documentId,
String xWSO2Tenant,
String ifNoneMatch,
ApiCallback<DocumentDTO> _callback)
Get a Document of an API (asynchronously)
This operation can be used to retrieve a particular document's metadata associated with an API.
|
okhttp3.Call |
ApiDocumentsApi.apisApiIdDocumentsDocumentIdGetCall(String apiId,
String documentId,
String xWSO2Tenant,
String ifNoneMatch,
ApiCallback _callback)
Build call for apisApiIdDocumentsDocumentIdGet
|
ApiResponse<DocumentDTO> |
ApiDocumentsApi.apisApiIdDocumentsDocumentIdGetWithHttpInfo(String apiId,
String documentId,
String xWSO2Tenant,
String ifNoneMatch)
Get a Document of an API
This operation can be used to retrieve a particular document's metadata associated with an API.
|
DocumentListDTO |
ApiDocumentsApi.apisApiIdDocumentsGet(String apiId,
Integer limit,
Integer offset,
String xWSO2Tenant,
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.
|
okhttp3.Call |
ApiDocumentsApi.apisApiIdDocumentsGetAsync(String apiId,
Integer limit,
Integer offset,
String xWSO2Tenant,
String ifNoneMatch,
ApiCallback<DocumentListDTO> _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.
|
okhttp3.Call |
ApiDocumentsApi.apisApiIdDocumentsGetCall(String apiId,
Integer limit,
Integer offset,
String xWSO2Tenant,
String ifNoneMatch,
ApiCallback _callback)
Build call for apisApiIdDocumentsGet
|
ApiResponse<DocumentListDTO> |
ApiDocumentsApi.apisApiIdDocumentsGetWithHttpInfo(String apiId,
Integer limit,
Integer offset,
String xWSO2Tenant,
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.
|
APIDTO |
ApIsApi.apisApiIdGet(String apiId,
String xWSO2Tenant,
String ifNoneMatch)
Get Details of an API
Using this operation, you can retrieve complete details of a single API.
|
okhttp3.Call |
ApIsApi.apisApiIdGetAsync(String apiId,
String xWSO2Tenant,
String ifNoneMatch,
ApiCallback<APIDTO> _callback)
Get Details of an API (asynchronously)
Using this operation, you can retrieve complete details of a single API.
|
okhttp3.Call |
ApIsApi.apisApiIdGetCall(String apiId,
String xWSO2Tenant,
String ifNoneMatch,
ApiCallback _callback)
Build call for apisApiIdGet
|
ApiResponse<APIDTO> |
ApIsApi.apisApiIdGetWithHttpInfo(String apiId,
String xWSO2Tenant,
String ifNoneMatch)
Get Details of an API
Using this operation, you can retrieve complete details of a single API.
|
GraphQLQueryComplexityInfoDTO |
GraphQlPoliciesApi.apisApiIdGraphqlPoliciesComplexityGet(String apiId)
Get the Complexity Related Details of an API
This operation can be used to retrieve complexity related details belonging to an API by providing the API id.
|
okhttp3.Call |
GraphQlPoliciesApi.apisApiIdGraphqlPoliciesComplexityGetAsync(String apiId,
ApiCallback<GraphQLQueryComplexityInfoDTO> _callback)
Get the Complexity Related Details of an API (asynchronously)
This operation can be used to retrieve complexity related details belonging to an API by providing the API id.
|
okhttp3.Call |
GraphQlPoliciesApi.apisApiIdGraphqlPoliciesComplexityGetCall(String apiId,
ApiCallback _callback)
Build call for apisApiIdGraphqlPoliciesComplexityGet
|
ApiResponse<GraphQLQueryComplexityInfoDTO> |
GraphQlPoliciesApi.apisApiIdGraphqlPoliciesComplexityGetWithHttpInfo(String apiId)
Get the Complexity Related Details of an API
This operation can be used to retrieve complexity related details belonging to an API by providing the API id.
|
GraphQLSchemaTypeListDTO |
GraphQlPoliciesApi.apisApiIdGraphqlPoliciesComplexityTypesGet(String apiId)
Retrieve Types and Fields of a GraphQL Schema
This operation can be used to retrieve all types and fields of the GraphQL Schema by providing the API id.
|
okhttp3.Call |
GraphQlPoliciesApi.apisApiIdGraphqlPoliciesComplexityTypesGetAsync(String apiId,
ApiCallback<GraphQLSchemaTypeListDTO> _callback)
Retrieve Types and Fields of a GraphQL Schema (asynchronously)
This operation can be used to retrieve all types and fields of the GraphQL Schema by providing the API id.
|
okhttp3.Call |
GraphQlPoliciesApi.apisApiIdGraphqlPoliciesComplexityTypesGetCall(String apiId,
ApiCallback _callback)
Build call for apisApiIdGraphqlPoliciesComplexityTypesGet
|
ApiResponse<GraphQLSchemaTypeListDTO> |
GraphQlPoliciesApi.apisApiIdGraphqlPoliciesComplexityTypesGetWithHttpInfo(String apiId)
Retrieve Types and Fields of a GraphQL Schema
This operation can be used to retrieve all types and fields of the GraphQL Schema by providing the API id.
|
void |
ApIsApi.apisApiIdGraphqlSchemaGet(String apiId,
String ifNoneMatch,
String xWSO2Tenant)
Get GraphQL Definition
You can use this operation to retrieve the swagger definition of an API.
|
okhttp3.Call |
ApIsApi.apisApiIdGraphqlSchemaGetAsync(String apiId,
String ifNoneMatch,
String xWSO2Tenant,
ApiCallback<Void> _callback)
Get GraphQL Definition (asynchronously)
You can use this operation to retrieve the swagger definition of an API.
|
okhttp3.Call |
ApIsApi.apisApiIdGraphqlSchemaGetCall(String apiId,
String ifNoneMatch,
String xWSO2Tenant,
ApiCallback _callback)
Build call for apisApiIdGraphqlSchemaGet
|
ApiResponse<Void> |
ApIsApi.apisApiIdGraphqlSchemaGetWithHttpInfo(String apiId,
String ifNoneMatch,
String xWSO2Tenant)
Get GraphQL Definition
You can use this operation to retrieve the swagger definition of an API.
|
RatingListDTO |
RatingsApi.apisApiIdRatingsGet(String apiId,
Integer limit,
Integer offset,
String xWSO2Tenant)
Retrieve API Ratings
This operation can be used to retrieve the list of ratings of an API.
|
okhttp3.Call |
RatingsApi.apisApiIdRatingsGetAsync(String apiId,
Integer limit,
Integer offset,
String xWSO2Tenant,
ApiCallback<RatingListDTO> _callback)
Retrieve API Ratings (asynchronously)
This operation can be used to retrieve the list of ratings of an API.
|
okhttp3.Call |
RatingsApi.apisApiIdRatingsGetCall(String apiId,
Integer limit,
Integer offset,
String xWSO2Tenant,
ApiCallback _callback)
Build call for apisApiIdRatingsGet
|
ApiResponse<RatingListDTO> |
RatingsApi.apisApiIdRatingsGetWithHttpInfo(String apiId,
Integer limit,
Integer offset,
String xWSO2Tenant)
Retrieve API Ratings
This operation can be used to retrieve the list of ratings of an API.
|
byte[] |
SdKsApi.apisApiIdSdksLanguageGet(String apiId,
String language,
String xWSO2Tenant)
Generate a SDK for an API
This operation can be used to generate SDKs (System Development Kits), for the APIs available in the API Developer Portal, for a requested development language.
|
okhttp3.Call |
SdKsApi.apisApiIdSdksLanguageGetAsync(String apiId,
String language,
String xWSO2Tenant,
ApiCallback<byte[]> _callback)
Generate a SDK for an API (asynchronously)
This operation can be used to generate SDKs (System Development Kits), for the APIs available in the API Developer Portal, for a requested development language.
|
okhttp3.Call |
SdKsApi.apisApiIdSdksLanguageGetCall(String apiId,
String language,
String xWSO2Tenant,
ApiCallback _callback)
Build call for apisApiIdSdksLanguageGet
|
ApiResponse<byte[]> |
SdKsApi.apisApiIdSdksLanguageGetWithHttpInfo(String apiId,
String language,
String xWSO2Tenant)
Generate a SDK for an API
This operation can be used to generate SDKs (System Development Kits), for the APIs available in the API Developer Portal, for a requested development language.
|
ThrottlingPolicyDTO |
ApIsApi.apisApiIdSubscriptionPoliciesGet(String apiId,
String xWSO2Tenant,
String ifNoneMatch)
Get Details of the Subscription Throttling Policies of an API
This operation can be used to retrieve details of the subscription throttling policy of an API by specifying the API Id.
|
okhttp3.Call |
ApIsApi.apisApiIdSubscriptionPoliciesGetAsync(String apiId,
String xWSO2Tenant,
String ifNoneMatch,
ApiCallback<ThrottlingPolicyDTO> _callback)
Get Details of the Subscription Throttling Policies of an API (asynchronously)
This operation can be used to retrieve details of the subscription throttling policy of an API by specifying the API Id.
|
okhttp3.Call |
ApIsApi.apisApiIdSubscriptionPoliciesGetCall(String apiId,
String xWSO2Tenant,
String ifNoneMatch,
ApiCallback _callback)
Build call for apisApiIdSubscriptionPoliciesGet
|
ApiResponse<ThrottlingPolicyDTO> |
ApIsApi.apisApiIdSubscriptionPoliciesGetWithHttpInfo(String apiId,
String xWSO2Tenant,
String ifNoneMatch)
Get Details of the Subscription Throttling Policies of an API
This operation can be used to retrieve details of the subscription throttling policy of an API by specifying the API Id.
|
String |
ApIsApi.apisApiIdSwaggerGet(String apiId,
String labelName,
String environmentName,
String clusterName,
String ifNoneMatch,
String xWSO2Tenant)
Get Swagger Definition
You can use this operation to retrieve the swagger definition of an API.
|
okhttp3.Call |
ApIsApi.apisApiIdSwaggerGetAsync(String apiId,
String labelName,
String environmentName,
String clusterName,
String ifNoneMatch,
String xWSO2Tenant,
ApiCallback<String> _callback)
Get Swagger Definition (asynchronously)
You can use this operation to retrieve the swagger definition of an API.
|
okhttp3.Call |
ApIsApi.apisApiIdSwaggerGetCall(String apiId,
String labelName,
String environmentName,
String clusterName,
String ifNoneMatch,
String xWSO2Tenant,
ApiCallback _callback)
Build call for apisApiIdSwaggerGet
|
ApiResponse<String> |
ApIsApi.apisApiIdSwaggerGetWithHttpInfo(String apiId,
String labelName,
String environmentName,
String clusterName,
String ifNoneMatch,
String xWSO2Tenant)
Get Swagger Definition
You can use this operation to retrieve the swagger definition of an API.
|
void |
ApIsApi.apisApiIdThumbnailGet(String apiId,
String xWSO2Tenant,
String ifNoneMatch)
Get Thumbnail Image
This operation can be used to download a thumbnail image of an API.
|
okhttp3.Call |
ApIsApi.apisApiIdThumbnailGetAsync(String apiId,
String xWSO2Tenant,
String ifNoneMatch,
ApiCallback<Void> _callback)
Get Thumbnail Image (asynchronously)
This operation can be used to download a thumbnail image of an API.
|
okhttp3.Call |
ApIsApi.apisApiIdThumbnailGetCall(String apiId,
String xWSO2Tenant,
String ifNoneMatch,
ApiCallback _callback)
Build call for apisApiIdThumbnailGet
|
ApiResponse<Void> |
ApIsApi.apisApiIdThumbnailGetWithHttpInfo(String apiId,
String xWSO2Tenant,
String ifNoneMatch)
Get Thumbnail Image
This operation can be used to download a thumbnail image of an API.
|
void |
RatingsApi.apisApiIdUserRatingDelete(String apiId,
String xWSO2Tenant,
String ifMatch)
Delete User API Rating
This operation can be used to delete logged in user API rating.
|
okhttp3.Call |
RatingsApi.apisApiIdUserRatingDeleteAsync(String apiId,
String xWSO2Tenant,
String ifMatch,
ApiCallback<Void> _callback)
Delete User API Rating (asynchronously)
This operation can be used to delete logged in user API rating.
|
okhttp3.Call |
RatingsApi.apisApiIdUserRatingDeleteCall(String apiId,
String xWSO2Tenant,
String ifMatch,
ApiCallback _callback)
Build call for apisApiIdUserRatingDelete
|
ApiResponse<Void> |
RatingsApi.apisApiIdUserRatingDeleteWithHttpInfo(String apiId,
String xWSO2Tenant,
String ifMatch)
Delete User API Rating
This operation can be used to delete logged in user API rating.
|
RatingDTO |
RatingsApi.apisApiIdUserRatingGet(String apiId,
String xWSO2Tenant,
String ifNoneMatch)
Retrieve API Rating of User
This operation can be used to get the user rating of an API.
|
okhttp3.Call |
RatingsApi.apisApiIdUserRatingGetAsync(String apiId,
String xWSO2Tenant,
String ifNoneMatch,
ApiCallback<RatingDTO> _callback)
Retrieve API Rating of User (asynchronously)
This operation can be used to get the user rating of an API.
|
okhttp3.Call |
RatingsApi.apisApiIdUserRatingGetCall(String apiId,
String xWSO2Tenant,
String ifNoneMatch,
ApiCallback _callback)
Build call for apisApiIdUserRatingGet
|
ApiResponse<RatingDTO> |
RatingsApi.apisApiIdUserRatingGetWithHttpInfo(String apiId,
String xWSO2Tenant,
String ifNoneMatch)
Retrieve API Rating of User
This operation can be used to get the user rating of an API.
|
RatingDTO |
RatingsApi.apisApiIdUserRatingPut(String apiId,
RatingDTO ratingDTO,
String xWSO2Tenant)
Add or Update Logged in User's Rating for an API
This operation can be used to add or update an API rating.
|
okhttp3.Call |
RatingsApi.apisApiIdUserRatingPutAsync(String apiId,
RatingDTO ratingDTO,
String xWSO2Tenant,
ApiCallback<RatingDTO> _callback)
Add or Update Logged in User's Rating for an API (asynchronously)
This operation can be used to add or update an API rating.
|
okhttp3.Call |
RatingsApi.apisApiIdUserRatingPutCall(String apiId,
RatingDTO ratingDTO,
String xWSO2Tenant,
ApiCallback _callback)
Build call for apisApiIdUserRatingPut
|
ApiResponse<RatingDTO> |
RatingsApi.apisApiIdUserRatingPutWithHttpInfo(String apiId,
RatingDTO ratingDTO,
String xWSO2Tenant)
Add or Update Logged in User's Rating for an API
This operation can be used to add or update an API rating.
|
APIListDTO |
ApIsApi.apisGet(Integer limit,
Integer offset,
String xWSO2Tenant,
String query,
String ifNoneMatch)
Retrieve/Search APIs
This operation provides you a list of available APIs qualifying under a given search condition.
|
okhttp3.Call |
ApIsApi.apisGetAsync(Integer limit,
Integer offset,
String xWSO2Tenant,
String query,
String ifNoneMatch,
ApiCallback<APIListDTO> _callback)
Retrieve/Search APIs (asynchronously)
This operation provides you a list of available APIs qualifying under a given search condition.
|
okhttp3.Call |
ApIsApi.apisGetCall(Integer limit,
Integer offset,
String xWSO2Tenant,
String query,
String ifNoneMatch,
ApiCallback _callback)
Build call for apisGet
|
ApiResponse<APIListDTO> |
ApIsApi.apisGetWithHttpInfo(Integer limit,
Integer offset,
String xWSO2Tenant,
String query,
String ifNoneMatch)
Retrieve/Search APIs
This operation provides you a list of available APIs qualifying under a given search condition.
|
APIKeyDTO |
ApiKeysApi.applicationsApplicationIdApiKeysKeyTypeGeneratePost(String applicationId,
String keyType,
String ifMatch,
APIKeyGenerateRequestDTO apIKeyGenerateRequestDTO)
Generate API Key
Generate a self contained API Key for the application
|
okhttp3.Call |
ApiKeysApi.applicationsApplicationIdApiKeysKeyTypeGeneratePostAsync(String applicationId,
String keyType,
String ifMatch,
APIKeyGenerateRequestDTO apIKeyGenerateRequestDTO,
ApiCallback<APIKeyDTO> _callback)
Generate API Key (asynchronously)
Generate a self contained API Key for the application
|
okhttp3.Call |
ApiKeysApi.applicationsApplicationIdApiKeysKeyTypeGeneratePostCall(String applicationId,
String keyType,
String ifMatch,
APIKeyGenerateRequestDTO apIKeyGenerateRequestDTO,
ApiCallback _callback)
Build call for applicationsApplicationIdApiKeysKeyTypeGeneratePost
|
ApiResponse<APIKeyDTO> |
ApiKeysApi.applicationsApplicationIdApiKeysKeyTypeGeneratePostWithHttpInfo(String applicationId,
String keyType,
String ifMatch,
APIKeyGenerateRequestDTO apIKeyGenerateRequestDTO)
Generate API Key
Generate a self contained API Key for the application
|
void |
ApiKeysApi.applicationsApplicationIdApiKeysKeyTypeRevokePost(String applicationId,
String keyType,
String ifMatch,
APIKeyRevokeRequestDTO apIKeyRevokeRequestDTO)
Revoke API Key
Revoke a self contained API Key for the application
|
okhttp3.Call |
ApiKeysApi.applicationsApplicationIdApiKeysKeyTypeRevokePostAsync(String applicationId,
String keyType,
String ifMatch,
APIKeyRevokeRequestDTO apIKeyRevokeRequestDTO,
ApiCallback<Void> _callback)
Revoke API Key (asynchronously)
Revoke a self contained API Key for the application
|
okhttp3.Call |
ApiKeysApi.applicationsApplicationIdApiKeysKeyTypeRevokePostCall(String applicationId,
String keyType,
String ifMatch,
APIKeyRevokeRequestDTO apIKeyRevokeRequestDTO,
ApiCallback _callback)
Build call for applicationsApplicationIdApiKeysKeyTypeRevokePost
|
ApiResponse<Void> |
ApiKeysApi.applicationsApplicationIdApiKeysKeyTypeRevokePostWithHttpInfo(String applicationId,
String keyType,
String ifMatch,
APIKeyRevokeRequestDTO apIKeyRevokeRequestDTO)
Revoke API Key
Revoke a self contained API Key for the application
|
void |
ApplicationsApi.applicationsApplicationIdDelete(String applicationId,
String ifMatch)
Remove an Application
This operation can be used to remove an application specifying its id.
|
okhttp3.Call |
ApplicationsApi.applicationsApplicationIdDeleteAsync(String applicationId,
String ifMatch,
ApiCallback<Void> _callback)
Remove an Application (asynchronously)
This operation can be used to remove an application specifying its id.
|
okhttp3.Call |
ApplicationsApi.applicationsApplicationIdDeleteCall(String applicationId,
String ifMatch,
ApiCallback _callback)
Build call for applicationsApplicationIdDelete
|
ApiResponse<Void> |
ApplicationsApi.applicationsApplicationIdDeleteWithHttpInfo(String applicationId,
String ifMatch)
Remove an Application
This operation can be used to remove an application specifying its id.
|
ApplicationKeyDTO |
ApplicationKeysApi.applicationsApplicationIdGenerateKeysPost(String applicationId,
ApplicationKeyGenerateRequestDTO applicationKeyGenerateRequestDTO)
Generate Application Keys
Generate keys (Consumer key/secret) for application
|
okhttp3.Call |
ApplicationKeysApi.applicationsApplicationIdGenerateKeysPostAsync(String applicationId,
ApplicationKeyGenerateRequestDTO applicationKeyGenerateRequestDTO,
ApiCallback<ApplicationKeyDTO> _callback)
Generate Application Keys (asynchronously)
Generate keys (Consumer key/secret) for application
|
okhttp3.Call |
ApplicationKeysApi.applicationsApplicationIdGenerateKeysPostCall(String applicationId,
ApplicationKeyGenerateRequestDTO applicationKeyGenerateRequestDTO,
ApiCallback _callback)
Build call for applicationsApplicationIdGenerateKeysPost
|
ApiResponse<ApplicationKeyDTO> |
ApplicationKeysApi.applicationsApplicationIdGenerateKeysPostWithHttpInfo(String applicationId,
ApplicationKeyGenerateRequestDTO applicationKeyGenerateRequestDTO)
Generate Application Keys
Generate keys (Consumer key/secret) for application
|
ApplicationDTO |
ApplicationsApi.applicationsApplicationIdGet(String applicationId,
String ifNoneMatch)
Get Details of an Application
This operation can be used to retrieve details of an individual application specifying the application id in the URI.
|
okhttp3.Call |
ApplicationsApi.applicationsApplicationIdGetAsync(String applicationId,
String ifNoneMatch,
ApiCallback<ApplicationDTO> _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.
|
okhttp3.Call |
ApplicationsApi.applicationsApplicationIdGetCall(String applicationId,
String ifNoneMatch,
ApiCallback _callback)
Build call for applicationsApplicationIdGet
|
ApiResponse<ApplicationDTO> |
ApplicationsApi.applicationsApplicationIdGetWithHttpInfo(String applicationId,
String ifNoneMatch)
Get Details of an Application
This operation can be used to retrieve details of an individual application specifying the application id in the URI.
|
ApplicationKeyListDTO |
ApplicationKeysApi.applicationsApplicationIdKeysGet(String applicationId)
Deprecated.
|
okhttp3.Call |
ApplicationKeysApi.applicationsApplicationIdKeysGetAsync(String applicationId,
ApiCallback<ApplicationKeyListDTO> _callback)
Deprecated.
|
okhttp3.Call |
ApplicationKeysApi.applicationsApplicationIdKeysGetCall(String applicationId,
ApiCallback _callback)
Deprecated.
|
ApiResponse<ApplicationKeyListDTO> |
ApplicationKeysApi.applicationsApplicationIdKeysGetWithHttpInfo(String applicationId)
Deprecated.
|
void |
ApplicationKeysApi.applicationsApplicationIdKeysKeyTypeCleanUpPost(String applicationId,
String keyType,
String ifMatch)
Deprecated.
|
okhttp3.Call |
ApplicationKeysApi.applicationsApplicationIdKeysKeyTypeCleanUpPostAsync(String applicationId,
String keyType,
String ifMatch,
ApiCallback<Void> _callback)
Deprecated.
|
okhttp3.Call |
ApplicationKeysApi.applicationsApplicationIdKeysKeyTypeCleanUpPostCall(String applicationId,
String keyType,
String ifMatch,
ApiCallback _callback)
Deprecated.
|
ApiResponse<Void> |
ApplicationKeysApi.applicationsApplicationIdKeysKeyTypeCleanUpPostWithHttpInfo(String applicationId,
String keyType,
String ifMatch)
Deprecated.
|
ApplicationTokenDTO |
ApplicationTokensApi.applicationsApplicationIdKeysKeyTypeGenerateTokenPost(String applicationId,
String keyType,
ApplicationTokenGenerateRequestDTO applicationTokenGenerateRequestDTO,
String ifMatch)
Deprecated.
|
okhttp3.Call |
ApplicationTokensApi.applicationsApplicationIdKeysKeyTypeGenerateTokenPostAsync(String applicationId,
String keyType,
ApplicationTokenGenerateRequestDTO applicationTokenGenerateRequestDTO,
String ifMatch,
ApiCallback<ApplicationTokenDTO> _callback)
Deprecated.
|
okhttp3.Call |
ApplicationTokensApi.applicationsApplicationIdKeysKeyTypeGenerateTokenPostCall(String applicationId,
String keyType,
ApplicationTokenGenerateRequestDTO applicationTokenGenerateRequestDTO,
String ifMatch,
ApiCallback _callback)
Deprecated.
|
ApiResponse<ApplicationTokenDTO> |
ApplicationTokensApi.applicationsApplicationIdKeysKeyTypeGenerateTokenPostWithHttpInfo(String applicationId,
String keyType,
ApplicationTokenGenerateRequestDTO applicationTokenGenerateRequestDTO,
String ifMatch)
Deprecated.
|
ApplicationKeyDTO |
ApplicationKeysApi.applicationsApplicationIdKeysKeyTypeGet(String applicationId,
String keyType,
String groupId)
Deprecated.
|
okhttp3.Call |
ApplicationKeysApi.applicationsApplicationIdKeysKeyTypeGetAsync(String applicationId,
String keyType,
String groupId,
ApiCallback<ApplicationKeyDTO> _callback)
Deprecated.
|
okhttp3.Call |
ApplicationKeysApi.applicationsApplicationIdKeysKeyTypeGetCall(String applicationId,
String keyType,
String groupId,
ApiCallback _callback)
Deprecated.
|
ApiResponse<ApplicationKeyDTO> |
ApplicationKeysApi.applicationsApplicationIdKeysKeyTypeGetWithHttpInfo(String applicationId,
String keyType,
String groupId)
Deprecated.
|
ApplicationKeyDTO |
ApplicationKeysApi.applicationsApplicationIdKeysKeyTypePut(String applicationId,
String keyType,
ApplicationKeyDTO applicationKeyDTO)
Deprecated.
|
okhttp3.Call |
ApplicationKeysApi.applicationsApplicationIdKeysKeyTypePutAsync(String applicationId,
String keyType,
ApplicationKeyDTO applicationKeyDTO,
ApiCallback<ApplicationKeyDTO> _callback)
Deprecated.
|
okhttp3.Call |
ApplicationKeysApi.applicationsApplicationIdKeysKeyTypePutCall(String applicationId,
String keyType,
ApplicationKeyDTO applicationKeyDTO,
ApiCallback _callback)
Deprecated.
|
ApiResponse<ApplicationKeyDTO> |
ApplicationKeysApi.applicationsApplicationIdKeysKeyTypePutWithHttpInfo(String applicationId,
String keyType,
ApplicationKeyDTO applicationKeyDTO)
Deprecated.
|
ApplicationKeyReGenerateResponseDTO |
ApplicationKeysApi.applicationsApplicationIdKeysKeyTypeRegenerateSecretPost(String applicationId,
String keyType)
Deprecated.
|
okhttp3.Call |
ApplicationKeysApi.applicationsApplicationIdKeysKeyTypeRegenerateSecretPostAsync(String applicationId,
String keyType,
ApiCallback<ApplicationKeyReGenerateResponseDTO> _callback)
Deprecated.
|
okhttp3.Call |
ApplicationKeysApi.applicationsApplicationIdKeysKeyTypeRegenerateSecretPostCall(String applicationId,
String keyType,
ApiCallback _callback)
Deprecated.
|
ApiResponse<ApplicationKeyReGenerateResponseDTO> |
ApplicationKeysApi.applicationsApplicationIdKeysKeyTypeRegenerateSecretPostWithHttpInfo(String applicationId,
String keyType)
Deprecated.
|
ApplicationKeyDTO |
ApplicationKeysApi.applicationsApplicationIdMapKeysPost(String applicationId,
ApplicationKeyMappingRequestDTO applicationKeyMappingRequestDTO)
Map Application Keys
Map keys (Consumer key/secret) to an application
|
okhttp3.Call |
ApplicationKeysApi.applicationsApplicationIdMapKeysPostAsync(String applicationId,
ApplicationKeyMappingRequestDTO applicationKeyMappingRequestDTO,
ApiCallback<ApplicationKeyDTO> _callback)
Map Application Keys (asynchronously)
Map keys (Consumer key/secret) to an application
|
okhttp3.Call |
ApplicationKeysApi.applicationsApplicationIdMapKeysPostCall(String applicationId,
ApplicationKeyMappingRequestDTO applicationKeyMappingRequestDTO,
ApiCallback _callback)
Build call for applicationsApplicationIdMapKeysPost
|
ApiResponse<ApplicationKeyDTO> |
ApplicationKeysApi.applicationsApplicationIdMapKeysPostWithHttpInfo(String applicationId,
ApplicationKeyMappingRequestDTO applicationKeyMappingRequestDTO)
Map Application Keys
Map keys (Consumer key/secret) to an application
|
ApplicationKeyListDTO |
ApplicationKeysApi.applicationsApplicationIdOauthKeysGet(String applicationId)
Retrieve All Application Keys
Retrieve keys (Consumer key/secret) of application
|
okhttp3.Call |
ApplicationKeysApi.applicationsApplicationIdOauthKeysGetAsync(String applicationId,
ApiCallback<ApplicationKeyListDTO> _callback)
Retrieve All Application Keys (asynchronously)
Retrieve keys (Consumer key/secret) of application
|
okhttp3.Call |
ApplicationKeysApi.applicationsApplicationIdOauthKeysGetCall(String applicationId,
ApiCallback _callback)
Build call for applicationsApplicationIdOauthKeysGet
|
ApiResponse<ApplicationKeyListDTO> |
ApplicationKeysApi.applicationsApplicationIdOauthKeysGetWithHttpInfo(String applicationId)
Retrieve All Application Keys
Retrieve keys (Consumer key/secret) of application
|
void |
ApplicationKeysApi.applicationsApplicationIdOauthKeysKeyMappingIdCleanUpPost(String applicationId,
String keyMappingId,
String ifMatch)
Clean-Up Application Keys
Clean up keys after failed key generation of an application
|
okhttp3.Call |
ApplicationKeysApi.applicationsApplicationIdOauthKeysKeyMappingIdCleanUpPostAsync(String applicationId,
String keyMappingId,
String ifMatch,
ApiCallback<Void> _callback)
Clean-Up Application Keys (asynchronously)
Clean up keys after failed key generation of an application
|
okhttp3.Call |
ApplicationKeysApi.applicationsApplicationIdOauthKeysKeyMappingIdCleanUpPostCall(String applicationId,
String keyMappingId,
String ifMatch,
ApiCallback _callback)
Build call for applicationsApplicationIdOauthKeysKeyMappingIdCleanUpPost
|
ApiResponse<Void> |
ApplicationKeysApi.applicationsApplicationIdOauthKeysKeyMappingIdCleanUpPostWithHttpInfo(String applicationId,
String keyMappingId,
String ifMatch)
Clean-Up Application Keys
Clean up keys after failed key generation of an application
|
ApplicationTokenDTO |
ApplicationTokensApi.applicationsApplicationIdOauthKeysKeyMappingIdGenerateTokenPost(String applicationId,
String keyMappingId,
ApplicationTokenGenerateRequestDTO applicationTokenGenerateRequestDTO,
String ifMatch)
Generate Application Token
Generate an access token for application by client_credentials grant type
|
okhttp3.Call |
ApplicationTokensApi.applicationsApplicationIdOauthKeysKeyMappingIdGenerateTokenPostAsync(String applicationId,
String keyMappingId,
ApplicationTokenGenerateRequestDTO applicationTokenGenerateRequestDTO,
String ifMatch,
ApiCallback<ApplicationTokenDTO> _callback)
Generate Application Token (asynchronously)
Generate an access token for application by client_credentials grant type
|
okhttp3.Call |
ApplicationTokensApi.applicationsApplicationIdOauthKeysKeyMappingIdGenerateTokenPostCall(String applicationId,
String keyMappingId,
ApplicationTokenGenerateRequestDTO applicationTokenGenerateRequestDTO,
String ifMatch,
ApiCallback _callback)
Build call for applicationsApplicationIdOauthKeysKeyMappingIdGenerateTokenPost
|
ApiResponse<ApplicationTokenDTO> |
ApplicationTokensApi.applicationsApplicationIdOauthKeysKeyMappingIdGenerateTokenPostWithHttpInfo(String applicationId,
String keyMappingId,
ApplicationTokenGenerateRequestDTO applicationTokenGenerateRequestDTO,
String ifMatch)
Generate Application Token
Generate an access token for application by client_credentials grant type
|
ApplicationKeyDTO |
ApplicationKeysApi.applicationsApplicationIdOauthKeysKeyMappingIdGet(String applicationId,
String keyMappingId,
String groupId)
Get Key Details of a Given Type
This operation can be used to retrieve key details of an individual application specifying the key type in the URI.
|
okhttp3.Call |
ApplicationKeysApi.applicationsApplicationIdOauthKeysKeyMappingIdGetAsync(String applicationId,
String keyMappingId,
String groupId,
ApiCallback<ApplicationKeyDTO> _callback)
Get Key Details of a Given Type (asynchronously)
This operation can be used to retrieve key details of an individual application specifying the key type in the URI.
|
okhttp3.Call |
ApplicationKeysApi.applicationsApplicationIdOauthKeysKeyMappingIdGetCall(String applicationId,
String keyMappingId,
String groupId,
ApiCallback _callback)
Build call for applicationsApplicationIdOauthKeysKeyMappingIdGet
|
ApiResponse<ApplicationKeyDTO> |
ApplicationKeysApi.applicationsApplicationIdOauthKeysKeyMappingIdGetWithHttpInfo(String applicationId,
String keyMappingId,
String groupId)
Get Key Details of a Given Type
This operation can be used to retrieve key details of an individual application specifying the key type in the URI.
|
ApplicationKeyDTO |
ApplicationKeysApi.applicationsApplicationIdOauthKeysKeyMappingIdPut(String applicationId,
String keyMappingId,
ApplicationKeyDTO applicationKeyDTO)
Update Grant Types and Callback URL of an Application
This operation can be used to update grant types and callback url of an application.
|
okhttp3.Call |
ApplicationKeysApi.applicationsApplicationIdOauthKeysKeyMappingIdPutAsync(String applicationId,
String keyMappingId,
ApplicationKeyDTO applicationKeyDTO,
ApiCallback<ApplicationKeyDTO> _callback)
Update Grant Types and Callback URL of an Application (asynchronously)
This operation can be used to update grant types and callback url of an application.
|
okhttp3.Call |
ApplicationKeysApi.applicationsApplicationIdOauthKeysKeyMappingIdPutCall(String applicationId,
String keyMappingId,
ApplicationKeyDTO applicationKeyDTO,
ApiCallback _callback)
Build call for applicationsApplicationIdOauthKeysKeyMappingIdPut
|
ApiResponse<ApplicationKeyDTO> |
ApplicationKeysApi.applicationsApplicationIdOauthKeysKeyMappingIdPutWithHttpInfo(String applicationId,
String keyMappingId,
ApplicationKeyDTO applicationKeyDTO)
Update Grant Types and Callback URL of an Application
This operation can be used to update grant types and callback url of an application.
|
ApplicationKeyReGenerateResponseDTO |
ApplicationKeysApi.applicationsApplicationIdOauthKeysKeyMappingIdRegenerateSecretPost(String applicationId,
String keyMappingId)
Re-Generate Consumer Secret
This operation can be used to re generate consumer secret for an application for the give key type
|
okhttp3.Call |
ApplicationKeysApi.applicationsApplicationIdOauthKeysKeyMappingIdRegenerateSecretPostAsync(String applicationId,
String keyMappingId,
ApiCallback<ApplicationKeyReGenerateResponseDTO> _callback)
Re-Generate Consumer Secret (asynchronously)
This operation can be used to re generate consumer secret for an application for the give key type
|
okhttp3.Call |
ApplicationKeysApi.applicationsApplicationIdOauthKeysKeyMappingIdRegenerateSecretPostCall(String applicationId,
String keyMappingId,
ApiCallback _callback)
Build call for applicationsApplicationIdOauthKeysKeyMappingIdRegenerateSecretPost
|
ApiResponse<ApplicationKeyReGenerateResponseDTO> |
ApplicationKeysApi.applicationsApplicationIdOauthKeysKeyMappingIdRegenerateSecretPostWithHttpInfo(String applicationId,
String keyMappingId)
Re-Generate Consumer Secret
This operation can be used to re generate consumer secret for an application for the give key type
|
ApplicationDTO |
ApplicationsApi.applicationsApplicationIdPut(String applicationId,
ApplicationDTO applicationDTO,
String ifMatch)
Update an Application
This operation can be used to update an application.
|
okhttp3.Call |
ApplicationsApi.applicationsApplicationIdPutAsync(String applicationId,
ApplicationDTO applicationDTO,
String ifMatch,
ApiCallback<ApplicationDTO> _callback)
Update an Application (asynchronously)
This operation can be used to update an application.
|
okhttp3.Call |
ApplicationsApi.applicationsApplicationIdPutCall(String applicationId,
ApplicationDTO applicationDTO,
String ifMatch,
ApiCallback _callback)
Build call for applicationsApplicationIdPut
|
ApiResponse<ApplicationDTO> |
ApplicationsApi.applicationsApplicationIdPutWithHttpInfo(String applicationId,
ApplicationDTO applicationDTO,
String ifMatch)
Update an Application
This operation can be used to update an application.
|
File |
ImportExportApi.applicationsExportGet(String appName,
String appOwner,
Boolean withKeys,
String format)
Export an Application
This operation can be used to export the details of a particular application as a zip file.
|
okhttp3.Call |
ImportExportApi.applicationsExportGetAsync(String appName,
String appOwner,
Boolean withKeys,
String format,
ApiCallback<File> _callback)
Export an Application (asynchronously)
This operation can be used to export the details of a particular application as a zip file.
|
okhttp3.Call |
ImportExportApi.applicationsExportGetCall(String appName,
String appOwner,
Boolean withKeys,
String format,
ApiCallback _callback)
Build call for applicationsExportGet
|
ApiResponse<File> |
ImportExportApi.applicationsExportGetWithHttpInfo(String appName,
String appOwner,
Boolean withKeys,
String format)
Export an Application
This operation can be used to export the details of a particular application as a zip file.
|
ApplicationListDTO |
ApplicationsApi.applicationsGet(String groupId,
String query,
String sortBy,
String sortOrder,
Integer limit,
Integer offset,
String ifNoneMatch)
Retrieve/Search Applications
This operation can be used to retrieve list of applications that is belonged to the user associated with the provided access token.
|
okhttp3.Call |
ApplicationsApi.applicationsGetAsync(String groupId,
String query,
String sortBy,
String sortOrder,
Integer limit,
Integer offset,
String ifNoneMatch,
ApiCallback<ApplicationListDTO> _callback)
Retrieve/Search Applications (asynchronously)
This operation can be used to retrieve list of applications that is belonged to the user associated with the provided access token.
|
okhttp3.Call |
ApplicationsApi.applicationsGetCall(String groupId,
String query,
String sortBy,
String sortOrder,
Integer limit,
Integer offset,
String ifNoneMatch,
ApiCallback _callback)
Build call for applicationsGet
|
ApiResponse<ApplicationListDTO> |
ApplicationsApi.applicationsGetWithHttpInfo(String groupId,
String query,
String sortBy,
String sortOrder,
Integer limit,
Integer offset,
String ifNoneMatch)
Retrieve/Search Applications
This operation can be used to retrieve list of applications that is belonged to the user associated with the provided access token.
|
ApplicationInfoDTO |
ApplicationIndividualApi.applicationsImportPost(File file,
Boolean preserveOwner,
Boolean skipSubscriptions,
String appOwner,
Boolean skipApplicationKeys,
Boolean update)
Import an Application
This operation can be used to import an application.
|
okhttp3.Call |
ApplicationIndividualApi.applicationsImportPostAsync(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.
|
okhttp3.Call |
ApplicationIndividualApi.applicationsImportPostCall(File file,
Boolean preserveOwner,
Boolean skipSubscriptions,
String appOwner,
Boolean skipApplicationKeys,
Boolean update,
ApiCallback _callback)
Build call for applicationsImportPost
|
ApiResponse<ApplicationInfoDTO> |
ApplicationIndividualApi.applicationsImportPostWithHttpInfo(File file,
Boolean preserveOwner,
Boolean skipSubscriptions,
String appOwner,
Boolean skipApplicationKeys,
Boolean update)
Import an Application
This operation can be used to import an application.
|
ApplicationDTO |
ApplicationsApi.applicationsPost(ApplicationDTO applicationDTO)
Create a New Application
This operation can be used to create a new application specifying the details of the application in the payload.
|
okhttp3.Call |
ApplicationsApi.applicationsPostAsync(ApplicationDTO applicationDTO,
ApiCallback<ApplicationDTO> _callback)
Create a New Application (asynchronously)
This operation can be used to create a new application specifying the details of the application in the payload.
|
okhttp3.Call |
ApplicationsApi.applicationsPostCall(ApplicationDTO applicationDTO,
ApiCallback _callback)
Build call for applicationsPost
|
ApiResponse<ApplicationDTO> |
ApplicationsApi.applicationsPostWithHttpInfo(ApplicationDTO applicationDTO)
Create a New Application
This operation can be used to create a new application specifying the details of the application in the payload.
|
void |
UsersApi.changeUserPassword(CurrentAndNewPasswordsDTO currentAndNewPasswordsDTO)
Change the Password of the user
Using this operation, logged-in user can change their password.
|
okhttp3.Call |
UsersApi.changeUserPasswordAsync(CurrentAndNewPasswordsDTO currentAndNewPasswordsDTO,
ApiCallback<Void> _callback)
Change the Password of the user (asynchronously)
Using this operation, logged-in user can change their password.
|
okhttp3.Call |
UsersApi.changeUserPasswordCall(CurrentAndNewPasswordsDTO currentAndNewPasswordsDTO,
ApiCallback _callback)
Build call for changeUserPassword
|
ApiResponse<Void> |
UsersApi.changeUserPasswordWithHttpInfo(CurrentAndNewPasswordsDTO currentAndNewPasswordsDTO)
Change the Password of the user
Using this operation, logged-in user can change their password.
|
void |
AlertConfigurationApi.deleteAlertConfig(String alertType,
String configurationId)
Delete the Selected Configuration from AbnormalRequestsPerMin Alert Type.
|
okhttp3.Call |
AlertConfigurationApi.deleteAlertConfigAsync(String alertType,
String configurationId,
ApiCallback<Void> _callback)
Delete the Selected Configuration from AbnormalRequestsPerMin Alert Type.
|
okhttp3.Call |
AlertConfigurationApi.deleteAlertConfigCall(String alertType,
String configurationId,
ApiCallback _callback)
Build call for deleteAlertConfig
|
ApiResponse<Void> |
AlertConfigurationApi.deleteAlertConfigWithHttpInfo(String alertType,
String configurationId)
Delete the Selected Configuration from AbnormalRequestsPerMin Alert Type.
|
void |
CommentsApi.deleteComment(String commentId,
String apiId,
String ifMatch)
Delete an API Comment
Remove a Comment
|
okhttp3.Call |
CommentsApi.deleteCommentAsync(String commentId,
String apiId,
String ifMatch,
ApiCallback<Void> _callback)
Delete an API Comment (asynchronously)
Remove a Comment
|
okhttp3.Call |
CommentsApi.deleteCommentCall(String commentId,
String apiId,
String ifMatch,
ApiCallback _callback)
Build call for deleteComment
|
ApiResponse<Void> |
CommentsApi.deleteCommentWithHttpInfo(String commentId,
String apiId,
String ifMatch)
Delete an API Comment
Remove a Comment
|
CommentDTO |
CommentsApi.editCommentOfAPI(String commentId,
String apiId,
PatchRequestBodyDTO patchRequestBodyDTO)
Edit a comment
Edit the individual comment
|
okhttp3.Call |
CommentsApi.editCommentOfAPIAsync(String commentId,
String apiId,
PatchRequestBodyDTO patchRequestBodyDTO,
ApiCallback<CommentDTO> _callback)
Edit a comment (asynchronously)
Edit the individual comment
|
okhttp3.Call |
CommentsApi.editCommentOfAPICall(String commentId,
String apiId,
PatchRequestBodyDTO patchRequestBodyDTO,
ApiCallback _callback)
Build call for editCommentOfAPI
|
ApiResponse<CommentDTO> |
CommentsApi.editCommentOfAPIWithHttpInfo(String commentId,
String apiId,
PatchRequestBodyDTO patchRequestBodyDTO)
Edit a comment
Edit the individual comment
|
AlertConfigListDTO |
AlertConfigurationApi.getAllAlertConfigs(String alertType)
Get All AbnormalRequestsPerMin Alert Configurations
This operation is used to get all configurations of the AbnormalRequestsPerMin alert type.
|
okhttp3.Call |
AlertConfigurationApi.getAllAlertConfigsAsync(String alertType,
ApiCallback<AlertConfigListDTO> _callback)
Get All AbnormalRequestsPerMin Alert Configurations (asynchronously)
This operation is used to get all configurations of the AbnormalRequestsPerMin alert type.
|
okhttp3.Call |
AlertConfigurationApi.getAllAlertConfigsCall(String alertType,
ApiCallback _callback)
Build call for getAllAlertConfigs
|
ApiResponse<AlertConfigListDTO> |
AlertConfigurationApi.getAllAlertConfigsWithHttpInfo(String alertType)
Get All AbnormalRequestsPerMin Alert Configurations
This operation is used to get all configurations of the AbnormalRequestsPerMin alert type.
|
CommentListDTO |
CommentsApi.getAllCommentsOfAPI(String apiId,
String xWSO2Tenant,
Integer limit,
Integer offset,
Boolean includeCommenterInfo)
Retrieve API Comments
Get a list of Comments that are already added to APIs
|
okhttp3.Call |
CommentsApi.getAllCommentsOfAPIAsync(String apiId,
String xWSO2Tenant,
Integer limit,
Integer offset,
Boolean includeCommenterInfo,
ApiCallback<CommentListDTO> _callback)
Retrieve API Comments (asynchronously)
Get a list of Comments that are already added to APIs
|
okhttp3.Call |
CommentsApi.getAllCommentsOfAPICall(String apiId,
String xWSO2Tenant,
Integer limit,
Integer offset,
Boolean includeCommenterInfo,
ApiCallback _callback)
Build call for getAllCommentsOfAPI
|
ApiResponse<CommentListDTO> |
CommentsApi.getAllCommentsOfAPIWithHttpInfo(String apiId,
String xWSO2Tenant,
Integer limit,
Integer offset,
Boolean includeCommenterInfo)
Retrieve API Comments
Get a list of Comments that are already added to APIs
|
TopicListDTO |
TopicsApi.getAllTopicsOfAPI(String apiId,
String xWSO2Tenant)
Get a list of available topics for a given async API
This operation will provide a list of topics available for a given Async API, based on the provided API ID.
|
okhttp3.Call |
TopicsApi.getAllTopicsOfAPIAsync(String apiId,
String xWSO2Tenant,
ApiCallback<TopicListDTO> _callback)
Get a list of available topics for a given async API (asynchronously)
This operation will provide a list of topics available for a given Async API, based on the provided API ID.
|
okhttp3.Call |
TopicsApi.getAllTopicsOfAPICall(String apiId,
String xWSO2Tenant,
ApiCallback _callback)
Build call for getAllTopicsOfAPI
|
ApiResponse<TopicListDTO> |
TopicsApi.getAllTopicsOfAPIWithHttpInfo(String apiId,
String xWSO2Tenant)
Get a list of available topics for a given async API
This operation will provide a list of topics available for a given Async API, based on the provided API ID.
|
WebhookSubscriptionListDTO |
WebhooksApi.getAllWebhooksOfAPI(String applicationId,
String apiId,
String xWSO2Tenant)
Get available web hook subscriptions for a given application.
|
okhttp3.Call |
WebhooksApi.getAllWebhooksOfAPIAsync(String applicationId,
String apiId,
String xWSO2Tenant,
ApiCallback<WebhookSubscriptionListDTO> _callback)
Get available web hook subscriptions for a given application.
|
okhttp3.Call |
WebhooksApi.getAllWebhooksOfAPICall(String applicationId,
String apiId,
String xWSO2Tenant,
ApiCallback _callback)
Build call for getAllWebhooksOfAPI
|
ApiResponse<WebhookSubscriptionListDTO> |
WebhooksApi.getAllWebhooksOfAPIWithHttpInfo(String applicationId,
String apiId,
String xWSO2Tenant)
Get available web hook subscriptions for a given application.
|
CommentDTO |
CommentsApi.getCommentOfAPI(String commentId,
String apiId,
String xWSO2Tenant,
String ifNoneMatch,
Boolean includeCommenterInfo,
Integer replyLimit,
Integer replyOffset)
Get Details of an API Comment
Get the individual comment given by a username for a certain API.
|
okhttp3.Call |
CommentsApi.getCommentOfAPIAsync(String commentId,
String apiId,
String xWSO2Tenant,
String ifNoneMatch,
Boolean includeCommenterInfo,
Integer replyLimit,
Integer replyOffset,
ApiCallback<CommentDTO> _callback)
Get Details of an API Comment (asynchronously)
Get the individual comment given by a username for a certain API.
|
okhttp3.Call |
CommentsApi.getCommentOfAPICall(String commentId,
String apiId,
String xWSO2Tenant,
String ifNoneMatch,
Boolean includeCommenterInfo,
Integer replyLimit,
Integer replyOffset,
ApiCallback _callback)
Build call for getCommentOfAPI
|
ApiResponse<CommentDTO> |
CommentsApi.getCommentOfAPIWithHttpInfo(String commentId,
String apiId,
String xWSO2Tenant,
String ifNoneMatch,
Boolean includeCommenterInfo,
Integer replyLimit,
Integer replyOffset)
Get Details of an API Comment
Get the individual comment given by a username for a certain API.
|
AlertTypesListDTO |
AlertsApi.getDevportalAlertTypes()
Get the List of API Developer Portal Alert Types.
|
okhttp3.Call |
AlertsApi.getDevportalAlertTypesAsync(ApiCallback<AlertTypesListDTO> _callback)
Get the List of API Developer Portal Alert Types.
|
okhttp3.Call |
AlertsApi.getDevportalAlertTypesCall(ApiCallback _callback)
Build call for getDevportalAlertTypes
|
ApiResponse<AlertTypesListDTO> |
AlertsApi.getDevportalAlertTypesWithHttpInfo()
Get the List of API Developer Portal Alert Types.
|
CommentListDTO |
CommentsApi.getRepliesOfComment(String commentId,
String apiId,
String xWSO2Tenant,
Integer limit,
Integer offset,
String ifNoneMatch,
Boolean includeCommenterInfo)
Get replies of a comment
Get replies of a comment
|
okhttp3.Call |
CommentsApi.getRepliesOfCommentAsync(String commentId,
String apiId,
String xWSO2Tenant,
Integer limit,
Integer offset,
String ifNoneMatch,
Boolean includeCommenterInfo,
ApiCallback<CommentListDTO> _callback)
Get replies of a comment (asynchronously)
Get replies of a comment
|
okhttp3.Call |
CommentsApi.getRepliesOfCommentCall(String commentId,
String apiId,
String xWSO2Tenant,
Integer limit,
Integer offset,
String ifNoneMatch,
Boolean includeCommenterInfo,
ApiCallback _callback)
Build call for getRepliesOfComment
|
ApiResponse<CommentListDTO> |
CommentsApi.getRepliesOfCommentWithHttpInfo(String commentId,
String apiId,
String xWSO2Tenant,
Integer limit,
Integer offset,
String ifNoneMatch,
Boolean includeCommenterInfo)
Get replies of a comment
Get replies of a comment
|
AlertsInfoDTO |
AlertSubscriptionsApi.getSubscribedAlertTypes()
Get the List of API Developer Portal Alert Types Subscribed by the User.
|
okhttp3.Call |
AlertSubscriptionsApi.getSubscribedAlertTypesAsync(ApiCallback<AlertsInfoDTO> _callback)
Get the List of API Developer Portal Alert Types Subscribed by the User.
|
okhttp3.Call |
AlertSubscriptionsApi.getSubscribedAlertTypesCall(ApiCallback _callback)
Build call for getSubscribedAlertTypes
|
ApiResponse<AlertsInfoDTO> |
AlertSubscriptionsApi.getSubscribedAlertTypesWithHttpInfo()
Get the List of API Developer Portal Alert Types Subscribed by the User.
|
void |
ApIsApi.getWSDLOfAPI(String apiId,
String labelName,
String environmentName,
String ifNoneMatch,
String xWSO2Tenant)
Get API WSDL definition
This operation can be used to retrieve the swagger definition of an API.
|
okhttp3.Call |
ApIsApi.getWSDLOfAPIAsync(String apiId,
String labelName,
String environmentName,
String ifNoneMatch,
String xWSO2Tenant,
ApiCallback<Void> _callback)
Get API WSDL definition (asynchronously)
This operation can be used to retrieve the swagger definition of an API.
|
okhttp3.Call |
ApIsApi.getWSDLOfAPICall(String apiId,
String labelName,
String environmentName,
String ifNoneMatch,
String xWSO2Tenant,
ApiCallback _callback)
Build call for getWSDLOfAPI
|
ApiResponse<Void> |
ApIsApi.getWSDLOfAPIWithHttpInfo(String apiId,
String labelName,
String environmentName,
String ifNoneMatch,
String xWSO2Tenant)
Get API WSDL definition
This operation can be used to retrieve the swagger definition of an API.
|
KeyManagerListDTO |
KeyManagersCollectionApi.keyManagersGet(String xWSO2Tenant)
Get All Key Managers
Get all Key managers
|
okhttp3.Call |
KeyManagersCollectionApi.keyManagersGetAsync(String xWSO2Tenant,
ApiCallback<KeyManagerListDTO> _callback)
Get All Key Managers (asynchronously)
Get all Key managers
|
okhttp3.Call |
KeyManagersCollectionApi.keyManagersGetCall(String xWSO2Tenant,
ApiCallback _callback)
Build call for keyManagersGet
|
ApiResponse<KeyManagerListDTO> |
KeyManagersCollectionApi.keyManagersGetWithHttpInfo(String xWSO2Tenant)
Get All Key Managers
Get all Key managers
|
RecommendationsDTO |
RecommendationsApi.recommendationsGet()
Give API Recommendations for a User
This API can be used to get recommended APIs for a user who logs into the API Developer Portal
|
okhttp3.Call |
RecommendationsApi.recommendationsGetAsync(ApiCallback<RecommendationsDTO> _callback)
Give API Recommendations for a User (asynchronously)
This API can be used to get recommended APIs for a user who logs into the API Developer Portal
|
okhttp3.Call |
RecommendationsApi.recommendationsGetCall(ApiCallback _callback)
Build call for recommendationsGet
|
ApiResponse<RecommendationsDTO> |
RecommendationsApi.recommendationsGetWithHttpInfo()
Give API Recommendations for a User
This API can be used to get recommended APIs for a user who logs into the API Developer Portal
|
void |
SdKsApi.sdkGenLanguagesGet()
Get a List of Supported SDK Languages
This operation will provide a list of programming languages that are supported by the swagger codegen library for generating System Development Kits (SDKs) for APIs available in the API Manager Developer Portal
|
okhttp3.Call |
SdKsApi.sdkGenLanguagesGetAsync(ApiCallback<Void> _callback)
Get a List of Supported SDK Languages (asynchronously)
This operation will provide a list of programming languages that are supported by the swagger codegen library for generating System Development Kits (SDKs) for APIs available in the API Manager Developer Portal
|
okhttp3.Call |
SdKsApi.sdkGenLanguagesGetCall(ApiCallback _callback)
Build call for sdkGenLanguagesGet
|
ApiResponse<Void> |
SdKsApi.sdkGenLanguagesGetWithHttpInfo()
Get a List of Supported SDK Languages
This operation will provide a list of programming languages that are supported by the swagger codegen library for generating System Development Kits (SDKs) for APIs available in the API Manager Developer Portal
|
SearchResultListDTO |
UnifiedSearchApi.searchGet(Integer limit,
Integer offset,
String xWSO2Tenant,
String query,
String ifNoneMatch)
Retrieve/Search APIs and API Documents by Content
This operation provides you a list of available APIs and API Documents qualifying the given keyword match.
|
okhttp3.Call |
UnifiedSearchApi.searchGetAsync(Integer limit,
Integer offset,
String xWSO2Tenant,
String query,
String ifNoneMatch,
ApiCallback<SearchResultListDTO> _callback)
Retrieve/Search APIs and API Documents by Content (asynchronously)
This operation provides you a list of available APIs and API Documents qualifying the given keyword match.
|
okhttp3.Call |
UnifiedSearchApi.searchGetCall(Integer limit,
Integer offset,
String xWSO2Tenant,
String query,
String ifNoneMatch,
ApiCallback _callback)
Build call for searchGet
|
ApiResponse<SearchResultListDTO> |
UnifiedSearchApi.searchGetWithHttpInfo(Integer limit,
Integer offset,
String xWSO2Tenant,
String query,
String ifNoneMatch)
Retrieve/Search APIs and API Documents by Content
This operation provides you a list of available APIs and API Documents qualifying the given keyword match.
|
ApplicationAttributeListDTO |
SettingsApi.settingsApplicationAttributesGet(String ifNoneMatch)
Get All Application Attributes from Configuration
This operation can be used to retrieve the application attributes from configuration.
|
okhttp3.Call |
SettingsApi.settingsApplicationAttributesGetAsync(String ifNoneMatch,
ApiCallback<ApplicationAttributeListDTO> _callback)
Get All Application Attributes from Configuration (asynchronously)
This operation can be used to retrieve the application attributes from configuration.
|
okhttp3.Call |
SettingsApi.settingsApplicationAttributesGetCall(String ifNoneMatch,
ApiCallback _callback)
Build call for settingsApplicationAttributesGet
|
ApiResponse<ApplicationAttributeListDTO> |
SettingsApi.settingsApplicationAttributesGetWithHttpInfo(String ifNoneMatch)
Get All Application Attributes from Configuration
This operation can be used to retrieve the application attributes from configuration.
|
SettingsDTO |
SettingsApi.settingsGet(String xWSO2Tenant)
Retreive Devportal settings
Retreive Devportal Settings
|
okhttp3.Call |
SettingsApi.settingsGetAsync(String xWSO2Tenant,
ApiCallback<SettingsDTO> _callback)
Retreive Devportal settings (asynchronously)
Retreive Devportal Settings
|
okhttp3.Call |
SettingsApi.settingsGetCall(String xWSO2Tenant,
ApiCallback _callback)
Build call for settingsGet
|
ApiResponse<SettingsDTO> |
SettingsApi.settingsGetWithHttpInfo(String xWSO2Tenant)
Retreive Devportal settings
Retreive Devportal Settings
|
AlertsInfoResponseDTO |
AlertSubscriptionsApi.subscribeToAlerts(AlertsInfoDTO alertsInfoDTO)
Subscribe to the Selected Alert Types by the User.
|
okhttp3.Call |
AlertSubscriptionsApi.subscribeToAlertsAsync(AlertsInfoDTO alertsInfoDTO,
ApiCallback<AlertsInfoResponseDTO> _callback)
Subscribe to the Selected Alert Types by the User.
|
okhttp3.Call |
AlertSubscriptionsApi.subscribeToAlertsCall(AlertsInfoDTO alertsInfoDTO,
ApiCallback _callback)
Build call for subscribeToAlerts
|
ApiResponse<AlertsInfoResponseDTO> |
AlertSubscriptionsApi.subscribeToAlertsWithHttpInfo(AlertsInfoDTO alertsInfoDTO)
Subscribe to the Selected Alert Types by the User.
|
SubscriptionListDTO |
SubscriptionsApi.subscriptionsGet(String apiId,
String applicationId,
String groupId,
String xWSO2Tenant,
Integer offset,
Integer limit,
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.
|
okhttp3.Call |
SubscriptionsApi.subscriptionsGetAsync(String apiId,
String applicationId,
String groupId,
String xWSO2Tenant,
Integer offset,
Integer limit,
String ifNoneMatch,
ApiCallback<SubscriptionListDTO> _callback)
Get All Subscriptions (asynchronously)
This operation can be used to retrieve a list of subscriptions of the user associated with the provided access token.
|
okhttp3.Call |
SubscriptionsApi.subscriptionsGetCall(String apiId,
String applicationId,
String groupId,
String xWSO2Tenant,
Integer offset,
Integer limit,
String ifNoneMatch,
ApiCallback _callback)
Build call for subscriptionsGet
|
ApiResponse<SubscriptionListDTO> |
SubscriptionsApi.subscriptionsGetWithHttpInfo(String apiId,
String applicationId,
String groupId,
String xWSO2Tenant,
Integer offset,
Integer limit,
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.
|
List<SubscriptionDTO> |
SubscriptionsApi.subscriptionsMultiplePost(List<SubscriptionDTO> subscriptionDTO,
String xWSO2Tenant)
Add New Subscriptions
This operation can be used to add a new subscriptions providing the ids of the APIs and the applications.
|
okhttp3.Call |
SubscriptionsApi.subscriptionsMultiplePostAsync(List<SubscriptionDTO> subscriptionDTO,
String xWSO2Tenant,
ApiCallback<List<SubscriptionDTO>> _callback)
Add New Subscriptions (asynchronously)
This operation can be used to add a new subscriptions providing the ids of the APIs and the applications.
|
okhttp3.Call |
SubscriptionsApi.subscriptionsMultiplePostCall(List<SubscriptionDTO> subscriptionDTO,
String xWSO2Tenant,
ApiCallback _callback)
Build call for subscriptionsMultiplePost
|
ApiResponse<List<SubscriptionDTO>> |
SubscriptionsApi.subscriptionsMultiplePostWithHttpInfo(List<SubscriptionDTO> subscriptionDTO,
String xWSO2Tenant)
Add New Subscriptions
This operation can be used to add a new subscriptions providing the ids of the APIs and the applications.
|
SubscriptionDTO |
SubscriptionsApi.subscriptionsPost(SubscriptionDTO subscriptionDTO,
String xWSO2Tenant)
Add a New Subscription
This operation can be used to add a new subscription providing the id of the API and the application.
|
okhttp3.Call |
SubscriptionsApi.subscriptionsPostAsync(SubscriptionDTO subscriptionDTO,
String xWSO2Tenant,
ApiCallback<SubscriptionDTO> _callback)
Add a New Subscription (asynchronously)
This operation can be used to add a new subscription providing the id of the API and the application.
|
okhttp3.Call |
SubscriptionsApi.subscriptionsPostCall(SubscriptionDTO subscriptionDTO,
String xWSO2Tenant,
ApiCallback _callback)
Build call for subscriptionsPost
|
ApiResponse<SubscriptionDTO> |
SubscriptionsApi.subscriptionsPostWithHttpInfo(SubscriptionDTO subscriptionDTO,
String xWSO2Tenant)
Add a New Subscription
This operation can be used to add a new subscription providing the id of the API and the application.
|
void |
SubscriptionsApi.subscriptionsSubscriptionIdDelete(String subscriptionId,
String ifMatch)
Remove a Subscription
This operation can be used to remove a subscription.
|
okhttp3.Call |
SubscriptionsApi.subscriptionsSubscriptionIdDeleteAsync(String subscriptionId,
String ifMatch,
ApiCallback<Void> _callback)
Remove a Subscription (asynchronously)
This operation can be used to remove a subscription.
|
okhttp3.Call |
SubscriptionsApi.subscriptionsSubscriptionIdDeleteCall(String subscriptionId,
String ifMatch,
ApiCallback _callback)
Build call for subscriptionsSubscriptionIdDelete
|
ApiResponse<Void> |
SubscriptionsApi.subscriptionsSubscriptionIdDeleteWithHttpInfo(String subscriptionId,
String ifMatch)
Remove a Subscription
This operation can be used to remove a subscription.
|
SubscriptionDTO |
SubscriptionsApi.subscriptionsSubscriptionIdGet(String subscriptionId,
String ifNoneMatch)
Get Details of a Subscription
This operation can be used to get details of a single subscription.
|
okhttp3.Call |
SubscriptionsApi.subscriptionsSubscriptionIdGetAsync(String subscriptionId,
String ifNoneMatch,
ApiCallback<SubscriptionDTO> _callback)
Get Details of a Subscription (asynchronously)
This operation can be used to get details of a single subscription.
|
okhttp3.Call |
SubscriptionsApi.subscriptionsSubscriptionIdGetCall(String subscriptionId,
String ifNoneMatch,
ApiCallback _callback)
Build call for subscriptionsSubscriptionIdGet
|
ApiResponse<SubscriptionDTO> |
SubscriptionsApi.subscriptionsSubscriptionIdGetWithHttpInfo(String subscriptionId,
String ifNoneMatch)
Get Details of a Subscription
This operation can be used to get details of a single subscription.
|
SubscriptionDTO |
SubscriptionsApi.subscriptionsSubscriptionIdPut(String subscriptionId,
SubscriptionDTO subscriptionDTO,
String xWSO2Tenant)
Update Existing Subscription
This operation can be used to update a subscription providing the subscription id, api id, application Id, status and updated throttling policy tier.
|
okhttp3.Call |
SubscriptionsApi.subscriptionsSubscriptionIdPutAsync(String subscriptionId,
SubscriptionDTO subscriptionDTO,
String xWSO2Tenant,
ApiCallback<SubscriptionDTO> _callback)
Update Existing Subscription (asynchronously)
This operation can be used to update a subscription providing the subscription id, api id, application Id, status and updated throttling policy tier.
|
okhttp3.Call |
SubscriptionsApi.subscriptionsSubscriptionIdPutCall(String subscriptionId,
SubscriptionDTO subscriptionDTO,
String xWSO2Tenant,
ApiCallback _callback)
Build call for subscriptionsSubscriptionIdPut
|
ApiResponse<SubscriptionDTO> |
SubscriptionsApi.subscriptionsSubscriptionIdPutWithHttpInfo(String subscriptionId,
SubscriptionDTO subscriptionDTO,
String xWSO2Tenant)
Update Existing Subscription
This operation can be used to update a subscription providing the subscription id, api id, application Id, status and updated throttling policy tier.
|
APIMonetizationUsageDTO |
ApiMonetizationApi.subscriptionsSubscriptionIdUsageGet(String subscriptionId)
Get Details of a Pending Invoice for a Monetized Subscription with Metered Billing.
|
okhttp3.Call |
ApiMonetizationApi.subscriptionsSubscriptionIdUsageGetAsync(String subscriptionId,
ApiCallback<APIMonetizationUsageDTO> _callback)
Get Details of a Pending Invoice for a Monetized Subscription with Metered Billing.
|
okhttp3.Call |
ApiMonetizationApi.subscriptionsSubscriptionIdUsageGetCall(String subscriptionId,
ApiCallback _callback)
Build call for subscriptionsSubscriptionIdUsageGet
|
ApiResponse<APIMonetizationUsageDTO> |
ApiMonetizationApi.subscriptionsSubscriptionIdUsageGetWithHttpInfo(String subscriptionId)
Get Details of a Pending Invoice for a Monetized Subscription with Metered Billing.
|
TagListDTO |
TagsApi.tagsGet(Integer limit,
Integer offset,
String xWSO2Tenant,
String ifNoneMatch)
Get All Tags
This operation can be used to retrieve a list of tags that are already added to APIs.
|
okhttp3.Call |
TagsApi.tagsGetAsync(Integer limit,
Integer offset,
String xWSO2Tenant,
String ifNoneMatch,
ApiCallback<TagListDTO> _callback)
Get All Tags (asynchronously)
This operation can be used to retrieve a list of tags that are already added to APIs.
|
okhttp3.Call |
TagsApi.tagsGetCall(Integer limit,
Integer offset,
String xWSO2Tenant,
String ifNoneMatch,
ApiCallback _callback)
Build call for tagsGet
|
ApiResponse<TagListDTO> |
TagsApi.tagsGetWithHttpInfo(Integer limit,
Integer offset,
String xWSO2Tenant,
String ifNoneMatch)
Get All Tags
This operation can be used to retrieve a list of tags that are already added to APIs.
|
TenantListDTO |
TenantsApi.tenantsGet(String state,
Integer limit,
Integer offset)
Get Tenants by State
This operation is to get tenants by state
|
okhttp3.Call |
TenantsApi.tenantsGetAsync(String state,
Integer limit,
Integer offset,
ApiCallback<TenantListDTO> _callback)
Get Tenants by State (asynchronously)
This operation is to get tenants by state
|
okhttp3.Call |
TenantsApi.tenantsGetCall(String state,
Integer limit,
Integer offset,
ApiCallback _callback)
Build call for tenantsGet
|
ApiResponse<TenantListDTO> |
TenantsApi.tenantsGetWithHttpInfo(String state,
Integer limit,
Integer offset)
Get Tenants by State
This operation is to get tenants by state
|
List<ThrottlingPolicyListDTO> |
ThrottlingPoliciesApi.throttlingPoliciesPolicyLevelGet(String policyLevel,
Integer limit,
Integer offset,
String ifNoneMatch,
String xWSO2Tenant)
Get All Available Throttling Policies
Get available Throttling Policies
|
okhttp3.Call |
ThrottlingPoliciesApi.throttlingPoliciesPolicyLevelGetAsync(String policyLevel,
Integer limit,
Integer offset,
String ifNoneMatch,
String xWSO2Tenant,
ApiCallback<List<ThrottlingPolicyListDTO>> _callback)
Get All Available Throttling Policies (asynchronously)
Get available Throttling Policies
|
okhttp3.Call |
ThrottlingPoliciesApi.throttlingPoliciesPolicyLevelGetCall(String policyLevel,
Integer limit,
Integer offset,
String ifNoneMatch,
String xWSO2Tenant,
ApiCallback _callback)
Build call for throttlingPoliciesPolicyLevelGet
|
ApiResponse<List<ThrottlingPolicyListDTO>> |
ThrottlingPoliciesApi.throttlingPoliciesPolicyLevelGetWithHttpInfo(String policyLevel,
Integer limit,
Integer offset,
String ifNoneMatch,
String xWSO2Tenant)
Get All Available Throttling Policies
Get available Throttling Policies
|
ThrottlingPolicyDTO |
ThrottlingPoliciesApi.throttlingPoliciesPolicyLevelPolicyIdGet(String policyId,
String policyLevel,
String xWSO2Tenant,
String ifNoneMatch)
Get Details of a Throttling Policy
This operation can be used to retrieve details of a single throttling policy by specifying the policy level and policy name.
|
okhttp3.Call |
ThrottlingPoliciesApi.throttlingPoliciesPolicyLevelPolicyIdGetAsync(String policyId,
String policyLevel,
String xWSO2Tenant,
String ifNoneMatch,
ApiCallback<ThrottlingPolicyDTO> _callback)
Get Details of a Throttling Policy (asynchronously)
This operation can be used to retrieve details of a single throttling policy by specifying the policy level and policy name.
|
okhttp3.Call |
ThrottlingPoliciesApi.throttlingPoliciesPolicyLevelPolicyIdGetCall(String policyId,
String policyLevel,
String xWSO2Tenant,
String ifNoneMatch,
ApiCallback _callback)
Build call for throttlingPoliciesPolicyLevelPolicyIdGet
|
ApiResponse<ThrottlingPolicyDTO> |
ThrottlingPoliciesApi.throttlingPoliciesPolicyLevelPolicyIdGetWithHttpInfo(String policyId,
String policyLevel,
String xWSO2Tenant,
String ifNoneMatch)
Get Details of a Throttling Policy
This operation can be used to retrieve details of a single throttling policy by specifying the policy level and policy name.
|
void |
AlertSubscriptionsApi.unsubscribeAllAlerts()
Unsubscribe User from All the Alert Types.
|
okhttp3.Call |
AlertSubscriptionsApi.unsubscribeAllAlertsAsync(ApiCallback<Void> _callback)
Unsubscribe User from All the Alert Types.
|
okhttp3.Call |
AlertSubscriptionsApi.unsubscribeAllAlertsCall(ApiCallback _callback)
Build call for unsubscribeAllAlerts
|
ApiResponse<Void> |
AlertSubscriptionsApi.unsubscribeAllAlertsWithHttpInfo()
Unsubscribe User from All the Alert Types.
|
Copyright © 2021 WSO2 Inc. All rights reserved.