okhttp3.Call |
ClientCertificatesApi.addAPIClientCertificateAsync(String apiId,
File certificate,
String alias,
String tier,
ApiCallback<ClientCertMetadataDTO> _callback) |
Upload a New Certificate (asynchronously)
This operation can be used to upload a new certificate for an endpoint.
|
okhttp3.Call |
ClientCertificatesApi.addAPIClientCertificateCall(String apiId,
File certificate,
String alias,
String tier,
ApiCallback _callback) |
Build call for addAPIClientCertificate
|
okhttp3.Call |
ApiDocumentsApi.addAPIDocumentAsync(String apiId,
DocumentDTO documentDTO,
String ifMatch,
ApiCallback<DocumentDTO> _callback) |
Add a New Document to an API (asynchronously)
This operation can be used to add a new documentation to an API.
|
okhttp3.Call |
ApiDocumentsApi.addAPIDocumentCall(String apiId,
DocumentDTO documentDTO,
String ifMatch,
ApiCallback _callback) |
Build call for addAPIDocument
|
okhttp3.Call |
ApiDocumentsApi.addAPIDocumentContentAsync(String apiId,
String documentId,
String ifMatch,
File file,
String inlineContent,
ApiCallback<DocumentDTO> _callback) |
Upload the Content of an API Document (asynchronously)
Thid operation can be used to upload a file or add inline content to an API document.
|
okhttp3.Call |
ApiDocumentsApi.addAPIDocumentContentCall(String apiId,
String documentId,
String ifMatch,
File file,
String inlineContent,
ApiCallback _callback) |
Build call for addAPIDocumentContent
|
okhttp3.Call |
ApiMonetizationApi.addAPIMonetizationAsync(String apiId,
APIMonetizationInfoDTO apIMonetizationInfoDTO,
ApiCallback<Void> _callback) |
Configure Monetization for a Given API (asynchronously)
This operation can be used to configure monetization for a given API.
|
okhttp3.Call |
ApiMonetizationApi.addAPIMonetizationCall(String apiId,
APIMonetizationInfoDTO apIMonetizationInfoDTO,
ApiCallback _callback) |
Build call for addAPIMonetization
|
okhttp3.Call |
ApiProductDocumentsApi.addAPIProductDocumentAsync(String apiProductId,
DocumentDTO documentDTO,
ApiCallback<DocumentDTO> _callback) |
Add a New Document to an API Product (asynchronously)
This operation can be used to add a new documentation to an API Product.
|
okhttp3.Call |
ApiProductDocumentsApi.addAPIProductDocumentCall(String apiProductId,
DocumentDTO documentDTO,
ApiCallback _callback) |
Build call for addAPIProductDocument
|
okhttp3.Call |
ApiProductDocumentsApi.addAPIProductDocumentContentAsync(String apiProductId,
String documentId,
String ifMatch,
File file,
String inlineContent,
ApiCallback<DocumentDTO> _callback) |
Upload the Content of an API Product Document (asynchronously)
Thid operation can be used to upload a file or add inline content to an API Product document.
|
okhttp3.Call |
ApiProductDocumentsApi.addAPIProductDocumentContentCall(String apiProductId,
String documentId,
String ifMatch,
File file,
String inlineContent,
ApiCallback _callback) |
Build call for addAPIProductDocumentContent
|
okhttp3.Call |
ApiOperationPoliciesApi.addAPISpecificOperationPolicyAsync(String apiId,
File policySpecFile,
File synapsePolicyDefinitionFile,
File ccPolicyDefinitionFile,
ApiCallback<OperationPolicyDataDTO> _callback) |
Add an API specific operation policy (asynchronously)
This operation can be used to add an API specifc operation policy.
|
okhttp3.Call |
ApiOperationPoliciesApi.addAPISpecificOperationPolicyCall(String apiId,
File policySpecFile,
File synapsePolicyDefinitionFile,
File ccPolicyDefinitionFile,
ApiCallback _callback) |
Build call for addAPISpecificOperationPolicy
|
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
|
okhttp3.Call |
OperationPoliciesApi.addCommonOperationPolicyAsync(File policySpecFile,
File synapsePolicyDefinitionFile,
File ccPolicyDefinitionFile,
ApiCallback<OperationPolicyDataDTO> _callback) |
Add a new common operation policy (asynchronously)
This operation can be used to add a new common operation policy.
|
okhttp3.Call |
OperationPoliciesApi.addCommonOperationPolicyCall(File policySpecFile,
File synapsePolicyDefinitionFile,
File ccPolicyDefinitionFile,
ApiCallback _callback) |
Build call for addCommonOperationPolicy
|
okhttp3.Call |
EndpointCertificatesApi.addEndpointCertificateAsync(File certificate,
String alias,
String endpoint,
ApiCallback<CertMetadataDTO> _callback) |
Upload a new Certificate.
|
okhttp3.Call |
EndpointCertificatesApi.addEndpointCertificateCall(File certificate,
String alias,
String endpoint,
ApiCallback _callback) |
Build call for addEndpointCertificate
|
okhttp3.Call |
ScopesApi.addSharedScopeAsync(ScopeDTO scopeDTO,
ApiCallback<ScopeDTO> _callback) |
Add a New Shared Scope (asynchronously)
This operation can be used to add a new Shared Scope.
|
okhttp3.Call |
ScopesApi.addSharedScopeCall(ScopeDTO scopeDTO,
ApiCallback _callback) |
Build call for addSharedScope
|
okhttp3.Call |
ApIsApi.apisApiIdAsyncapiGetAsync(String apiId,
String ifNoneMatch,
ApiCallback<String> _callback) |
Get AsyncAPI definition (asynchronously)
This operation can be used to retrieve the AsyncAPI definition of an API.
|
okhttp3.Call |
ApIsApi.apisApiIdAsyncapiGetCall(String apiId,
String ifNoneMatch,
ApiCallback _callback) |
Build call for apisApiIdAsyncapiGet
|
okhttp3.Call |
ApIsApi.apisApiIdAsyncapiPutAsync(String apiId,
String ifMatch,
String apiDefinition,
String url,
File file,
ApiCallback<String> _callback) |
Update AsyncAPI definition (asynchronously)
This operation can be used to update the AsyncAPI definition of an existing API.
|
okhttp3.Call |
ApIsApi.apisApiIdAsyncapiPutCall(String apiId,
String ifMatch,
String apiDefinition,
String url,
File file,
ApiCallback _callback) |
Build call for apisApiIdAsyncapiPut
|
okhttp3.Call |
ApIsApi.apisApiIdEnvironmentsEnvIdKeysGetAsync(String apiId,
String envId,
ApiCallback<Map<String,String>> _callback) |
get environment specific API properties (asynchronously)
This operation can be used to retrieve environment specific API properties from an existing API.
|
okhttp3.Call |
ApIsApi.apisApiIdEnvironmentsEnvIdKeysGetCall(String apiId,
String envId,
ApiCallback _callback) |
Build call for apisApiIdEnvironmentsEnvIdKeysGet
|
okhttp3.Call |
ApIsApi.apisApiIdEnvironmentsEnvIdKeysPutAsync(String apiId,
String envId,
Map<String,String> requestBody,
ApiCallback<Map<String,String>> _callback) |
Update environment specific API properties (asynchronously)
This operation can be used to update the environment specific API properties of an existing API.
|
okhttp3.Call |
ApIsApi.apisApiIdEnvironmentsEnvIdKeysPutCall(String apiId,
String envId,
Map<String,String> requestBody,
ApiCallback _callback) |
Build call for apisApiIdEnvironmentsEnvIdKeysPut
|
okhttp3.Call |
SubscriptionsApi.blockSubscriptionAsync(String subscriptionId,
String blockState,
String ifMatch,
ApiCallback<Void> _callback) |
Block a Subscription (asynchronously)
This operation can be used to block a subscription.
|
okhttp3.Call |
SubscriptionsApi.blockSubscriptionCall(String subscriptionId,
String blockState,
String ifMatch,
ApiCallback _callback) |
Build call for blockSubscription
|
okhttp3.Call |
ApiLifecycleApi.changeAPILifecycleAsync(String action,
String apiId,
String lifecycleChecklist,
String ifMatch,
ApiCallback<WorkflowResponseDTO> _callback) |
Change API Status (asynchronously)
This operation is used to change the lifecycle of an API.
|
okhttp3.Call |
ApiLifecycleApi.changeAPILifecycleCall(String action,
String apiId,
String lifecycleChecklist,
String ifMatch,
ApiCallback _callback) |
Build call for changeAPILifecycle
|
okhttp3.Call |
ApiProductLifecycleApi.changeAPIProductLifecycleAsync(String action,
String apiProductId,
String lifecycleChecklist,
String ifMatch,
ApiCallback<WorkflowResponseDTO> _callback) |
Change API Product LC Status (asynchronously)
This operation is used to change the lifecycle of an API Product.
|
okhttp3.Call |
ApiProductLifecycleApi.changeAPIProductLifecycleCall(String action,
String apiProductId,
String lifecycleChecklist,
String ifMatch,
ApiCallback _callback) |
Build call for changeAPIProductLifecycle
|
okhttp3.Call |
ApIsApi.createAPIAsync(APIDTO APIDTO,
String openAPIVersion,
ApiCallback<APIDTO> _callback) |
Create a New API (asynchronously)
This operation can be used to create a new API specifying the details of the API in the payload.
|
okhttp3.Call |
ApIsApi.createAPICall(APIDTO APIDTO,
String openAPIVersion,
ApiCallback _callback) |
Build call for createAPI
|
okhttp3.Call |
ApiProductsApi.createAPIProductAsync(APIProductDTO apIProductDTO,
ApiCallback<APIProductDTO> _callback) |
Create a New API Product (asynchronously)
This operation can be used to create a new API Product specifying the details of the API Product in the payload.
|
okhttp3.Call |
ApiProductsApi.createAPIProductCall(APIProductDTO apIProductDTO,
ApiCallback _callback) |
Build call for createAPIProduct
|
okhttp3.Call |
ApiProductRevisionsApi.createAPIProductRevisionAsync(String apiProductId,
APIRevisionDTO apIRevisionDTO,
ApiCallback<APIRevisionDTO> _callback) |
Create a new API Product revision (asynchronously)
Create a new API Product revision
|
okhttp3.Call |
ApiProductRevisionsApi.createAPIProductRevisionCall(String apiProductId,
APIRevisionDTO apIRevisionDTO,
ApiCallback _callback) |
Build call for createAPIProductRevision
|
okhttp3.Call |
ApiRevisionsApi.createAPIRevisionAsync(String apiId,
APIRevisionDTO apIRevisionDTO,
ApiCallback<APIRevisionDTO> _callback) |
Create API Revision (asynchronously)
Create a new API revision
|
okhttp3.Call |
ApiRevisionsApi.createAPIRevisionCall(String apiId,
APIRevisionDTO apIRevisionDTO,
ApiCallback _callback) |
Build call for createAPIRevision
|
okhttp3.Call |
ApIsApi.createNewAPIVersionAsync(String newVersion,
String apiId,
Boolean defaultVersion,
String serviceVersion,
ApiCallback<APIDTO> _callback) |
Create a New API Version (asynchronously)
This operation can be used to create a new version of an existing API.
|
okhttp3.Call |
ApIsApi.createNewAPIVersionCall(String newVersion,
String apiId,
Boolean defaultVersion,
String serviceVersion,
ApiCallback _callback) |
Build call for createNewAPIVersion
|
okhttp3.Call |
ApIsApi.deleteAPIAsync(String apiId,
String ifMatch,
ApiCallback<Void> _callback) |
Delete an API (asynchronously)
This operation can be used to delete an existing API proving the Id of the API.
|
okhttp3.Call |
ApIsApi.deleteAPICall(String apiId,
String ifMatch,
ApiCallback _callback) |
Build call for deleteAPI
|
okhttp3.Call |
ClientCertificatesApi.deleteAPIClientCertificateByAliasAsync(String alias,
String apiId,
ApiCallback<Void> _callback) |
Delete a Certificate (asynchronously)
This operation can be used to delete an uploaded certificate.
|
okhttp3.Call |
ClientCertificatesApi.deleteAPIClientCertificateByAliasCall(String alias,
String apiId,
ApiCallback _callback) |
Build call for deleteAPIClientCertificateByAlias
|
okhttp3.Call |
ApiDocumentsApi.deleteAPIDocumentAsync(String apiId,
String documentId,
String ifMatch,
ApiCallback<Void> _callback) |
Delete a Document of an API (asynchronously)
This operation can be used to delete a document associated with an API.
|
okhttp3.Call |
ApiDocumentsApi.deleteAPIDocumentCall(String apiId,
String documentId,
String ifMatch,
ApiCallback _callback) |
Build call for deleteAPIDocument
|
okhttp3.Call |
ApiLifecycleApi.deleteAPILifecycleStatePendingTasksAsync(String apiId,
ApiCallback<Void> _callback) |
Delete Pending Lifecycle State Change Tasks (asynchronously)
This operation can be used to remove pending lifecycle state change requests that are in pending state
|
okhttp3.Call |
ApiLifecycleApi.deleteAPILifecycleStatePendingTasksCall(String apiId,
ApiCallback _callback) |
Build call for deleteAPILifecycleStatePendingTasks
|
okhttp3.Call |
ApiProductsApi.deleteAPIProductAsync(String apiProductId,
String ifMatch,
ApiCallback<Void> _callback) |
Delete an API Product (asynchronously)
This operation can be used to delete an existing API Product proving the Id of the API Product.
|
okhttp3.Call |
ApiProductsApi.deleteAPIProductCall(String apiProductId,
String ifMatch,
ApiCallback _callback) |
Build call for deleteAPIProduct
|
okhttp3.Call |
ApiProductDocumentsApi.deleteAPIProductDocumentAsync(String apiProductId,
String documentId,
String ifMatch,
ApiCallback<Void> _callback) |
Delete a Document of an API Product (asynchronously)
This operation can be used to delete a document associated with an API Product.
|
okhttp3.Call |
ApiProductDocumentsApi.deleteAPIProductDocumentCall(String apiProductId,
String documentId,
String ifMatch,
ApiCallback _callback) |
Build call for deleteAPIProductDocument
|
okhttp3.Call |
ApiProductLifecycleApi.deleteAPIProductLifecycleStatePendingTasksAsync(String apiProductId,
ApiCallback<Void> _callback) |
Delete Pending Lifecycle State Change Tasks (asynchronously)
This operation can be used to remove pending lifecycle state change requests that are in pending state
|
okhttp3.Call |
ApiProductLifecycleApi.deleteAPIProductLifecycleStatePendingTasksCall(String apiProductId,
ApiCallback _callback) |
Build call for deleteAPIProductLifecycleStatePendingTasks
|
okhttp3.Call |
ApiProductRevisionsApi.deleteAPIProductRevisionAsync(String apiProductId,
String revisionId,
ApiCallback<APIRevisionListDTO> _callback) |
Delete Revision (asynchronously)
Delete a revision of an API Product
|
okhttp3.Call |
ApiProductRevisionsApi.deleteAPIProductRevisionCall(String apiProductId,
String revisionId,
ApiCallback _callback) |
Build call for deleteAPIProductRevision
|
okhttp3.Call |
ApiRevisionsApi.deleteAPIRevisionAsync(String apiId,
String revisionId,
ApiCallback<APIRevisionListDTO> _callback) |
Delete Revision (asynchronously)
Delete a revision of an API
|
okhttp3.Call |
ApiRevisionsApi.deleteAPIRevisionCall(String apiId,
String revisionId,
ApiCallback _callback) |
Build call for deleteAPIRevision
|
okhttp3.Call |
ApiOperationPoliciesApi.deleteAPISpecificOperationPolicyByPolicyIdAsync(String apiId,
String operationPolicyId,
ApiCallback<Void> _callback) |
Delete an API Specific Operation Policy (asynchronously)
This operation can be used to delete an existing API specific opreation policy by providing the Id of the API and the Id of the policy.
|
okhttp3.Call |
ApiOperationPoliciesApi.deleteAPISpecificOperationPolicyByPolicyIdCall(String apiId,
String operationPolicyId,
ApiCallback _callback) |
Build call for deleteAPISpecificOperationPolicyByPolicyId
|
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
|
okhttp3.Call |
OperationPoliciesApi.deleteCommonOperationPolicyByPolicyIdAsync(String operationPolicyId,
ApiCallback<Void> _callback) |
Delete a common operation policy (asynchronously)
This operation can be used to delete an existing common opreation policy by providing the Id of the policy.
|
okhttp3.Call |
OperationPoliciesApi.deleteCommonOperationPolicyByPolicyIdCall(String operationPolicyId,
ApiCallback _callback) |
Build call for deleteCommonOperationPolicyByPolicyId
|
okhttp3.Call |
EndpointCertificatesApi.deleteEndpointCertificateByAliasAsync(String alias,
ApiCallback<Void> _callback) |
Delete a certificate.
|
okhttp3.Call |
EndpointCertificatesApi.deleteEndpointCertificateByAliasCall(String alias,
ApiCallback _callback) |
Build call for deleteEndpointCertificateByAlias
|
okhttp3.Call |
ScopesApi.deleteSharedScopeAsync(String scopeId,
ApiCallback<Void> _callback) |
Delete a Shared Scope (asynchronously)
This operation can be used to delete a Shared Scope proving the Id of the scope.
|
okhttp3.Call |
ScopesApi.deleteSharedScopeCall(String scopeId,
ApiCallback _callback) |
Build call for deleteSharedScope
|
okhttp3.Call |
ApiProductRevisionsApi.deployAPIProductRevisionAsync(String apiProductId,
String revisionId,
List<APIRevisionDeploymentDTO> apIRevisionDeploymentDTO,
ApiCallback<Void> _callback) |
Deploy Revision (asynchronously)
Deploy an API Product Revision
|
okhttp3.Call |
ApiProductRevisionsApi.deployAPIProductRevisionCall(String apiProductId,
String revisionId,
List<APIRevisionDeploymentDTO> apIRevisionDeploymentDTO,
ApiCallback _callback) |
Build call for deployAPIProductRevision
|
okhttp3.Call |
ApiRevisionsApi.deployAPIRevisionAsync(String apiId,
String revisionId,
List<APIRevisionDeploymentDTO> apIRevisionDeploymentDTO,
ApiCallback<List<APIRevisionDeploymentDTO>> _callback) |
Deploy Revision (asynchronously)
Deploy a revision
|
okhttp3.Call |
ApiRevisionsApi.deployAPIRevisionCall(String apiId,
String revisionId,
List<APIRevisionDeploymentDTO> apIRevisionDeploymentDTO,
ApiCallback _callback) |
Build call for deployAPIRevision
|
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
|
okhttp3.Call |
ImportExportApi.exportAPIAsync(String apiId,
String name,
String version,
String revisionNumber,
String providerName,
String format,
Boolean preserveStatus,
Boolean latestRevision,
ApiCallback<File> _callback) |
Export an API (asynchronously)
This operation can be used to export the details of a particular API as a zip file.
|
okhttp3.Call |
ImportExportApi.exportAPICall(String apiId,
String name,
String version,
String revisionNumber,
String providerName,
String format,
Boolean preserveStatus,
Boolean latestRevision,
ApiCallback _callback) |
Build call for exportAPI
|
okhttp3.Call |
ImportExportApi.exportAPIProductAsync(String name,
String version,
String providerName,
String revisionNumber,
String format,
Boolean preserveStatus,
Boolean latestRevision,
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.
|
okhttp3.Call |
ImportExportApi.exportAPIProductCall(String name,
String version,
String providerName,
String revisionNumber,
String format,
Boolean preserveStatus,
Boolean latestRevision,
ApiCallback _callback) |
Build call for exportAPIProduct
|
okhttp3.Call |
ImportExportApi.exportOperationPolicyAsync(String name,
String version,
String format,
ApiCallback<File> _callback) |
Export an API Policy by its name and version (asynchronously)
This operation provides you to export a preferred common API policy
|
okhttp3.Call |
ImportExportApi.exportOperationPolicyCall(String name,
String version,
String format,
ApiCallback _callback) |
Build call for exportOperationPolicy
|
okhttp3.Call |
ApIsApi.generateInternalAPIKeyAsync(String apiId,
ApiCallback<APIKeyDTO> _callback) |
Generate internal API Key to invoke APIS.
|
okhttp3.Call |
ApIsApi.generateInternalAPIKeyCall(String apiId,
ApiCallback _callback) |
Build call for generateInternalAPIKey
|
okhttp3.Call |
ApIsApi.generateMockScriptsAsync(String apiId,
String ifNoneMatch,
ApiCallback<String> _callback) |
Generate Mock Response Payloads (asynchronously)
This operation can be used to generate mock responses from examples of swagger definition of an API.
|
okhttp3.Call |
ApIsApi.generateMockScriptsCall(String apiId,
String ifNoneMatch,
ApiCallback _callback) |
Build call for generateMockScripts
|
okhttp3.Call |
ApiCategoryCollectionApi.getAllAPICategoriesAsync(ApiCallback<APICategoryListDTO> _callback) |
Get all API categories (asynchronously)
Get all API categories
|
okhttp3.Call |
ApiCategoryCollectionApi.getAllAPICategoriesCall(ApiCallback _callback) |
Build call for getAllAPICategories
|
okhttp3.Call |
ApiProductsApi.getAllAPIProductsAsync(Integer limit,
Integer offset,
String query,
String accept,
String ifNoneMatch,
ApiCallback<APIProductListDTO> _callback) |
Retrieve/Search API Products (asynchronously)
This operation provides you a list of available API Products qualifying under a given search condition.
|
okhttp3.Call |
ApiProductsApi.getAllAPIProductsCall(Integer limit,
Integer offset,
String query,
String accept,
String ifNoneMatch,
ApiCallback _callback) |
Build call for getAllAPIProducts
|
okhttp3.Call |
ApIsApi.getAllAPIsAsync(Integer limit,
Integer offset,
String sortBy,
String sortOrder,
String xWSO2Tenant,
String query,
String ifNoneMatch,
String accept,
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.getAllAPIsCall(Integer limit,
Integer offset,
String sortBy,
String sortOrder,
String xWSO2Tenant,
String query,
String ifNoneMatch,
String accept,
ApiCallback _callback) |
Build call for getAllAPIs
|
okhttp3.Call |
ApiOperationPoliciesApi.getAllAPISpecificOperationPoliciesAsync(String apiId,
Integer limit,
Integer offset,
String query,
ApiCallback<OperationPolicyDataListDTO> _callback) |
Get all API specific operation policies for an API (asynchronously)
This operation provides you a list of all applicabale operation policies for an API
|
okhttp3.Call |
ApiOperationPoliciesApi.getAllAPISpecificOperationPoliciesCall(String apiId,
Integer limit,
Integer offset,
String query,
ApiCallback _callback) |
Build call for getAllAPISpecificOperationPolicies
|
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
|
okhttp3.Call |
OperationPoliciesApi.getAllCommonOperationPoliciesAsync(Integer limit,
Integer offset,
String query,
ApiCallback<OperationPolicyDataListDTO> _callback) |
Get all common operation policies to all the APIs (asynchronously)
This operation provides you a list of all common operation policies that can be used by any API
|
okhttp3.Call |
OperationPoliciesApi.getAllCommonOperationPoliciesCall(Integer limit,
Integer offset,
String query,
ApiCallback _callback) |
Build call for getAllCommonOperationPolicies
|
okhttp3.Call |
ExternalStoresApi.getAllExternalStoresAsync(ApiCallback<ExternalStoreDTO> _callback) |
Retrieve External Stores List to Publish an API (asynchronously)
Retrieve external stores list configured to publish an API
|
okhttp3.Call |
ExternalStoresApi.getAllExternalStoresCall(ApiCallback _callback) |
Build call for getAllExternalStores
|
okhttp3.Call |
KeyManagersCollectionApi.getAllKeyManagersAsync(ApiCallback<KeyManagerListDTO> _callback) |
Get All Key Managers (asynchronously)
Get all Key managers
|
okhttp3.Call |
KeyManagersCollectionApi.getAllKeyManagersCall(ApiCallback _callback) |
Build call for getAllKeyManagers
|
okhttp3.Call |
ExternalStoresApi.getAllPublishedExternalStoresByAPIAsync(String apiId,
String ifNoneMatch,
ApiCallback<APIExternalStoreListDTO> _callback) |
Get the List of External Stores to which an API is Published (asynchronously)
This operation can be used to retrieve a list of external stores which an API is published to by providing the id of the API.
|
okhttp3.Call |
ExternalStoresApi.getAllPublishedExternalStoresByAPICall(String apiId,
String ifNoneMatch,
ApiCallback _callback) |
Build call for getAllPublishedExternalStoresByAPI
|
okhttp3.Call |
ThrottlingPoliciesApi.getAllThrottlingPoliciesAsync(String policyLevel,
Integer limit,
Integer offset,
String ifNoneMatch,
ApiCallback<ThrottlingPolicyListDTO> _callback) |
Get All Throttling Policies for the Given Type (asynchronously)
This operation can be used to list the available policies for a given policy level.
|
okhttp3.Call |
ThrottlingPoliciesApi.getAllThrottlingPoliciesCall(String policyLevel,
Integer limit,
Integer offset,
String ifNoneMatch,
ApiCallback _callback) |
Build call for getAllThrottlingPolicies
|
okhttp3.Call |
AwsLambdaIndividualApi.getAmazonResourceNamesOfAPIAsync(String apiId,
ApiCallback<String> _callback) |
Retrieve the ARNs of AWS Lambda Functions (asynchronously)
This operation can be use to retrieve ARNs of AWS Lambda function for a given AWS credentials.
|
okhttp3.Call |
AwsLambdaIndividualApi.getAmazonResourceNamesOfAPICall(String apiId,
ApiCallback _callback) |
Build call for getAmazonResourceNamesOfAPI
|
okhttp3.Call |
ApIsApi.getAPIAsync(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.getAPICall(String apiId,
String xWSO2Tenant,
String ifNoneMatch,
ApiCallback _callback) |
Build call for getAPI
|
okhttp3.Call |
ClientCertificatesApi.getAPIClientCertificateByAliasAsync(String alias,
String apiId,
ApiCallback<CertificateInfoDTO> _callback) |
Get the Certificate Information (asynchronously)
This operation can be used to get the information about a certificate.
|
okhttp3.Call |
ClientCertificatesApi.getAPIClientCertificateByAliasCall(String alias,
String apiId,
ApiCallback _callback) |
Build call for getAPIClientCertificateByAlias
|
okhttp3.Call |
ClientCertificatesApi.getAPIClientCertificateContentByAliasAsync(String apiId,
String alias,
ApiCallback<Void> _callback) |
Download a Certificate (asynchronously)
This operation can be used to download a certificate which matches the given alias.
|
okhttp3.Call |
ClientCertificatesApi.getAPIClientCertificateContentByAliasCall(String apiId,
String alias,
ApiCallback _callback) |
Build call for getAPIClientCertificateContentByAlias
|
okhttp3.Call |
ClientCertificatesApi.getAPIClientCertificatesAsync(String apiId,
Integer limit,
Integer offset,
String alias,
ApiCallback<ClientCertificatesDTO> _callback) |
Retrieve/ Search Uploaded Client Certificates (asynchronously)
This operation can be used to retrieve and search the uploaded client certificates.
|
okhttp3.Call |
ClientCertificatesApi.getAPIClientCertificatesCall(String apiId,
Integer limit,
Integer offset,
String alias,
ApiCallback _callback) |
Build call for getAPIClientCertificates
|
okhttp3.Call |
ApiDocumentsApi.getAPIDocumentByDocumentIdAsync(String apiId,
String documentId,
String ifNoneMatch,
ApiCallback<DocumentDTO> _callback) |
Get a Document of an API (asynchronously)
This operation can be used to retrieve a particular document's metadata associated with an API.
|
okhttp3.Call |
ApiDocumentsApi.getAPIDocumentByDocumentIdCall(String apiId,
String documentId,
String ifNoneMatch,
ApiCallback _callback) |
Build call for getAPIDocumentByDocumentId
|
okhttp3.Call |
ApiDocumentsApi.getAPIDocumentContentByDocumentIdAsync(String apiId,
String documentId,
String ifNoneMatch,
ApiCallback<String> _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.getAPIDocumentContentByDocumentIdCall(String apiId,
String documentId,
String ifNoneMatch,
ApiCallback _callback) |
Build call for getAPIDocumentContentByDocumentId
|
okhttp3.Call |
ApiDocumentsApi.getAPIDocumentsAsync(String apiId,
Integer limit,
Integer offset,
String ifNoneMatch,
ApiCallback<DocumentListDTO> _callback) |
Get a List of Documents of an API (asynchronously)
This operation can be used to retrieve a list of documents belonging to an API by providing the id of the API.
|
okhttp3.Call |
ApiDocumentsApi.getAPIDocumentsCall(String apiId,
Integer limit,
Integer offset,
String ifNoneMatch,
ApiCallback _callback) |
Build call for getAPIDocuments
|
okhttp3.Call |
GraphQlSchemaIndividualApi.getAPIGraphQLSchemaAsync(String apiId,
String accept,
String ifNoneMatch,
ApiCallback<GraphQLSchemaDTO> _callback) |
Get the Schema of a GraphQL API (asynchronously)
This operation can be used to retrieve the Schema definition of a GraphQL API.
|
okhttp3.Call |
GraphQlSchemaIndividualApi.getAPIGraphQLSchemaCall(String apiId,
String accept,
String ifNoneMatch,
ApiCallback _callback) |
Build call for getAPIGraphQLSchema
|
okhttp3.Call |
ApiLifecycleApi.getAPILifecycleHistoryAsync(String apiId,
String ifNoneMatch,
ApiCallback<LifecycleHistoryDTO> _callback) |
Get Lifecycle State Change History of the API.
|
okhttp3.Call |
ApiLifecycleApi.getAPILifecycleHistoryCall(String apiId,
String ifNoneMatch,
ApiCallback _callback) |
Build call for getAPILifecycleHistory
|
okhttp3.Call |
ApiLifecycleApi.getAPILifecycleStateAsync(String apiId,
String ifNoneMatch,
ApiCallback<LifecycleStateDTO> _callback) |
Get Lifecycle State Data of the API.
|
okhttp3.Call |
ApiLifecycleApi.getAPILifecycleStateCall(String apiId,
String ifNoneMatch,
ApiCallback _callback) |
Build call for getAPILifecycleState
|
okhttp3.Call |
ApiMonetizationApi.getAPIMonetizationAsync(String apiId,
ApiCallback<Void> _callback) |
Get Monetization Status for each Tier in a Given API (asynchronously)
This operation can be used to get monetization status for each tier in a given API
|
okhttp3.Call |
ApiMonetizationApi.getAPIMonetizationCall(String apiId,
ApiCallback _callback) |
Build call for getAPIMonetization
|
okhttp3.Call |
ApiProductsApi.getAPIProductAsync(String apiProductId,
String accept,
String ifNoneMatch,
ApiCallback<APIProductDTO> _callback) |
Get Details of an API Product (asynchronously)
Using this operation, you can retrieve complete details of a single API Product.
|
okhttp3.Call |
ApiProductsApi.getAPIProductCall(String apiProductId,
String accept,
String ifNoneMatch,
ApiCallback _callback) |
Build call for getAPIProduct
|
okhttp3.Call |
ApiProductDocumentsApi.getAPIProductDocumentAsync(String apiProductId,
String documentId,
String accept,
String ifNoneMatch,
ApiCallback<DocumentDTO> _callback) |
Get a Document of an API Product (asynchronously)
This operation can be used to retrieve a particular document's metadata associated with an API.
|
okhttp3.Call |
ApiProductDocumentsApi.getAPIProductDocumentCall(String apiProductId,
String documentId,
String accept,
String ifNoneMatch,
ApiCallback _callback) |
Build call for getAPIProductDocument
|
okhttp3.Call |
ApiProductDocumentsApi.getAPIProductDocumentContentAsync(String apiProductId,
String documentId,
String accept,
String ifNoneMatch,
ApiCallback<Void> _callback) |
Get the Content of an API Product Document (asynchronously)
This operation can be used to retrive the content of an API's document.
|
okhttp3.Call |
ApiProductDocumentsApi.getAPIProductDocumentContentCall(String apiProductId,
String documentId,
String accept,
String ifNoneMatch,
ApiCallback _callback) |
Build call for getAPIProductDocumentContent
|
okhttp3.Call |
ApiProductDocumentsApi.getAPIProductDocumentsAsync(String apiProductId,
Integer limit,
Integer offset,
String accept,
String ifNoneMatch,
ApiCallback<DocumentListDTO> _callback) |
Get a List of Documents of an API Product (asynchronously)
This operation can be used to retrive a list of documents belonging to an API Product by providing the id of the API Product.
|
okhttp3.Call |
ApiProductDocumentsApi.getAPIProductDocumentsCall(String apiProductId,
Integer limit,
Integer offset,
String accept,
String ifNoneMatch,
ApiCallback _callback) |
Build call for getAPIProductDocuments
|
okhttp3.Call |
ApiProductLifecycleApi.getAPIProductLifecycleHistoryAsync(String apiProductId,
String ifNoneMatch,
ApiCallback<LifecycleHistoryDTO> _callback) |
Get Lifecycle State Change History of the API Products.
|
okhttp3.Call |
ApiProductLifecycleApi.getAPIProductLifecycleHistoryCall(String apiProductId,
String ifNoneMatch,
ApiCallback _callback) |
Build call for getAPIProductLifecycleHistory
|
okhttp3.Call |
ApiProductLifecycleApi.getAPIProductLifecycleStateAsync(String apiProductId,
String ifNoneMatch,
ApiCallback<LifecycleStateDTO> _callback) |
Get Lifecycle State Data of the API Product.
|
okhttp3.Call |
ApiProductLifecycleApi.getAPIProductLifecycleStateCall(String apiProductId,
String ifNoneMatch,
ApiCallback _callback) |
Build call for getAPIProductLifecycleState
|
okhttp3.Call |
ApiProductRevisionsApi.getAPIProductRevisionAsync(String apiProductId,
String revisionId,
ApiCallback<APIRevisionDTO> _callback) |
Retrieve Revision (asynchronously)
Retrieve a revision of an API Product
|
okhttp3.Call |
ApiProductRevisionsApi.getAPIProductRevisionCall(String apiProductId,
String revisionId,
ApiCallback _callback) |
Build call for getAPIProductRevision
|
okhttp3.Call |
ApiProductRevisionsApi.getAPIProductRevisionDeploymentsAsync(String apiProductId,
ApiCallback<APIRevisionDeploymentListDTO> _callback) |
List Deployments (asynchronously)
List available deployed revision deployment details of an API Product
|
okhttp3.Call |
ApiProductRevisionsApi.getAPIProductRevisionDeploymentsCall(String apiProductId,
ApiCallback _callback) |
Build call for getAPIProductRevisionDeployments
|
okhttp3.Call |
ApiProductRevisionsApi.getAPIProductRevisionsAsync(String apiProductId,
String query,
ApiCallback<APIRevisionListDTO> _callback) |
List Revisions (asynchronously)
List available revisions of an API Product
|
okhttp3.Call |
ApiProductRevisionsApi.getAPIProductRevisionsCall(String apiProductId,
String query,
ApiCallback _callback) |
Build call for getAPIProductRevisions
|
okhttp3.Call |
ApiProductsApi.getAPIProductSwaggerAsync(String apiProductId,
String accept,
String ifNoneMatch,
ApiCallback<Void> _callback) |
Get Swagger Definition (asynchronously)
This operation can be used to retrieve the swagger definition of an API.
|
okhttp3.Call |
ApiProductsApi.getAPIProductSwaggerCall(String apiProductId,
String accept,
String ifNoneMatch,
ApiCallback _callback) |
Build call for getAPIProductSwagger
|
okhttp3.Call |
ApiProductsApi.getAPIProductThumbnailAsync(String apiProductId,
String accept,
String ifNoneMatch,
ApiCallback<Void> _callback) |
Get Thumbnail Image (asynchronously)
This operation can be used to download a thumbnail image of an API product.
|
okhttp3.Call |
ApiProductsApi.getAPIProductThumbnailCall(String apiProductId,
String accept,
String ifNoneMatch,
ApiCallback _callback) |
Build call for getAPIProductThumbnail
|
okhttp3.Call |
ApIsApi.getAPIResourcePathsAsync(String apiId,
Integer limit,
Integer offset,
String ifNoneMatch,
ApiCallback<ResourcePathListDTO> _callback) |
Get Resource Paths of an API (asynchronously)
This operation can be used to retrieve resource paths defined for a specific api.
|
okhttp3.Call |
ApIsApi.getAPIResourcePathsCall(String apiId,
Integer limit,
Integer offset,
String ifNoneMatch,
ApiCallback _callback) |
Build call for getAPIResourcePaths
|
okhttp3.Call |
ApiResourcePoliciesApi.getAPIResourcePoliciesAsync(String apiId,
String sequenceType,
String resourcePath,
String verb,
String ifNoneMatch,
ApiCallback<ResourcePolicyListDTO> _callback) |
Get the Resource Policy(inflow/outflow) Definitions (asynchronously)
This operation can be used to retrieve conversion policy resource definitions of an API.
|
okhttp3.Call |
ApiResourcePoliciesApi.getAPIResourcePoliciesByPolicyIdAsync(String apiId,
String resourcePolicyId,
String ifNoneMatch,
ApiCallback<ResourcePolicyInfoDTO> _callback) |
Get the Resource Policy(inflow/outflow) Definition for a Given Resource Identifier.
|
okhttp3.Call |
ApiResourcePoliciesApi.getAPIResourcePoliciesByPolicyIdCall(String apiId,
String resourcePolicyId,
String ifNoneMatch,
ApiCallback _callback) |
Build call for getAPIResourcePoliciesByPolicyId
|
okhttp3.Call |
ApiResourcePoliciesApi.getAPIResourcePoliciesCall(String apiId,
String sequenceType,
String resourcePath,
String verb,
String ifNoneMatch,
ApiCallback _callback) |
Build call for getAPIResourcePolicies
|
okhttp3.Call |
ApiMonetizationApi.getAPIRevenueAsync(String apiId,
ApiCallback<APIRevenueDTO> _callback) |
Get Total Revenue Details of a Given Monetized API with Meterd Billing (asynchronously)
This operation can be used to get details of total revenue details of a given monetized API with meterd billing.
|
okhttp3.Call |
ApiMonetizationApi.getAPIRevenueCall(String apiId,
ApiCallback _callback) |
Build call for getAPIRevenue
|
okhttp3.Call |
ApiRevisionsApi.getAPIRevisionAsync(String apiId,
String revisionId,
ApiCallback<APIRevisionDTO> _callback) |
Retrieve Revision (asynchronously)
Retrieve a revision of an API
|
okhttp3.Call |
ApiRevisionsApi.getAPIRevisionCall(String apiId,
String revisionId,
ApiCallback _callback) |
Build call for getAPIRevision
|
okhttp3.Call |
ApiRevisionsApi.getAPIRevisionDeploymentsAsync(String apiId,
ApiCallback<APIRevisionDeploymentListDTO> _callback) |
List Deployments (asynchronously)
List available deployed revision deployment details of an API
|
okhttp3.Call |
ApiRevisionsApi.getAPIRevisionDeploymentsCall(String apiId,
ApiCallback _callback) |
Build call for getAPIRevisionDeployments
|
okhttp3.Call |
ApiRevisionsApi.getAPIRevisionsAsync(String apiId,
String query,
ApiCallback<APIRevisionListDTO> _callback) |
List Revisions (asynchronously)
List available revisions of an API
|
okhttp3.Call |
ApiRevisionsApi.getAPIRevisionsCall(String apiId,
String query,
ApiCallback _callback) |
Build call for getAPIRevisions
|
okhttp3.Call |
ApiOperationPoliciesApi.getAPISpecificOperationPolicyContentByPolicyIdAsync(String apiId,
String operationPolicyId,
ApiCallback<File> _callback) |
Download an API Specific Operation Policy (asynchronously)
This operation can be used to download a particular API specific operation policy.
|
okhttp3.Call |
ApiOperationPoliciesApi.getAPISpecificOperationPolicyContentByPolicyIdCall(String apiId,
String operationPolicyId,
ApiCallback _callback) |
Build call for getAPISpecificOperationPolicyContentByPolicyId
|
okhttp3.Call |
ApIsApi.getAPISubscriptionPoliciesAsync(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.getAPISubscriptionPoliciesCall(String apiId,
String xWSO2Tenant,
String ifNoneMatch,
ApiCallback _callback) |
Build call for getAPISubscriptionPolicies
|
okhttp3.Call |
ApIsApi.getAPISwaggerAsync(String apiId,
String ifNoneMatch,
ApiCallback<String> _callback) |
Get Swagger Definition (asynchronously)
This operation can be used to retrieve the swagger definition of an API.
|
okhttp3.Call |
ApIsApi.getAPISwaggerCall(String apiId,
String ifNoneMatch,
ApiCallback _callback) |
Build call for getAPISwagger
|
okhttp3.Call |
ApIsApi.getAPIThumbnailAsync(String apiId,
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.getAPIThumbnailCall(String apiId,
String ifNoneMatch,
ApiCallback _callback) |
Build call for getAPIThumbnail
|
okhttp3.Call |
ApiAuditApi.getAuditReportOfAPIAsync(String apiId,
String accept,
ApiCallback<AuditReportDTO> _callback) |
Retrieve the Security Audit Report of the Audit API (asynchronously)
Retrieve the Security Audit Report of the Audit API
|
okhttp3.Call |
ApiAuditApi.getAuditReportOfAPICall(String apiId,
String accept,
ApiCallback _callback) |
Build call for getAuditReportOfAPI
|
okhttp3.Call |
EndpointCertificatesApi.getCertificateUsageByAliasAsync(String alias,
Integer limit,
Integer offset,
ApiCallback<APIMetadataListDTO> _callback) |
Retrieve all the APIs that use a given certificate by the alias (asynchronously)
This operation can be used to retrieve/identify apis that use a known certificate.
|
okhttp3.Call |
EndpointCertificatesApi.getCertificateUsageByAliasCall(String alias,
Integer limit,
Integer offset,
ApiCallback _callback) |
Build call for getCertificateUsageByAlias
|
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
|
okhttp3.Call |
OperationPoliciesApi.getCommonOperationPolicyByPolicyIdAsync(String operationPolicyId,
ApiCallback<OperationPolicyDataDTO> _callback) |
Get the details of a common operation policy by providing policy ID (asynchronously)
This operation can be used to retrieve a particular common operation policy.
|
okhttp3.Call |
OperationPoliciesApi.getCommonOperationPolicyByPolicyIdCall(String operationPolicyId,
ApiCallback _callback) |
Build call for getCommonOperationPolicyByPolicyId
|
okhttp3.Call |
OperationPoliciesApi.getCommonOperationPolicyContentByPolicyIdAsync(String operationPolicyId,
ApiCallback<File> _callback) |
Download a common operation policy (asynchronously)
This operation can be used to download a selected common operation policy.
|
okhttp3.Call |
OperationPoliciesApi.getCommonOperationPolicyContentByPolicyIdCall(String operationPolicyId,
ApiCallback _callback) |
Build call for getCommonOperationPolicyContentByPolicyId
|
okhttp3.Call |
EndpointCertificatesApi.getEndpointCertificateByAliasAsync(String alias,
ApiCallback<CertificateInfoDTO> _callback) |
Get the Certificate Information (asynchronously)
This operation can be used to get the information about a certificate.
|
okhttp3.Call |
EndpointCertificatesApi.getEndpointCertificateByAliasCall(String alias,
ApiCallback _callback) |
Build call for getEndpointCertificateByAlias
|
okhttp3.Call |
EndpointCertificatesApi.getEndpointCertificateContentByAliasAsync(String alias,
ApiCallback<Void> _callback) |
Download a Certificate (asynchronously)
This operation can be used to download a certificate which matches the given alias.
|
okhttp3.Call |
EndpointCertificatesApi.getEndpointCertificateContentByAliasCall(String alias,
ApiCallback _callback) |
Build call for getEndpointCertificateContentByAlias
|
okhttp3.Call |
EndpointCertificatesApi.getEndpointCertificatesAsync(Integer limit,
Integer offset,
String alias,
String endpoint,
ApiCallback<CertificatesDTO> _callback) |
Retrieve/Search Uploaded Certificates (asynchronously)
This operation can be used to retrieve and search the uploaded certificates.
|
okhttp3.Call |
EndpointCertificatesApi.getEndpointCertificatesCall(Integer limit,
Integer offset,
String alias,
String endpoint,
ApiCallback _callback) |
Build call for getEndpointCertificates
|
okhttp3.Call |
ApIsApi.getGeneratedMockScriptsOfAPIAsync(String apiId,
String ifNoneMatch,
ApiCallback<MockResponsePayloadListDTO> _callback) |
Get Generated Mock Response Payloads (asynchronously)
This operation can be used to get generated mock responses from examples of swagger definition of an API.
|
okhttp3.Call |
ApIsApi.getGeneratedMockScriptsOfAPICall(String apiId,
String ifNoneMatch,
ApiCallback _callback) |
Build call for getGeneratedMockScriptsOfAPI
|
okhttp3.Call |
GraphQlPoliciesApi.getGraphQLPolicyComplexityOfAPIAsync(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.getGraphQLPolicyComplexityOfAPICall(String apiId,
ApiCallback _callback) |
Build call for getGraphQLPolicyComplexityOfAPI
|
okhttp3.Call |
GraphQlPoliciesApi.getGraphQLPolicyComplexityTypesOfAPIAsync(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.getGraphQLPolicyComplexityTypesOfAPICall(String apiId,
ApiCallback _callback) |
Build call for getGraphQLPolicyComplexityTypesOfAPI
|
okhttp3.Call |
ApiProductsApi.getIsAPIProductOutdatedAsync(String apiProductId,
String accept,
String ifNoneMatch,
ApiCallback<APIProductOutdatedStatusDTO> _callback) |
Check Whether API Product is Outdated (asynchronously)
This operation can be used to retrieve the status indicating if an API Product is outdated due to updating of dependent APIs (This resource is not supported at the moment)
|
okhttp3.Call |
ApiProductsApi.getIsAPIProductOutdatedCall(String apiProductId,
String accept,
String ifNoneMatch,
ApiCallback _callback) |
Build call for getIsAPIProductOutdated
|
okhttp3.Call |
LinterCustomRulesApi.getLinterCustomRulesAsync(ApiCallback<String> _callback) |
Get linter custom rules.
|
okhttp3.Call |
LinterCustomRulesApi.getLinterCustomRulesCall(ApiCallback _callback) |
Build call for getLinterCustomRules
|
okhttp3.Call |
ApiOperationPoliciesApi.getOperationPolicyForAPIByPolicyIdAsync(String apiId,
String operationPolicyId,
ApiCallback<OperationPolicyDataDTO> _callback) |
Get policy details of an API specific policy (asynchronously)
This operation can be used to retrieve a particular API specific operation policy.
|
okhttp3.Call |
ApiOperationPoliciesApi.getOperationPolicyForAPIByPolicyIdCall(String apiId,
String operationPolicyId,
ApiCallback _callback) |
Build call for getOperationPolicyForAPIByPolicyId
|
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
|
okhttp3.Call |
SettingsApi.getSettingsAsync(ApiCallback<SettingsDTO> _callback) |
Retreive Publisher Settings (asynchronously)
Retreive publisher settings
|
okhttp3.Call |
SettingsApi.getSettingsCall(ApiCallback _callback) |
Build call for getSettings
|
okhttp3.Call |
ScopesApi.getSharedScopeAsync(String scopeId,
ApiCallback<ScopeDTO> _callback) |
Get a Shared Scope by Scope Id (asynchronously)
This operation can be used to retrieve details of a Shared Scope by a given scope Id.
|
okhttp3.Call |
ScopesApi.getSharedScopeCall(String scopeId,
ApiCallback _callback) |
Build call for getSharedScope
|
okhttp3.Call |
ScopesApi.getSharedScopesAsync(Integer limit,
Integer offset,
ApiCallback<ScopeListDTO> _callback) |
Get All Available Shared Scopes (asynchronously)
This operation can be used to get all the available Shared Scopes.
|
okhttp3.Call |
ScopesApi.getSharedScopesCall(Integer limit,
Integer offset,
ApiCallback _callback) |
Build call for getSharedScopes
|
okhttp3.Call |
ScopesApi.getSharedScopeUsagesAsync(String scopeId,
ApiCallback<SharedScopeUsageDTO> _callback) |
Get usages of a Shared Scope by Scope Id (asynchronously)
This operation can be used to retrieve usages of a Shared Scope by a given scope Id.
|
okhttp3.Call |
ScopesApi.getSharedScopeUsagesCall(String scopeId,
ApiCallback _callback) |
Build call for getSharedScopeUsages
|
okhttp3.Call |
SubscriberApi.getSubscriberInfoBySubscriptionIdAsync(String subscriptionId,
ApiCallback<SubscriberInfoDTO> _callback) |
Get Details of a Subscriber (asynchronously)
This operation can be used to get details of a user who subscribed to the API.
|
okhttp3.Call |
SubscriberApi.getSubscriberInfoBySubscriptionIdCall(String subscriptionId,
ApiCallback _callback) |
Build call for getSubscriberInfoBySubscriptionId
|
okhttp3.Call |
SubscriptionsApi.getSubscriptionsAsync(String apiId,
Integer limit,
Integer offset,
String ifNoneMatch,
String query,
ApiCallback<SubscriptionListDTO> _callback) |
Get all Subscriptions (asynchronously)
This operation can be used to retrieve a list of subscriptions of the user associated with the provided access token.
|
okhttp3.Call |
SubscriptionsApi.getSubscriptionsCall(String apiId,
Integer limit,
Integer offset,
String ifNoneMatch,
String query,
ApiCallback _callback) |
Build call for getSubscriptions
|
okhttp3.Call |
ThrottlingPoliciesApi.getSubscriptionThrottlingPoliciesAsync(Integer limit,
Integer offset,
String ifNoneMatch,
ApiCallback<SubscriptionPolicyListDTO> _callback) |
Get streaming throttling policies (asynchronously)
This operation can be used to list the available streaming subscription policies
|
okhttp3.Call |
ThrottlingPoliciesApi.getSubscriptionThrottlingPoliciesCall(Integer limit,
Integer offset,
String ifNoneMatch,
ApiCallback _callback) |
Build call for getSubscriptionThrottlingPolicies
|
okhttp3.Call |
ApiMonetizationApi.getSubscriptionUsageAsync(String subscriptionId,
ApiCallback<APIMonetizationUsageDTO> _callback) |
Get Details of a Pending Invoice for a Monetized Subscription with Metered Billing.
|
okhttp3.Call |
ApiMonetizationApi.getSubscriptionUsageCall(String subscriptionId,
ApiCallback _callback) |
Build call for getSubscriptionUsage
|
okhttp3.Call |
TenantsApi.getTenantExistenceAsync(String tenantDomain,
ApiCallback<Void> _callback) |
Check Whether the Given Tenant already Exists (asynchronously)
Using this operation, user can check whether a given tenant exists or not.
|
okhttp3.Call |
TenantsApi.getTenantExistenceCall(String tenantDomain,
ApiCallback _callback) |
Build call for getTenantExistence
|
okhttp3.Call |
TenantsApi.getTenantsByStateAsync(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.getTenantsByStateCall(String state,
Integer limit,
Integer offset,
ApiCallback _callback) |
Build call for getTenantsByState
|
okhttp3.Call |
ThrottlingPoliciesApi.getThrottlingPolicyByNameAsync(String policyName,
String policyLevel,
String ifNoneMatch,
ApiCallback<ThrottlingPolicyDTO> _callback) |
Get Details of a Policy (asynchronously)
This operation can be used to retrieve details of a single policy by specifying the policy level and policy name.
|
okhttp3.Call |
ThrottlingPoliciesApi.getThrottlingPolicyByNameCall(String policyName,
String policyLevel,
String ifNoneMatch,
ApiCallback _callback) |
Build call for getThrottlingPolicyByName
|
okhttp3.Call |
ApIsApi.getWSDLInfoOfAPIAsync(String apiId,
ApiCallback<WSDLInfoDTO> _callback) |
Get WSDL Meta Information (asynchronously)
This operation can be used to retrieve the WSDL meta information of an API.
|
okhttp3.Call |
ApIsApi.getWSDLInfoOfAPICall(String apiId,
ApiCallback _callback) |
Build call for getWSDLInfoOfAPI
|
okhttp3.Call |
ApIsApi.getWSDLOfAPIAsync(String apiId,
String ifNoneMatch,
ApiCallback<Void> _callback) |
Get WSDL definition (asynchronously)
This operation can be used to retrieve the WSDL definition of an API.
|
okhttp3.Call |
ApIsApi.getWSDLOfAPICall(String apiId,
String ifNoneMatch,
ApiCallback _callback) |
Build call for getWSDLOfAPI
|
okhttp3.Call |
ImportExportApi.importAPIAsync(File file,
Boolean preserveProvider,
Boolean rotateRevision,
Boolean overwrite,
ApiCallback<Void> _callback) |
Import an API (asynchronously)
This operation can be used to import an API.
|
okhttp3.Call |
ImportExportApi.importAPICall(File file,
Boolean preserveProvider,
Boolean rotateRevision,
Boolean overwrite,
ApiCallback _callback) |
Build call for importAPI
|
okhttp3.Call |
ImportExportApi.importAPIProductAsync(File file,
Boolean preserveProvider,
Boolean rotateRevision,
Boolean importAPIs,
Boolean overwriteAPIProduct,
Boolean overwriteAPIs,
ApiCallback<Void> _callback) |
Import an API Product (asynchronously)
This operation can be used to import an API Product.
|
okhttp3.Call |
ImportExportApi.importAPIProductCall(File file,
Boolean preserveProvider,
Boolean rotateRevision,
Boolean importAPIs,
Boolean overwriteAPIProduct,
Boolean overwriteAPIs,
ApiCallback _callback) |
Build call for importAPIProduct
|
okhttp3.Call |
ApIsApi.importAsyncAPISpecificationAsync(File file,
String url,
String additionalProperties,
ApiCallback<APIDTO> _callback) |
import an AsyncAPI Specification (asynchronously)
This operation can be used to create and API from the AsyncAPI Specification.
|
okhttp3.Call |
ApIsApi.importAsyncAPISpecificationCall(File file,
String url,
String additionalProperties,
ApiCallback _callback) |
Build call for importAsyncAPISpecification
|
okhttp3.Call |
ApIsApi.importGraphQLSchemaAsync(String ifMatch,
String type,
File file,
String additionalProperties,
ApiCallback<APIDTO> _callback) |
Import a GraphQL SDL (asynchronously)
This operation can be used to create api from api definition.APIMgtDAOTest API definition is GraphQL Schema
|
okhttp3.Call |
ApIsApi.importGraphQLSchemaCall(String ifMatch,
String type,
File file,
String additionalProperties,
ApiCallback _callback) |
Build call for importGraphQLSchema
|
okhttp3.Call |
ApIsApi.importOpenAPIDefinitionAsync(File file,
String url,
String additionalProperties,
String inlineAPIDefinition,
ApiCallback<APIDTO> _callback) |
Import an OpenAPI Definition (asynchronously)
This operation can be used to create an API from an OpenAPI definition.
|
okhttp3.Call |
ApIsApi.importOpenAPIDefinitionCall(File file,
String url,
String additionalProperties,
String inlineAPIDefinition,
ApiCallback _callback) |
Build call for importOpenAPIDefinition
|
okhttp3.Call |
ImportExportApi.importOperationPolicyAsync(File file,
ApiCallback<Void> _callback) |
Import an API Policy (asynchronously)
This operation can be used to import an API Policy.
|
okhttp3.Call |
ImportExportApi.importOperationPolicyCall(File file,
ApiCallback _callback) |
Build call for importOperationPolicy
|
okhttp3.Call |
ApIsApi.importServiceFromCatalogAsync(String serviceKey,
APIDTO APIDTO,
ApiCallback<APIDTO> _callback) |
Import a Service from Service Catalog (asynchronously)
This operation can be used to create an API from a Service from Service Catalog
|
okhttp3.Call |
ApIsApi.importServiceFromCatalogCall(String serviceKey,
APIDTO APIDTO,
ApiCallback _callback) |
Build call for importServiceFromCatalog
|
okhttp3.Call |
ApIsApi.importWSDLDefinitionAsync(File file,
String url,
String additionalProperties,
String implementationType,
ApiCallback<APIDTO> _callback) |
Import a WSDL Definition (asynchronously)
This operation can be used to create an API using a WSDL definition.
|
okhttp3.Call |
ApIsApi.importWSDLDefinitionCall(File file,
String url,
String additionalProperties,
String implementationType,
ApiCallback _callback) |
Build call for importWSDLDefinition
|
okhttp3.Call |
ExternalStoresApi.publishAPIToExternalStoresAsync(String apiId,
String externalStoreIds,
String ifMatch,
ApiCallback<APIExternalStoreListDTO> _callback) |
Publish an API to External Stores (asynchronously)
This operation can be used to publish an API to a list of external stores.
|
okhttp3.Call |
ExternalStoresApi.publishAPIToExternalStoresCall(String apiId,
String externalStoreIds,
String ifMatch,
ApiCallback _callback) |
Build call for publishAPIToExternalStores
|
okhttp3.Call |
ApIsApi.reimportServiceFromCatalogAsync(String apiId,
ApiCallback<APIDTO> _callback) |
Update the Service that is used to create the API (asynchronously)
This operation can be used to re-import the Service used to create the API
|
okhttp3.Call |
ApIsApi.reimportServiceFromCatalogCall(String apiId,
ApiCallback _callback) |
Build call for reimportServiceFromCatalog
|
okhttp3.Call |
ApiProductRevisionsApi.restoreAPIProductRevisionAsync(String apiProductId,
String revisionId,
ApiCallback<APIProductDTO> _callback) |
Restore Revision (asynchronously)
Restore a revision to the Current API of the API Product
|
okhttp3.Call |
ApiProductRevisionsApi.restoreAPIProductRevisionCall(String apiProductId,
String revisionId,
ApiCallback _callback) |
Build call for restoreAPIProductRevision
|
okhttp3.Call |
ApiRevisionsApi.restoreAPIRevisionAsync(String apiId,
String revisionId,
ApiCallback<APIDTO> _callback) |
Restore API Revision (asynchronously)
Restore a revision to the current API of the API
|
okhttp3.Call |
ApiRevisionsApi.restoreAPIRevisionCall(String apiId,
String revisionId,
ApiCallback _callback) |
Build call for restoreAPIRevision
|
okhttp3.Call |
UnifiedSearchApi.searchAsync(Integer limit,
Integer offset,
String query,
String ifNoneMatch,
ApiCallback<SearchResultListDTO> _callback) |
Retrieve/Search APIs and API Documents by Content (asynchronously)
This operation provides you a list of available APIs and API Documents qualifying the given keyword match.
|
okhttp3.Call |
UnifiedSearchApi.searchCall(Integer limit,
Integer offset,
String query,
String ifNoneMatch,
ApiCallback _callback) |
Build call for search
|
okhttp3.Call |
SubscriptionsApi.unBlockSubscriptionAsync(String subscriptionId,
String ifMatch,
ApiCallback<Void> _callback) |
Unblock a Subscription (asynchronously)
This operation can be used to unblock a subscription specifying the subscription Id.
|
okhttp3.Call |
SubscriptionsApi.unBlockSubscriptionCall(String subscriptionId,
String ifMatch,
ApiCallback _callback) |
Build call for unBlockSubscription
|
okhttp3.Call |
ApiProductRevisionsApi.undeployAPIProductRevisionAsync(String apiProductId,
String revisionId,
String revisionNumber,
Boolean allEnvironments,
List<APIRevisionDeploymentDTO> apIRevisionDeploymentDTO,
ApiCallback<Void> _callback) |
UnDeploy Revision (asynchronously)
UnDeploy an API Product Revision
|
okhttp3.Call |
ApiProductRevisionsApi.undeployAPIProductRevisionCall(String apiProductId,
String revisionId,
String revisionNumber,
Boolean allEnvironments,
List<APIRevisionDeploymentDTO> apIRevisionDeploymentDTO,
ApiCallback _callback) |
Build call for undeployAPIProductRevision
|
okhttp3.Call |
ApiRevisionsApi.undeployAPIRevisionAsync(String apiId,
String revisionId,
String revisionNumber,
Boolean allEnvironments,
List<APIRevisionDeploymentDTO> apIRevisionDeploymentDTO,
ApiCallback<Void> _callback) |
UnDeploy Revision (asynchronously)
UnDeploy a revision
|
okhttp3.Call |
ApiRevisionsApi.undeployAPIRevisionCall(String apiId,
String revisionId,
String revisionNumber,
Boolean allEnvironments,
List<APIRevisionDeploymentDTO> apIRevisionDeploymentDTO,
ApiCallback _callback) |
Build call for undeployAPIRevision
|
okhttp3.Call |
ApIsApi.updateAPIAsync(String apiId,
APIDTO APIDTO,
String ifMatch,
ApiCallback<APIDTO> _callback) |
Update an API (asynchronously)
This operation can be used to update an existing API.
|
okhttp3.Call |
ApIsApi.updateAPICall(String apiId,
APIDTO APIDTO,
String ifMatch,
ApiCallback _callback) |
Build call for updateAPI
|
okhttp3.Call |
ClientCertificatesApi.updateAPIClientCertificateByAliasAsync(String alias,
String apiId,
File certificate,
String tier,
ApiCallback<ClientCertMetadataDTO> _callback) |
Update a Certificate (asynchronously)
This operation can be used to update an uploaded certificate.
|
okhttp3.Call |
ClientCertificatesApi.updateAPIClientCertificateByAliasCall(String alias,
String apiId,
File certificate,
String tier,
ApiCallback _callback) |
Build call for updateAPIClientCertificateByAlias
|
okhttp3.Call |
ApiRevisionsApi.updateAPIDeploymentAsync(String apiId,
String deploymentId,
APIRevisionDeploymentDTO apIRevisionDeploymentDTO,
ApiCallback<APIRevisionDeploymentDTO> _callback) |
Update Deployment (asynchronously)
Update deployment devportal visibility
|
okhttp3.Call |
ApiRevisionsApi.updateAPIDeploymentCall(String apiId,
String deploymentId,
APIRevisionDeploymentDTO apIRevisionDeploymentDTO,
ApiCallback _callback) |
Build call for updateAPIDeployment
|
okhttp3.Call |
ApiDocumentsApi.updateAPIDocumentAsync(String apiId,
String documentId,
DocumentDTO documentDTO,
String ifMatch,
ApiCallback<DocumentDTO> _callback) |
Update a Document of an API (asynchronously)
This operation can be used to update metadata of an API's document.
|
okhttp3.Call |
ApiDocumentsApi.updateAPIDocumentCall(String apiId,
String documentId,
DocumentDTO documentDTO,
String ifMatch,
ApiCallback _callback) |
Build call for updateAPIDocument
|
okhttp3.Call |
GraphQlSchemaApi.updateAPIGraphQLSchemaAsync(String apiId,
String schemaDefinition,
String ifMatch,
ApiCallback<Void> _callback) |
Add a Schema to a GraphQL API (asynchronously)
This operation can be used to add a GraphQL Schema definition to an existing GraphQL API.
|
okhttp3.Call |
GraphQlSchemaApi.updateAPIGraphQLSchemaCall(String apiId,
String schemaDefinition,
String ifMatch,
ApiCallback _callback) |
Build call for updateAPIGraphQLSchema
|
okhttp3.Call |
ApiProductsApi.updateAPIProductAsync(String apiProductId,
APIProductDTO apIProductDTO,
String ifMatch,
ApiCallback<APIProductDTO> _callback) |
Update an API Product (asynchronously)
This operation can be used to update an existing API product.
|
okhttp3.Call |
ApiProductsApi.updateAPIProductCall(String apiProductId,
APIProductDTO apIProductDTO,
String ifMatch,
ApiCallback _callback) |
Build call for updateAPIProduct
|
okhttp3.Call |
ApiProductRevisionsApi.updateAPIProductDeploymentAsync(String apiProductId,
String deploymentId,
APIRevisionDeploymentDTO apIRevisionDeploymentDTO,
ApiCallback<APIRevisionDeploymentDTO> _callback) |
Update Deployment (asynchronously)
Update deployment devportal visibility
|
okhttp3.Call |
ApiProductRevisionsApi.updateAPIProductDeploymentCall(String apiProductId,
String deploymentId,
APIRevisionDeploymentDTO apIRevisionDeploymentDTO,
ApiCallback _callback) |
Build call for updateAPIProductDeployment
|
okhttp3.Call |
ApiProductDocumentsApi.updateAPIProductDocumentAsync(String apiProductId,
String documentId,
DocumentDTO documentDTO,
String ifMatch,
ApiCallback<DocumentDTO> _callback) |
Update a Document of an API Product (asynchronously)
This operation can be used to update metadata of an API's document.
|
okhttp3.Call |
ApiProductDocumentsApi.updateAPIProductDocumentCall(String apiProductId,
String documentId,
DocumentDTO documentDTO,
String ifMatch,
ApiCallback _callback) |
Build call for updateAPIProductDocument
|
okhttp3.Call |
ApiProductsApi.updateAPIProductThumbnailAsync(String apiProductId,
File file,
String ifMatch,
ApiCallback<FileInfoDTO> _callback) |
Upload a Thumbnail Image (asynchronously)
This operation can be used to upload a thumbnail image of an API Product.
|
okhttp3.Call |
ApiProductsApi.updateAPIProductThumbnailCall(String apiProductId,
File file,
String ifMatch,
ApiCallback _callback) |
Build call for updateAPIProductThumbnail
|
okhttp3.Call |
ApiResourcePoliciesApi.updateAPIResourcePoliciesByPolicyIdAsync(String apiId,
String resourcePolicyId,
ResourcePolicyInfoDTO resourcePolicyInfoDTO,
String ifMatch,
ApiCallback<ResourcePolicyInfoDTO> _callback) |
Update the Resource Policy(inflow/outflow) Definition for the Given Resource Identifier (asynchronously)
This operation can be used to update the resource policy(inflow/outflow) definition for the given resource identifier of an existing API.
|
okhttp3.Call |
ApiResourcePoliciesApi.updateAPIResourcePoliciesByPolicyIdCall(String apiId,
String resourcePolicyId,
ResourcePolicyInfoDTO resourcePolicyInfoDTO,
String ifMatch,
ApiCallback _callback) |
Build call for updateAPIResourcePoliciesByPolicyId
|
okhttp3.Call |
ApIsApi.updateAPISwaggerAsync(String apiId,
String ifMatch,
String apiDefinition,
String url,
File file,
ApiCallback<String> _callback) |
Update Swagger Definition (asynchronously)
This operation can be used to update the swagger definition of an existing API.
|
okhttp3.Call |
ApIsApi.updateAPISwaggerCall(String apiId,
String ifMatch,
String apiDefinition,
String url,
File file,
ApiCallback _callback) |
Build call for updateAPISwagger
|
okhttp3.Call |
ApIsApi.updateAPIThumbnailAsync(String apiId,
File file,
String ifMatch,
ApiCallback<FileInfoDTO> _callback) |
Upload a Thumbnail Image (asynchronously)
This operation can be used to upload a thumbnail image of an API.
|
okhttp3.Call |
ApIsApi.updateAPIThumbnailCall(String apiId,
File file,
String ifMatch,
ApiCallback _callback) |
Build call for updateAPIThumbnail
|
okhttp3.Call |
EndpointCertificatesApi.updateEndpointCertificateByAliasAsync(String alias,
File certificate,
ApiCallback<CertMetadataDTO> _callback) |
Update a certificate.
|
okhttp3.Call |
EndpointCertificatesApi.updateEndpointCertificateByAliasCall(String alias,
File certificate,
ApiCallback _callback) |
Build call for updateEndpointCertificateByAlias
|
okhttp3.Call |
GraphQlPoliciesApi.updateGraphQLPolicyComplexityOfAPIAsync(String apiId,
GraphQLQueryComplexityInfoDTO graphQLQueryComplexityInfoDTO,
ApiCallback<Void> _callback) |
Update Complexity Related Details of an API (asynchronously)
This operation can be used to update complexity details belonging to an API by providing the id of the API.
|
okhttp3.Call |
GraphQlPoliciesApi.updateGraphQLPolicyComplexityOfAPICall(String apiId,
GraphQLQueryComplexityInfoDTO graphQLQueryComplexityInfoDTO,
ApiCallback _callback) |
Build call for updateGraphQLPolicyComplexityOfAPI
|
okhttp3.Call |
ScopesApi.updateSharedScopeAsync(String scopeId,
ScopeDTO scopeDTO,
ApiCallback<ScopeDTO> _callback) |
Update a Shared Scope (asynchronously)
This operation can be used to update a Shared Scope by a given scope Id.
|
okhttp3.Call |
ScopesApi.updateSharedScopeCall(String scopeId,
ScopeDTO scopeDTO,
ApiCallback _callback) |
Build call for updateSharedScope
|
okhttp3.Call |
ApIsApi.updateTopicsAsync(String apiId,
TopicListDTO topicListDTO,
String ifMatch,
ApiCallback<APIDTO> _callback) |
Update Topics (asynchronously)
This operation can be used to update topics of an existing API.
|
okhttp3.Call |
ApIsApi.updateTopicsCall(String apiId,
TopicListDTO topicListDTO,
String ifMatch,
ApiCallback _callback) |
Build call for updateTopics
|
okhttp3.Call |
ApIsApi.updateWSDLOfAPIAsync(String apiId,
String ifMatch,
File file,
String url,
ApiCallback<Void> _callback) |
Update WSDL Definition (asynchronously)
This operation can be used to update the WSDL definition of an existing API.
|
okhttp3.Call |
ApIsApi.updateWSDLOfAPICall(String apiId,
String ifMatch,
File file,
String url,
ApiCallback _callback) |
Build call for updateWSDLOfAPI
|
okhttp3.Call |
ValidationApi.validateAPIAsync(String query,
String ifNoneMatch,
ApiCallback<Void> _callback) |
Check Given API Context Name already Exists (asynchronously)
Using this operation, you can check a given API context is already used.
|
okhttp3.Call |
ValidationApi.validateAPICall(String query,
String ifNoneMatch,
ApiCallback _callback) |
Build call for validateAPI
|
okhttp3.Call |
ValidationApi.validateAsyncAPISpecificationAsync(Boolean returnContent,
String url,
File file,
ApiCallback<AsyncAPISpecificationValidationResponseDTO> _callback) |
Validate an AsyncAPI Specification (asynchronously)
This operation can be used to validate and AsyncAPI Specification and retrieve a summary.
|
okhttp3.Call |
ValidationApi.validateAsyncAPISpecificationCall(Boolean returnContent,
String url,
File file,
ApiCallback _callback) |
Build call for validateAsyncAPISpecification
|
okhttp3.Call |
ApiDocumentsApi.validateDocumentAsync(String apiId,
String name,
String ifMatch,
ApiCallback<Void> _callback) |
Check Whether a Document with the Provided Name Exist (asynchronously)
This operation can be used to verify the document name exists or not.
|
okhttp3.Call |
ApiDocumentsApi.validateDocumentCall(String apiId,
String name,
String ifMatch,
ApiCallback _callback) |
Build call for validateDocument
|
okhttp3.Call |
ValidationApi.validateEndpointAsync(String endpointUrl,
String apiId,
ApiCallback<ApiEndpointValidationResponseDTO> _callback) |
Check Whether Given Endpoint URL is Valid (asynchronously)
Using this operation, it is possible check whether the given API endpoint url is a valid url
|
okhttp3.Call |
ValidationApi.validateEndpointCall(String endpointUrl,
String apiId,
ApiCallback _callback) |
Build call for validateEndpoint
|
okhttp3.Call |
ValidationApi.validateGraphQLSchemaAsync(File file,
ApiCallback<GraphQLValidationResponseDTO> _callback) |
Validate a GraphQL SDL (asynchronously)
This operation can be used to validate a graphQL definition and retrieve a summary.
|
okhttp3.Call |
ValidationApi.validateGraphQLSchemaCall(File file,
ApiCallback _callback) |
Build call for validateGraphQLSchema
|
okhttp3.Call |
ValidationApi.validateOpenAPIDefinitionAsync(Boolean returnContent,
String url,
File file,
String inlineAPIDefinition,
ApiCallback<OpenAPIDefinitionValidationResponseDTO> _callback) |
Validate an OpenAPI Definition (asynchronously)
This operation can be used to validate an OpenAPI definition and retrieve a summary.
|
okhttp3.Call |
ValidationApi.validateOpenAPIDefinitionCall(Boolean returnContent,
String url,
File file,
String inlineAPIDefinition,
ApiCallback _callback) |
Build call for validateOpenAPIDefinition
|
okhttp3.Call |
ScopesApi.validateScopeAsync(String scopeId,
ApiCallback<Void> _callback) |
Check Given Scope Name already Exists (asynchronously)
Using this operation, user can check a given scope name exists or not.
|
okhttp3.Call |
ScopesApi.validateScopeCall(String scopeId,
ApiCallback _callback) |
Build call for validateScope
|
okhttp3.Call |
RolesApi.validateSystemRoleAsync(String roleId,
ApiCallback<Void> _callback) |
Check Whether Given Role Name already Exist (asynchronously)
Using this operation, user can check a given role name exists or not.
|
okhttp3.Call |
RolesApi.validateSystemRoleCall(String roleId,
ApiCallback _callback) |
Build call for validateSystemRole
|
okhttp3.Call |
RolesApi.validateUserRoleAsync(String roleId,
ApiCallback<Void> _callback) |
Validate Whether the Logged-in User has the Given Role (asynchronously)
Using this operation, logged-in user can check whether he has given role.
|
okhttp3.Call |
RolesApi.validateUserRoleCall(String roleId,
ApiCallback _callback) |
Build call for validateUserRole
|
okhttp3.Call |
ValidationApi.validateWSDLDefinitionAsync(String url,
File file,
ApiCallback<WSDLValidationResponseDTO> _callback) |
Validate a WSDL Definition (asynchronously)
This operation can be used to validate a WSDL definition and retrieve a summary.
|
okhttp3.Call |
ValidationApi.validateWSDLDefinitionCall(String url,
File file,
ApiCallback _callback) |
Build call for validateWSDLDefinition
|