Uses of Interface
org.wso2.am.integration.clients.admin.ApiCallback
Packages that use ApiCallback
-
Uses of ApiCallback in org.wso2.am.integration.clients.admin
Methods in org.wso2.am.integration.clients.admin with parameters of type ApiCallbackModifier and TypeMethodDescriptionokhttp3.CallApiClient.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.RequestApiClient.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> voidApiClient.executeAsync(okhttp3.Call call, Type returnType, ApiCallback<T> callback) Execute HTTP call asynchronously.<T> voidApiClient.executeAsync(okhttp3.Call call, ApiCallback<T> callback) Constructors in org.wso2.am.integration.clients.admin with parameters of type ApiCallbackModifierConstructorDescriptionProgressRequestBody(okhttp3.RequestBody requestBody, ApiCallback callback) ProgressResponseBody(okhttp3.ResponseBody responseBody, ApiCallback callback) -
Uses of ApiCallback in org.wso2.am.integration.clients.admin.api
Methods in org.wso2.am.integration.clients.admin.api with parameters of type ApiCallbackModifier and TypeMethodDescriptionokhttp3.CallAiServiceProvidersApi.addAIServiceProviderAsync(String name, String apiVersion, String configurations, File apiDefinition, String description, String multipleModelProviderSupport, String modelProviders, ApiCallback<AIServiceProviderResponseDTO> _callback) Add a AI Service provider (asynchronously) Add a new AI Service providerokhttp3.CallAiServiceProvidersApi.addAIServiceProviderCall(String name, String apiVersion, String configurations, File apiDefinition, String description, String multipleModelProviderSupport, String modelProviders, ApiCallback _callback) Build call for addAIServiceProviderokhttp3.CallApiCategoryIndividualApi.apiCategoriesApiCategoryIdDeleteAsync(String apiCategoryId, String ifMatch, String ifUnmodifiedSince, ApiCallback<Void> _callback) Delete an API Category (asynchronously) Delete an API Category by API Category Idokhttp3.CallApiCategoryIndividualApi.apiCategoriesApiCategoryIdDeleteCall(String apiCategoryId, String ifMatch, String ifUnmodifiedSince, ApiCallback _callback) Build call for apiCategoriesApiCategoryIdDeleteokhttp3.CallApiCategoryIndividualApi.apiCategoriesApiCategoryIdPutAsync(String apiCategoryId, APICategoryDTO apICategoryDTO, ApiCallback<APICategoryDTO> _callback) Update an API Category (asynchronously) Update an API Category by category Idokhttp3.CallApiCategoryIndividualApi.apiCategoriesApiCategoryIdPutCall(String apiCategoryId, APICategoryDTO apICategoryDTO, ApiCallback _callback) Build call for apiCategoriesApiCategoryIdPutokhttp3.CallApiCategoryCollectionApi.apiCategoriesGetAsync(ApiCallback<APICategoryListDTO> _callback) Get all API Categories (asynchronously) Get all API categoriesokhttp3.CallApiCategoryCollectionApi.apiCategoriesGetCall(ApiCallback _callback) Build call for apiCategoriesGetokhttp3.CallApiCategoryIndividualApi.apiCategoriesPostAsync(APICategoryDTO apICategoryDTO, ApiCallback<APICategoryDTO> _callback) Add API Category (asynchronously) Add a new API categoryokhttp3.CallApiCategoryIndividualApi.apiCategoriesPostCall(APICategoryDTO apICategoryDTO, ApiCallback _callback) Build call for apiCategoriesPostokhttp3.CallApplicationApi.applicationsApplicationIdChangeOwnerPostAsync(String owner, String applicationId, ApiCallback<Void> _callback) Change Application Owner (asynchronously) This operation is used to change the owner of an Application.okhttp3.CallApplicationApi.applicationsApplicationIdChangeOwnerPostCall(String owner, String applicationId, ApiCallback _callback) Build call for applicationsApplicationIdChangeOwnerPostokhttp3.CallApplicationsApi.applicationsApplicationIdDeleteAsync(String applicationId, String ifMatch, ApiCallback<Void> _callback) Delete an Application (asynchronously) This operation can be used to delete an application by specifying its id.okhttp3.CallApplicationsApi.applicationsApplicationIdDeleteCall(String applicationId, String ifMatch, ApiCallback _callback) Build call for applicationsApplicationIdDeleteokhttp3.CallApplicationCollectionApi.applicationsGetAsync(String user, Integer limit, Integer offset, String accept, String ifNoneMatch, String name, String tenantDomain, ApiCallback<ApplicationListDTO> _callback) Retrieve/Search Applications (asynchronously) This operation can be used to retrieve list of applications owned by the given user, If no user is provided, the applications owned by the user associated with the provided access token will be returned.okhttp3.CallApplicationCollectionApi.applicationsGetCall(String user, Integer limit, Integer offset, String accept, String ifNoneMatch, String name, String tenantDomain, ApiCallback _callback) Build call for applicationsGetokhttp3.CallAiServiceProviderApi.deleteAIServiceProviderAsync(String aiServiceProviderId, ApiCallback<Void> _callback) Delete a AI Service Provider (asynchronously) Delete a AI Service Provider by aiServiceProviderIdokhttp3.CallAiServiceProviderApi.deleteAIServiceProviderCall(String aiServiceProviderId, ApiCallback _callback) Build call for deleteAIServiceProviderokhttp3.CallEnvironmentApi.environmentsEnvironmentIdDeleteAsync(String environmentId, ApiCallback<Void> _callback) Delete an Environment (asynchronously) Delete a Environment by Environment Idokhttp3.CallEnvironmentApi.environmentsEnvironmentIdDeleteCall(String environmentId, ApiCallback _callback) Build call for environmentsEnvironmentIdDeleteokhttp3.CallEnvironmentsApi.environmentsEnvironmentIdGatewaysGetAsync(String environmentId, ApiCallback<GatewayInstanceListDTO> _callback) Get Gateway Instances in a Gateway Environment (asynchronously) Retrieve list of gateway Instances in the gateway environment.okhttp3.CallEnvironmentsApi.environmentsEnvironmentIdGatewaysGetCall(String environmentId, ApiCallback _callback) Build call for environmentsEnvironmentIdGatewaysGetokhttp3.CallEnvironmentApi.environmentsEnvironmentIdPutAsync(String environmentId, EnvironmentDTO environmentDTO, ApiCallback<EnvironmentDTO> _callback) Update an Environment (asynchronously) Update a gateway Environment by environment Idokhttp3.CallEnvironmentApi.environmentsEnvironmentIdPutCall(String environmentId, EnvironmentDTO environmentDTO, ApiCallback _callback) Build call for environmentsEnvironmentIdPutokhttp3.CallEnvironmentCollectionApi.environmentsGetAsync(ApiCallback<EnvironmentListDTO> _callback) Get all registered Environments (asynchronously) Get all Registered Environmentsokhttp3.CallEnvironmentCollectionApi.environmentsGetCall(ApiCallback _callback) Build call for environmentsGetokhttp3.CallEnvironmentApi.environmentsPostAsync(EnvironmentDTO environmentDTO, ApiCallback<EnvironmentDTO> _callback) Add an Environment (asynchronously) Add a new geteway environmentokhttp3.CallEnvironmentApi.environmentsPostCall(EnvironmentDTO environmentDTO, ApiCallback _callback) Build call for environmentsPostokhttp3.CallApiIndividualApi.exportApiGetAsync(String name, String version, String providerName, String format, Boolean preserveStatus, ApiCallback<File> _callback) Export an API (asynchronously) This operation can be used to export the details of a particular API as a zip file.okhttp3.CallApiIndividualApi.exportApiGetCall(String name, String version, String providerName, String format, Boolean preserveStatus, ApiCallback _callback) Build call for exportApiGetokhttp3.CallApiProductIndividualApi.exportApiProductGetAsync(String name, String version, String providerName, String format, Boolean preserveStatus, ApiCallback<File> _callback) Export an API Product (asynchronously) This operation can be used to export the details of a particular API Product as a zip file.okhttp3.CallApiProductIndividualApi.exportApiProductGetCall(String name, String version, String providerName, String format, Boolean preserveStatus, ApiCallback _callback) Build call for exportApiProductGetokhttp3.CallApplicationIndividualApi.exportApplicationsGetAsync(String appName, String appOwner, Boolean withKeys, ApiCallback<File> _callback) Export an Application (asynchronously) This operation can be used to export the details of a particular application as a zip file.okhttp3.CallApplicationIndividualApi.exportApplicationsGetCall(String appName, String appOwner, Boolean withKeys, ApiCallback _callback) Build call for exportApplicationsGetokhttp3.CallTenantConfigApi.exportTenantConfigAsync(ApiCallback<String> _callback) Export a tenant-Config.okhttp3.CallTenantConfigApi.exportTenantConfigCall(ApiCallback _callback) Build call for exportTenantConfigokhttp3.CallTenantConfigSchemaApi.exportTenantConfigSchemaAsync(ApiCallback<Object> _callback) Export a tenant-Config-Schema.okhttp3.CallTenantConfigSchemaApi.exportTenantConfigSchemaCall(ApiCallback _callback) Build call for exportTenantConfigSchemaokhttp3.CallTenantThemeApi.exportTenantThemeAsync(ApiCallback<File> _callback) Export a DevPortal Tenant Theme (asynchronously) This operation can be used to export a DevPortal tenant theme as a zip file.okhttp3.CallTenantThemeApi.exportTenantThemeCall(ApiCallback _callback) Build call for exportTenantThemeokhttp3.CallImportExportThrottlingPolicyApi.exportThrottlingPolicyAsync(String policyId, String name, String type, ApiCallback<ExportThrottlePolicyDTO> _callback) Export a Throttling Policy (asynchronously) This operation can be used to export the details of a particular Throttling Policy.okhttp3.CallImportExportThrottlingPolicyApi.exportThrottlingPolicyCall(String policyId, String name, String type, ApiCallback _callback) Build call for exportThrottlingPolicyokhttp3.CallAlertsApi.getAdminAlertTypesAsync(ApiCallback<AlertTypesListDTO> _callback) Get all Admin Alert Types (asynchronously) This operation is used to get the list of supportd alert types for the apim admin dashboardokhttp3.CallAlertsApi.getAdminAlertTypesCall(ApiCallback _callback) Build call for getAdminAlertTypesokhttp3.CallAiServiceProviderApi.getAIServiceProviderAsync(String aiServiceProviderId, ApiCallback<AIServiceProviderResponseDTO> _callback) Get AI Service Provider (asynchronously) Get a AI Service Providerokhttp3.CallAiServiceProviderApi.getAIServiceProviderCall(String aiServiceProviderId, ApiCallback _callback) Build call for getAIServiceProviderokhttp3.CallAiServiceProvidersApi.getAIServiceProvidersAsync(ApiCallback<AIServiceProviderSummaryResponseListDTO> _callback) Get all AI Service providers (asynchronously) Get all AI Service providersokhttp3.CallAiServiceProvidersApi.getAIServiceProvidersCall(ApiCallback _callback) Build call for getAIServiceProvidersokhttp3.CallApIsApi.getAllAPIsAsync(Integer limit, Integer offset, String query, String ifNoneMatch, ApiCallback<SearchResultListDTO> _callback) Retrieve/Search APIs (asynchronously) This operation provides you a list of available APIs qualifying under a given search condition.okhttp3.CallApIsApi.getAllAPIsCall(Integer limit, Integer offset, String query, String ifNoneMatch, ApiCallback _callback) Build call for getAllAPIsokhttp3.CallBotDetectionAlertSubscriptionsApi.getBotDetectionAlertSubscriptionsAsync(ApiCallback<BotDetectionAlertSubscriptionListDTO> _callback) Get Subscriptions for Bot Detection (asynchronously) Get the list of subscriptions which are subscribed to receive email alerts for bot detectionokhttp3.CallBotDetectionAlertSubscriptionsApi.getBotDetectionAlertSubscriptionsCall(ApiCallback _callback) Build call for getBotDetectionAlertSubscriptionsokhttp3.CallBotDetectionDataApi.getBotDetectionDataAsync(ApiCallback<BotDetectionDataListDTO> _callback) Get all Bot Detected Data (asynchronously) Get all bot detected dataokhttp3.CallBotDetectionDataApi.getBotDetectionDataCall(ApiCallback _callback) Build call for getBotDetectionDataokhttp3.CallTenantsApi.getCustomUrlInfoByTenantDomainAsync(String tenantDomain, ApiCallback<CustomUrlInfoDTO> _callback) Get Custom URL Info of a Tenant Domain (asynchronously) This operation is to get custom-url information of the provided tenant-domainokhttp3.CallTenantsApi.getCustomUrlInfoByTenantDomainCall(String tenantDomain, ApiCallback _callback) Build call for getCustomUrlInfoByTenantDomainokhttp3.CallAlertSubscriptionsApi.getSubscribedAlertTypesAsync(ApiCallback<AlertsSubscriptionDTO> _callback) Get Subscribed Alert Types (asynchronously) This operation is used to get the list of subscribed alert types by the user.okhttp3.CallAlertSubscriptionsApi.getSubscribedAlertTypesCall(ApiCallback _callback) Build call for getSubscribedAlertTypesokhttp3.CallTenantsApi.getTenantInfoByUsernameAsync(String username, ApiCallback<TenantInfoDTO> _callback) Get Tenant Id of User (asynchronously) This operation is to get tenant id of the provided userokhttp3.CallTenantsApi.getTenantInfoByUsernameCall(String username, ApiCallback _callback) Build call for getTenantInfoByUsernameokhttp3.CallApiIndividualApi.importApiPostAsync(File file, Boolean preserveProvider, Boolean overwrite, ApiCallback<Void> _callback) Import an API (asynchronously) This operation can be used to import an API.okhttp3.CallApiIndividualApi.importApiPostCall(File file, Boolean preserveProvider, Boolean overwrite, ApiCallback _callback) Build call for importApiPostokhttp3.CallApiProductIndividualApi.importApiProductPostAsync(File file, Boolean preserveProvider, Boolean importAPIs, Boolean overwriteAPIProduct, Boolean overwriteAPIs, ApiCallback<Void> _callback) Import an API Product (asynchronously) This operation can be used to import an API Product.okhttp3.CallApiProductIndividualApi.importApiProductPostCall(File file, Boolean preserveProvider, Boolean importAPIs, Boolean overwriteAPIProduct, Boolean overwriteAPIs, ApiCallback _callback) Build call for importApiProductPostokhttp3.CallApplicationIndividualApi.importApplicationsPostAsync(File file, Boolean preserveOwner, Boolean skipSubscriptions, String appOwner, Boolean skipApplicationKeys, Boolean update, ApiCallback<ApplicationInfoDTO> _callback) Import an Application (asynchronously) This operation can be used to import an application.okhttp3.CallApplicationIndividualApi.importApplicationsPostCall(File file, Boolean preserveOwner, Boolean skipSubscriptions, String appOwner, Boolean skipApplicationKeys, Boolean update, ApiCallback _callback) Build call for importApplicationsPostokhttp3.CallTenantThemeApi.importTenantThemeAsync(File file, ApiCallback<Void> _callback) Import a DevPortal Tenant Theme (asynchronously) This operation can be used to import a DevPortal tenant theme.okhttp3.CallTenantThemeApi.importTenantThemeCall(File file, ApiCallback _callback) Build call for importTenantThemeokhttp3.CallImportExportThrottlingPolicyApi.importThrottlingPolicyAsync(File file, Boolean overwrite, ApiCallback<Void> _callback) Import a Throttling Policy (asynchronously) This operation can be used to import a Throttling Policyokhttp3.CallImportExportThrottlingPolicyApi.importThrottlingPolicyCall(File file, Boolean overwrite, ApiCallback _callback) Build call for importThrottlingPolicyokhttp3.CallKeyManagerCollectionApi.keyManagersDiscoverPostAsync(String url, String type, ApiCallback<KeyManagerWellKnownResponseDTO> _callback) Retrieve Well-known information from Key Manager Well-known Endpoint (asynchronously) Retrieve well-known information from key manager's well-known endpointokhttp3.CallKeyManagerCollectionApi.keyManagersDiscoverPostCall(String url, String type, ApiCallback _callback) Build call for keyManagersDiscoverPostokhttp3.CallKeyManagerCollectionApi.keyManagersGetAsync(ApiCallback<KeyManagerListDTO> _callback) Get all Key managers (asynchronously) Get all Key managersokhttp3.CallKeyManagerCollectionApi.keyManagersGetCall(ApiCallback _callback) Build call for keyManagersGetokhttp3.CallKeyManagerIndividualApi.keyManagersKeyManagerIdDeleteAsync(String keyManagerId, ApiCallback<Void> _callback) Delete a Key Manager (asynchronously) Delete a Key Manager by keyManager idokhttp3.CallKeyManagerIndividualApi.keyManagersKeyManagerIdDeleteCall(String keyManagerId, ApiCallback _callback) Build call for keyManagersKeyManagerIdDeleteokhttp3.CallKeyManagerIndividualApi.keyManagersKeyManagerIdGetAsync(String keyManagerId, ApiCallback<KeyManagerDTO> _callback) Get a Key Manager Configuration (asynchronously) Retrieve a single Key Manager Configuration.okhttp3.CallKeyManagerIndividualApi.keyManagersKeyManagerIdGetCall(String keyManagerId, ApiCallback _callback) Build call for keyManagersKeyManagerIdGetokhttp3.CallKeyManagerIndividualApi.keyManagersKeyManagerIdPutAsync(String keyManagerId, KeyManagerDTO keyManagerDTO, ApiCallback<KeyManagerDTO> _callback) Update a Key Manager (asynchronously) Update a Key Manager by keyManager idokhttp3.CallKeyManagerIndividualApi.keyManagersKeyManagerIdPutCall(String keyManagerId, KeyManagerDTO keyManagerDTO, ApiCallback _callback) Build call for keyManagersKeyManagerIdPutokhttp3.CallKeyManagerCollectionApi.keyManagersPostAsync(KeyManagerDTO keyManagerDTO, ApiCallback<KeyManagerDTO> _callback) Add a new API Key Manager (asynchronously) Add a new API Key Managerokhttp3.CallKeyManagerCollectionApi.keyManagersPostCall(KeyManagerDTO keyManagerDTO, ApiCallback _callback) Build call for keyManagersPostokhttp3.CallLabelCollectionApi.labelsGetAsync(ApiCallback<LabelListDTO> _callback) Get all registered Labels (asynchronously) Get all Registered Labelsokhttp3.CallLabelCollectionApi.labelsGetCall(ApiCallback _callback) Build call for labelsGetokhttp3.CallLabelApi.labelsLabelIdDeleteAsync(String labelId, String ifMatch, String ifUnmodifiedSince, ApiCallback<Void> _callback) Delete a Label (asynchronously) Delete a Label by label Idokhttp3.CallLabelApi.labelsLabelIdDeleteCall(String labelId, String ifMatch, String ifUnmodifiedSince, ApiCallback _callback) Build call for labelsLabelIdDeleteokhttp3.CallLabelApi.labelsLabelIdPutAsync(String labelId, LabelDTO labelDTO, ApiCallback<LabelDTO> _callback) Update a Label (asynchronously) Update a Label by label Idokhttp3.CallLabelApi.labelsLabelIdPutCall(String labelId, LabelDTO labelDTO, ApiCallback _callback) Build call for labelsLabelIdPutokhttp3.CallLabelApi.labelsPostAsync(LabelDTO labelDTO, ApiCallback<LabelDTO> _callback) Add a Label (asynchronously) Add a new gateway labelokhttp3.CallLabelApi.labelsPostCall(LabelDTO labelDTO, ApiCallback _callback) Build call for labelsPostokhttp3.CallLlmProvidersApi.llmProvidersGetAsync(ApiCallback<LLMProviderSummaryResponseListDTO> _callback) Get all LLM providers (asynchronously) Get all LLM providersokhttp3.CallLlmProvidersApi.llmProvidersGetCall(ApiCallback _callback) Build call for llmProvidersGetokhttp3.CallLlmProviderApi.llmProvidersLlmProviderIdDeleteAsync(String llmProviderId, ApiCallback<Void> _callback) Delete a LLM Provider (asynchronously) Delete a LLM Provider by llmProviderIdokhttp3.CallLlmProviderApi.llmProvidersLlmProviderIdDeleteCall(String llmProviderId, ApiCallback _callback) Build call for llmProvidersLlmProviderIdDeleteokhttp3.CallLlmProviderApi.llmProvidersLlmProviderIdGetAsync(String llmProviderId, ApiCallback<LLMProviderResponseDTO> _callback) Get LLM Provider (asynchronously) Get a LLM Providerokhttp3.CallLlmProviderApi.llmProvidersLlmProviderIdGetCall(String llmProviderId, ApiCallback _callback) Build call for llmProvidersLlmProviderIdGetokhttp3.CallLlmProviderApi.llmProvidersLlmProviderIdPutAsync(String llmProviderId, String name, String apiVersion, String description, String configurations, File apiDefinition, String modelList, ApiCallback<LLMProviderResponseDTO> _callback) Update an LLM provider (asynchronously) Update a LLM provider by LLMProviderIdokhttp3.CallLlmProviderApi.llmProvidersLlmProviderIdPutCall(String llmProviderId, String name, String apiVersion, String description, String configurations, File apiDefinition, String modelList, ApiCallback _callback) Build call for llmProvidersLlmProviderIdPutokhttp3.CallLlmProvidersApi.llmProvidersPostAsync(String name, String apiVersion, String description, String configurations, File apiDefinition, String modelList, ApiCallback<LLMProviderResponseDTO> _callback) Add a LLM provider (asynchronously) Add a new LLM providerokhttp3.CallLlmProvidersApi.llmProvidersPostCall(String name, String apiVersion, String description, String configurations, File apiDefinition, String modelList, ApiCallback _callback) Build call for llmProvidersPostokhttp3.CallMonetizationCollectionApi.monetizationPublishUsagePostAsync(ApiCallback<PublishStatusDTO> _callback) Publish Usage Records (asynchronously) Publish usage records of monetized APIsokhttp3.CallMonetizationCollectionApi.monetizationPublishUsagePostCall(ApiCallback _callback) Build call for monetizationPublishUsagePostokhttp3.CallMonetizationCollectionApi.monetizationPublishUsageStatusGetAsync(ApiCallback<MonetizationUsagePublishInfoDTO> _callback) Get the Status of Monetization Usage Publisher (asynchronously) Get the status of monetization usage publisherokhttp3.CallMonetizationCollectionApi.monetizationPublishUsageStatusGetCall(ApiCallback _callback) Build call for monetizationPublishUsageStatusGetokhttp3.CallUsersApi.organizationInformationAsync(ApiCallback<OrganizationInfoDTO> _callback) Get the Organization information of the user (asynchronously) Using this operation, logged-in user can get their organization information.okhttp3.CallUsersApi.organizationInformationCall(ApiCallback _callback) Build call for organizationInformationokhttp3.CallOrganizationsApi.organizationsGetAsync(ApiCallback<OrganizationListDTO> _callback) Get all registered Organizations (asynchronously) Get all Registered Organizationsokhttp3.CallOrganizationsApi.organizationsGetCall(ApiCallback _callback) Build call for organizationsGetokhttp3.CallOrganizationsApi.organizationsOrganizationIdDeleteAsync(String organizationId, ApiCallback<Void> _callback) Delete an Organization (asynchronously) Delete an organization by organization Idokhttp3.CallOrganizationsApi.organizationsOrganizationIdDeleteCall(String organizationId, ApiCallback _callback) Build call for organizationsOrganizationIdDeleteokhttp3.CallOrganizationsApi.organizationsOrganizationIdGetAsync(String organizationId, ApiCallback<OrganizationDTO> _callback) Get an Organization (asynchronously) Get an organization by organization Idokhttp3.CallOrganizationsApi.organizationsOrganizationIdGetCall(String organizationId, ApiCallback _callback) Build call for organizationsOrganizationIdGetokhttp3.CallOrganizationsApi.organizationsOrganizationIdPutAsync(String organizationId, OrganizationDTO organizationDTO, ApiCallback<OrganizationDTO> _callback) Update an Organization (asynchronously) Update an organization by organization Idokhttp3.CallOrganizationsApi.organizationsOrganizationIdPutCall(String organizationId, OrganizationDTO organizationDTO, ApiCallback _callback) Build call for organizationsOrganizationIdPutokhttp3.CallOrganizationsApi.organizationsPostAsync(OrganizationDTO organizationDTO, ApiCallback<OrganizationDTO> _callback) Add an Organizations (asynchronously) Add a new organizationokhttp3.CallOrganizationsApi.organizationsPostCall(OrganizationDTO organizationDTO, ApiCallback _callback) Build call for organizationsPostokhttp3.CallMediationPolicyCollectionApi.policiesMediationGetAsync(Integer limit, Integer offset, String query, String accept, String ifNoneMatch, ApiCallback<MediationListDTO> _callback) Get all Global Mediation Policies (asynchronously) This operation provides you a list of all available global mediation policies.okhttp3.CallMediationPolicyCollectionApi.policiesMediationGetCall(Integer limit, Integer offset, String query, String accept, String ifNoneMatch, ApiCallback _callback) Build call for policiesMediationGetokhttp3.CallMediationPolicyIndividualApi.policiesMediationMediationPolicyIdDeleteAsync(String mediationPolicyId, String ifMatch, String ifUnmodifiedSince, ApiCallback<Void> _callback) Delete a Global Mediation Policy (asynchronously) This operation can be used to delete an existing global mediation policy providing the Id of the mediation policy.okhttp3.CallMediationPolicyIndividualApi.policiesMediationMediationPolicyIdDeleteCall(String mediationPolicyId, String ifMatch, String ifUnmodifiedSince, ApiCallback _callback) Build call for policiesMediationMediationPolicyIdDeleteokhttp3.CallMediationPolicyIndividualApi.policiesMediationMediationPolicyIdGetAsync(String mediationPolicyId, String accept, String ifNoneMatch, String ifModifiedSince, ApiCallback<MediationDTO> _callback) Get a Global Mediation Policy (asynchronously) This operation can be used to retrieve a particular global mediation policy.okhttp3.CallMediationPolicyIndividualApi.policiesMediationMediationPolicyIdGetCall(String mediationPolicyId, String accept, String ifNoneMatch, String ifModifiedSince, ApiCallback _callback) Build call for policiesMediationMediationPolicyIdGetokhttp3.CallMediationPolicyIndividualApi.policiesMediationMediationPolicyIdPutAsync(String mediationPolicyId, String contentType, MediationDTO mediationDTO, String ifMatch, String ifUnmodifiedSince, ApiCallback<MediationDTO> _callback) Update a Global Mediation Policy (asynchronously) This operation can be used to update an existing global mediation policy.okhttp3.CallMediationPolicyIndividualApi.policiesMediationMediationPolicyIdPutCall(String mediationPolicyId, String contentType, MediationDTO mediationDTO, String ifMatch, String ifUnmodifiedSince, ApiCallback _callback) Build call for policiesMediationMediationPolicyIdPutokhttp3.CallMediationPolicyCollectionApi.policiesMediationPostAsync(String contentType, MediationDTO mediationDTO, String ifMatch, String ifUnmodifiedSince, ApiCallback<MediationDTO> _callback) Add a Global Mediation Policy (asynchronously) This operation can be used to add a new global mediation policy.okhttp3.CallMediationPolicyCollectionApi.policiesMediationPostCall(String contentType, MediationDTO mediationDTO, String ifMatch, String ifUnmodifiedSince, ApiCallback _callback) Build call for policiesMediationPostokhttp3.CallApiProviderChangeApi.providerNamePostAsync(String provider, String apiId, ApiCallback<Void> _callback) Update the api provider (asynchronously) Update the api providerokhttp3.CallApiProviderChangeApi.providerNamePostCall(String provider, String apiId, ApiCallback _callback) Build call for providerNamePostokhttp3.CallSettingsApi.settingsGetAsync(ApiCallback<SettingsDTO> _callback) Retreive Admin Settings (asynchronously) Retreive admin settingsokhttp3.CallSettingsApi.settingsGetCall(ApiCallback _callback) Build call for settingsGetokhttp3.CallBotDetectionAlertSubscriptionsApi.subscribeForBotDetectionAlertsAsync(BotDetectionAlertSubscriptionDTO botDetectionAlertSubscriptionDTO, ApiCallback<BotDetectionAlertSubscriptionDTO> _callback) Subscribe for Bot Detection Alerts (asynchronously) Register a subscription for bot detection alertsokhttp3.CallBotDetectionAlertSubscriptionsApi.subscribeForBotDetectionAlertsCall(BotDetectionAlertSubscriptionDTO botDetectionAlertSubscriptionDTO, ApiCallback _callback) Build call for subscribeForBotDetectionAlertsokhttp3.CallAlertSubscriptionsApi.subscribeToAlertsAsync(AlertsSubscriptionDTO alertsSubscriptionDTO, ApiCallback<AlertsSubscriptionDTO> _callback) Subscribe to an Admin Alert (asynchronously) This operation is used to subscribe to admin alertsokhttp3.CallAlertSubscriptionsApi.subscribeToAlertsCall(AlertsSubscriptionDTO alertsSubscriptionDTO, ApiCallback _callback) Build call for subscribeToAlertsokhttp3.CallSystemScopesApi.systemScopesGetAsync(ApiCallback<ScopeListDTO> _callback) Get Role Scope Mappings (asynchronously) This operation is used to get the list of role scope mapping from tenant-conf for the apim admin dashboardokhttp3.CallSystemScopesApi.systemScopesGetCall(ApiCallback _callback) Build call for systemScopesGetokhttp3.CallSystemScopesApi.systemScopesRoleAliasesGetAsync(ApiCallback<RoleAliasListDTO> _callback) Retrieve Role Alias Mappings (asynchronously) This operation can be used to retreive role alias mappingokhttp3.CallSystemScopesApi.systemScopesRoleAliasesGetCall(ApiCallback _callback) Build call for systemScopesRoleAliasesGetokhttp3.CallSystemScopesApi.systemScopesRoleAliasesPutAsync(RoleAliasListDTO roleAliasListDTO, ApiCallback<RoleAliasListDTO> _callback) Add a New Role Alias (asynchronously) This operation can be used to add a new role alias mapping for system scope rolesokhttp3.CallSystemScopesApi.systemScopesRoleAliasesPutCall(RoleAliasListDTO roleAliasListDTO, ApiCallback _callback) Build call for systemScopesRoleAliasesPutokhttp3.CallSystemScopesApi.systemScopesScopeNameGetAsync(String scopeName, String username, ApiCallback<ScopeSettingsDTO> _callback) Retrieve Scopes for a Particular User (asynchronously) This operation will return the scope list of particular user In order to get it, we need to pass the userId as a query parameterokhttp3.CallSystemScopesApi.systemScopesScopeNameGetCall(String scopeName, String username, ApiCallback _callback) Build call for systemScopesScopeNameGetokhttp3.CallDenyPoliciesCollectionApi.throttlingDenyPoliciesGetAsync(String accept, String ifNoneMatch, String ifModifiedSince, String query, ApiCallback<BlockingConditionListDTO> _callback) Get all Deny Policies (asynchronously) Retrieves all existing deny policies.okhttp3.CallDenyPoliciesCollectionApi.throttlingDenyPoliciesGetCall(String accept, String ifNoneMatch, String ifModifiedSince, String query, ApiCallback _callback) Build call for throttlingDenyPoliciesGetokhttp3.CallDenyPoliciesCollectionApi.throttlingDenyPoliciesPostAsync(String contentType, BlockingConditionDTO blockingConditionDTO, ApiCallback<BlockingConditionDTO> _callback) Add a deny policy (asynchronously) Adds a new deny policyokhttp3.CallDenyPoliciesCollectionApi.throttlingDenyPoliciesPostCall(String contentType, BlockingConditionDTO blockingConditionDTO, ApiCallback _callback) Build call for throttlingDenyPoliciesPostokhttp3.CallDenyPolicyIndividualApi.throttlingDenyPolicyConditionIdDeleteAsync(String conditionId, String ifMatch, String ifUnmodifiedSince, ApiCallback<Void> _callback) Delete a Deny Policy (asynchronously) Deletes an existing deny policyokhttp3.CallDenyPolicyIndividualApi.throttlingDenyPolicyConditionIdDeleteCall(String conditionId, String ifMatch, String ifUnmodifiedSince, ApiCallback _callback) Build call for throttlingDenyPolicyConditionIdDeleteokhttp3.CallDenyPolicyIndividualApi.throttlingDenyPolicyConditionIdGetAsync(String conditionId, String ifNoneMatch, String ifModifiedSince, ApiCallback<BlockingConditionDTO> _callback) Get a Deny Policy (asynchronously) Retrieves a Deny policy providing the condition Idokhttp3.CallDenyPolicyIndividualApi.throttlingDenyPolicyConditionIdGetCall(String conditionId, String ifNoneMatch, String ifModifiedSince, ApiCallback _callback) Build call for throttlingDenyPolicyConditionIdGetokhttp3.CallDenyPolicyIndividualApi.throttlingDenyPolicyConditionIdPatchAsync(String conditionId, String contentType, BlockingConditionStatusDTO blockingConditionStatusDTO, String ifMatch, String ifUnmodifiedSince, ApiCallback<BlockingConditionDTO> _callback) Update a Deny Policy (asynchronously) Update a deny policy by Idokhttp3.CallDenyPolicyIndividualApi.throttlingDenyPolicyConditionIdPatchCall(String conditionId, String contentType, BlockingConditionStatusDTO blockingConditionStatusDTO, String ifMatch, String ifUnmodifiedSince, ApiCallback _callback) Build call for throttlingDenyPolicyConditionIdPatchokhttp3.CallAdvancedPolicyCollectionApi.throttlingPoliciesAdvancedGetAsync(String accept, String ifNoneMatch, String ifModifiedSince, ApiCallback<AdvancedThrottlePolicyListDTO> _callback) Get all Advanced Throttling Policies (asynchronously) Retrieves all existing advanced throttling policies.okhttp3.CallAdvancedPolicyCollectionApi.throttlingPoliciesAdvancedGetCall(String accept, String ifNoneMatch, String ifModifiedSince, ApiCallback _callback) Build call for throttlingPoliciesAdvancedGetokhttp3.CallAdvancedPolicyIndividualApi.throttlingPoliciesAdvancedPolicyIdDeleteAsync(String policyId, String ifMatch, String ifUnmodifiedSince, ApiCallback<Void> _callback) Delete an Advanced Throttling Policy (asynchronously) Deletes an advanced throttling policy.okhttp3.CallAdvancedPolicyIndividualApi.throttlingPoliciesAdvancedPolicyIdDeleteCall(String policyId, String ifMatch, String ifUnmodifiedSince, ApiCallback _callback) Build call for throttlingPoliciesAdvancedPolicyIdDeleteokhttp3.CallAdvancedPolicyIndividualApi.throttlingPoliciesAdvancedPolicyIdGetAsync(String policyId, String ifNoneMatch, String ifModifiedSince, ApiCallback<AdvancedThrottlePolicyDTO> _callback) Get an Advanced Throttling Policy (asynchronously) Retrieves an advanced throttling policy.okhttp3.CallAdvancedPolicyIndividualApi.throttlingPoliciesAdvancedPolicyIdGetCall(String policyId, String ifNoneMatch, String ifModifiedSince, ApiCallback _callback) Build call for throttlingPoliciesAdvancedPolicyIdGetokhttp3.CallAdvancedPolicyIndividualApi.throttlingPoliciesAdvancedPolicyIdPutAsync(String policyId, String contentType, AdvancedThrottlePolicyDTO advancedThrottlePolicyDTO, String ifMatch, String ifUnmodifiedSince, ApiCallback<AdvancedThrottlePolicyDTO> _callback) Update an Advanced Throttling Policy (asynchronously) Updates an existing Advanced throttling policy.okhttp3.CallAdvancedPolicyIndividualApi.throttlingPoliciesAdvancedPolicyIdPutCall(String policyId, String contentType, AdvancedThrottlePolicyDTO advancedThrottlePolicyDTO, String ifMatch, String ifUnmodifiedSince, ApiCallback _callback) Build call for throttlingPoliciesAdvancedPolicyIdPutokhttp3.CallAdvancedPolicyCollectionApi.throttlingPoliciesAdvancedPostAsync(String contentType, AdvancedThrottlePolicyDTO advancedThrottlePolicyDTO, ApiCallback<AdvancedThrottlePolicyDTO> _callback) Add an Advanced Throttling Policy (asynchronously) Add a new advanced throttling policy.okhttp3.CallAdvancedPolicyCollectionApi.throttlingPoliciesAdvancedPostCall(String contentType, AdvancedThrottlePolicyDTO advancedThrottlePolicyDTO, ApiCallback _callback) Build call for throttlingPoliciesAdvancedPostokhttp3.CallApplicationPolicyCollectionApi.throttlingPoliciesApplicationGetAsync(String accept, String ifNoneMatch, String ifModifiedSince, ApiCallback<ApplicationThrottlePolicyListDTO> _callback) Get all Application Throttling Policies (asynchronously) Retrieves all existing application throttling policies.okhttp3.CallApplicationPolicyCollectionApi.throttlingPoliciesApplicationGetCall(String accept, String ifNoneMatch, String ifModifiedSince, ApiCallback _callback) Build call for throttlingPoliciesApplicationGetokhttp3.CallApplicationPolicyIndividualApi.throttlingPoliciesApplicationPolicyIdDeleteAsync(String policyId, String ifMatch, String ifUnmodifiedSince, ApiCallback<Void> _callback) Delete an Application Throttling policy (asynchronously) Deletes an application level throttling policy.okhttp3.CallApplicationPolicyIndividualApi.throttlingPoliciesApplicationPolicyIdDeleteCall(String policyId, String ifMatch, String ifUnmodifiedSince, ApiCallback _callback) Build call for throttlingPoliciesApplicationPolicyIdDeleteokhttp3.CallApplicationPolicyIndividualApi.throttlingPoliciesApplicationPolicyIdGetAsync(String policyId, String ifNoneMatch, String ifModifiedSince, ApiCallback<ApplicationThrottlePolicyDTO> _callback) Get an Application Throttling Policy (asynchronously) Retrieves an application throttling policy.okhttp3.CallApplicationPolicyIndividualApi.throttlingPoliciesApplicationPolicyIdGetCall(String policyId, String ifNoneMatch, String ifModifiedSince, ApiCallback _callback) Build call for throttlingPoliciesApplicationPolicyIdGetokhttp3.CallApplicationPolicyIndividualApi.throttlingPoliciesApplicationPolicyIdPutAsync(String policyId, String contentType, ApplicationThrottlePolicyDTO applicationThrottlePolicyDTO, String ifMatch, String ifUnmodifiedSince, ApiCallback<ApplicationThrottlePolicyDTO> _callback) Update an Application Throttling policy (asynchronously) Updates an existing application level throttling policy.okhttp3.CallApplicationPolicyIndividualApi.throttlingPoliciesApplicationPolicyIdPutCall(String policyId, String contentType, ApplicationThrottlePolicyDTO applicationThrottlePolicyDTO, String ifMatch, String ifUnmodifiedSince, ApiCallback _callback) Build call for throttlingPoliciesApplicationPolicyIdPutokhttp3.CallApplicationPolicyCollectionApi.throttlingPoliciesApplicationPostAsync(String contentType, ApplicationThrottlePolicyDTO applicationThrottlePolicyDTO, ApiCallback<ApplicationThrottlePolicyDTO> _callback) Add an Application Throttling Policy (asynchronously) This operation can be used to add a new application level throttling policy.okhttp3.CallApplicationPolicyCollectionApi.throttlingPoliciesApplicationPostCall(String contentType, ApplicationThrottlePolicyDTO applicationThrottlePolicyDTO, ApiCallback _callback) Build call for throttlingPoliciesApplicationPostokhttp3.CallCustomRulesCollectionApi.throttlingPoliciesCustomGetAsync(String accept, String ifNoneMatch, String ifModifiedSince, ApiCallback<CustomRuleListDTO> _callback) Get all Custom Rules (asynchronously) Retrieves all custom rules.okhttp3.CallCustomRulesCollectionApi.throttlingPoliciesCustomGetCall(String accept, String ifNoneMatch, String ifModifiedSince, ApiCallback _callback) Build call for throttlingPoliciesCustomGetokhttp3.CallCustomRulesCollectionApi.throttlingPoliciesCustomPostAsync(String contentType, CustomRuleDTO customRuleDTO, ApiCallback<CustomRuleDTO> _callback) Add a Custom Rule (asynchronously) Adds a new custom rule.okhttp3.CallCustomRulesCollectionApi.throttlingPoliciesCustomPostCall(String contentType, CustomRuleDTO customRuleDTO, ApiCallback _callback) Build call for throttlingPoliciesCustomPostokhttp3.CallCustomRulesIndividualApi.throttlingPoliciesCustomRuleIdDeleteAsync(String ruleId, String ifMatch, String ifUnmodifiedSince, ApiCallback<Void> _callback) Delete a Custom Rule (asynchronously) Delete a custom rule.okhttp3.CallCustomRulesIndividualApi.throttlingPoliciesCustomRuleIdDeleteCall(String ruleId, String ifMatch, String ifUnmodifiedSince, ApiCallback _callback) Build call for throttlingPoliciesCustomRuleIdDeleteokhttp3.CallCustomRulesIndividualApi.throttlingPoliciesCustomRuleIdGetAsync(String ruleId, String ifNoneMatch, String ifModifiedSince, ApiCallback<CustomRuleDTO> _callback) Get a Custom Rule (asynchronously) Retrieves a custom rule.okhttp3.CallCustomRulesIndividualApi.throttlingPoliciesCustomRuleIdGetCall(String ruleId, String ifNoneMatch, String ifModifiedSince, ApiCallback _callback) Build call for throttlingPoliciesCustomRuleIdGetokhttp3.CallCustomRulesIndividualApi.throttlingPoliciesCustomRuleIdPutAsync(String ruleId, String contentType, CustomRuleDTO customRuleDTO, String ifMatch, String ifUnmodifiedSince, ApiCallback<CustomRuleDTO> _callback) Update a Custom Rule (asynchronously) Updates an existing custom rule.okhttp3.CallCustomRulesIndividualApi.throttlingPoliciesCustomRuleIdPutCall(String ruleId, String contentType, CustomRuleDTO customRuleDTO, String ifMatch, String ifUnmodifiedSince, ApiCallback _callback) Build call for throttlingPoliciesCustomRuleIdPutokhttp3.CallSubscriptionPolicyCollectionApi.throttlingPoliciesSubscriptionGetAsync(String accept, String ifNoneMatch, String ifModifiedSince, ApiCallback<SubscriptionThrottlePolicyListDTO> _callback) Get all Subscription Throttling Policies (asynchronously) This operation can be used to retrieve all Subscription level throttling policies.okhttp3.CallSubscriptionPolicyCollectionApi.throttlingPoliciesSubscriptionGetCall(String accept, String ifNoneMatch, String ifModifiedSince, ApiCallback _callback) Build call for throttlingPoliciesSubscriptionGetokhttp3.CallSubscriptionPolicyIndividualApi.throttlingPoliciesSubscriptionPolicyIdDeleteAsync(String policyId, String ifMatch, String ifUnmodifiedSince, ApiCallback<Void> _callback) Delete a Subscription Policy (asynchronously) This operation can be used to delete a subscription level throttling policy by specifying the Id of the policy as a path paramter.okhttp3.CallSubscriptionPolicyIndividualApi.throttlingPoliciesSubscriptionPolicyIdDeleteCall(String policyId, String ifMatch, String ifUnmodifiedSince, ApiCallback _callback) Build call for throttlingPoliciesSubscriptionPolicyIdDeleteokhttp3.CallSubscriptionPolicyIndividualApi.throttlingPoliciesSubscriptionPolicyIdGetAsync(String policyId, String ifNoneMatch, String ifModifiedSince, ApiCallback<SubscriptionThrottlePolicyDTO> _callback) Get a Subscription Policy (asynchronously) This operation can be used to retrieves subscription level throttling policy by specifying the Id of the policy as a path paramterokhttp3.CallSubscriptionPolicyIndividualApi.throttlingPoliciesSubscriptionPolicyIdGetCall(String policyId, String ifNoneMatch, String ifModifiedSince, ApiCallback _callback) Build call for throttlingPoliciesSubscriptionPolicyIdGetokhttp3.CallSubscriptionPolicyIndividualApi.throttlingPoliciesSubscriptionPolicyIdPutAsync(String policyId, String contentType, SubscriptionThrottlePolicyDTO subscriptionThrottlePolicyDTO, String ifMatch, String ifUnmodifiedSince, ApiCallback<SubscriptionThrottlePolicyDTO> _callback) Update a Subscription Policy (asynchronously) Updates an existing subscription level throttling policy.okhttp3.CallSubscriptionPolicyIndividualApi.throttlingPoliciesSubscriptionPolicyIdPutCall(String policyId, String contentType, SubscriptionThrottlePolicyDTO subscriptionThrottlePolicyDTO, String ifMatch, String ifUnmodifiedSince, ApiCallback _callback) Build call for throttlingPoliciesSubscriptionPolicyIdPutokhttp3.CallSubscriptionPolicyCollectionApi.throttlingPoliciesSubscriptionPostAsync(String contentType, SubscriptionThrottlePolicyDTO subscriptionThrottlePolicyDTO, ApiCallback<SubscriptionThrottlePolicyDTO> _callback) Add a Subscription Throttling Policy (asynchronously) This operation can be used to add a Subscription level throttling policy specifying the details of the policy in the payload.okhttp3.CallSubscriptionPolicyCollectionApi.throttlingPoliciesSubscriptionPostCall(String contentType, SubscriptionThrottlePolicyDTO subscriptionThrottlePolicyDTO, ApiCallback _callback) Build call for throttlingPoliciesSubscriptionPostokhttp3.CallThrottlingPolicySearchApi.throttlingPolicySearchAsync(String query, ApiCallback<ThrottlePolicyDetailsListDTO> _callback) Retrieve/Search Throttling Policies (asynchronously) This operation provides you a list of available Throttling Policies qualifying the given keyword match.okhttp3.CallThrottlingPolicySearchApi.throttlingPolicySearchCall(String query, ApiCallback _callback) Build call for throttlingPolicySearchokhttp3.CallAlertSubscriptionsApi.unsubscribeAllAlertsAsync(ApiCallback<Void> _callback) Unsubscribe User from all Admin Alerts (asynchronously) This operation is used to unsubscribe the respective user from all the admin alert types.okhttp3.CallAlertSubscriptionsApi.unsubscribeAllAlertsCall(ApiCallback _callback) Build call for unsubscribeAllAlertsokhttp3.CallBotDetectionAlertSubscriptionsApi.unsubscribeFromBotDetectionAlertsAsync(String uuid, ApiCallback<Void> _callback) Unsubscribe from bot detection alerts.okhttp3.CallBotDetectionAlertSubscriptionsApi.unsubscribeFromBotDetectionAlertsCall(String uuid, ApiCallback _callback) Build call for unsubscribeFromBotDetectionAlertsokhttp3.CallAiServiceProviderApi.updateAIServiceProviderAsync(String aiServiceProviderId, String name, String apiVersion, String configurations, File apiDefinition, String description, String multipleModelProviderSupport, String modelProviders, ApiCallback<AIServiceProviderResponseDTO> _callback) Update an AI Service provider (asynchronously) Update a AI Service provider by AIServiceProviderIdokhttp3.CallAiServiceProviderApi.updateAIServiceProviderCall(String aiServiceProviderId, String name, String apiVersion, String configurations, File apiDefinition, String description, String multipleModelProviderSupport, String modelProviders, ApiCallback _callback) Build call for updateAIServiceProviderokhttp3.CallSystemScopesApi.updateRolesForScopeAsync(ScopeListDTO scopeListDTO, ApiCallback<ScopeListDTO> _callback) Update Roles For Scope (asynchronously) This operation is used to update the roles for all scopesokhttp3.CallSystemScopesApi.updateRolesForScopeCall(ScopeListDTO scopeListDTO, ApiCallback _callback) Build call for updateRolesForScopeokhttp3.CallTenantConfigApi.updateTenantConfigAsync(Object body, ApiCallback<Object> _callback) Update a tenant-config.okhttp3.CallTenantConfigApi.updateTenantConfigCall(Object body, ApiCallback _callback) Build call for updateTenantConfigokhttp3.CallWorkflowsIndividualApi.workflowsExternalWorkflowRefGetAsync(String externalWorkflowRef, String ifNoneMatch, ApiCallback<WorkflowInfoDTO> _callback) Get Pending Workflow Details by External Workflow Reference (asynchronously) Using this operation, you can retrieve complete details of a pending workflow request that either belongs to application creation, application subscription, application registration, api state change, user self sign up..okhttp3.CallWorkflowsIndividualApi.workflowsExternalWorkflowRefGetCall(String externalWorkflowRef, String ifNoneMatch, ApiCallback _callback) Build call for workflowsExternalWorkflowRefGetokhttp3.CallWorkflowCollectionApi.workflowsGetAsync(Integer limit, Integer offset, String accept, String ifNoneMatch, String workflowType, ApiCallback<WorkflowListDTO> _callback) Retrieve All Pending Workflow Processes (asynchronously) This operation can be used to retrieve list of workflow pending processes.okhttp3.CallWorkflowCollectionApi.workflowsGetCall(Integer limit, Integer offset, String accept, String ifNoneMatch, String workflowType, ApiCallback _callback) Build call for workflowsGetokhttp3.CallWorkflowsIndividualApi.workflowsUpdateWorkflowStatusPostAsync(String workflowReferenceId, WorkflowDTO workflowDTO, ApiCallback<WorkflowDTO> _callback) Update Workflow Status (asynchronously) This operation can be used to approve or reject a workflow task.okhttp3.CallWorkflowsIndividualApi.workflowsUpdateWorkflowStatusPostCall(String workflowReferenceId, WorkflowDTO workflowDTO, ApiCallback _callback) Build call for workflowsUpdateWorkflowStatusPost