Uses of Class
com.mypurecloud.sdk.v2.model.IntegrationConfiguration
Packages that use IntegrationConfiguration
Package
Description
-
Uses of IntegrationConfiguration in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return IntegrationConfigurationModifier and TypeMethodDescriptionIntegrationsApi.getIntegrationConfigCurrent(GetIntegrationConfigCurrentRequest request) Get integration configuration.IntegrationsApi.getIntegrationConfigCurrent(String integrationId) Get integration configuration.IntegrationsApi.putIntegrationConfigCurrent(PutIntegrationConfigCurrentRequest request) Update integration configuration.IntegrationsApi.putIntegrationConfigCurrent(String integrationId, IntegrationConfiguration body) Update integration configuration.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type IntegrationConfigurationModifier and TypeMethodDescriptionIntegrationsApi.getIntegrationConfigCurrent(ApiRequest<Void> request) Get integration configuration.IntegrationsApiAsync.getIntegrationConfigCurrentAsync(GetIntegrationConfigCurrentRequest request, AsyncApiCallback<IntegrationConfiguration> callback) Get integration configuration.IntegrationsApiAsync.getIntegrationConfigCurrentAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<IntegrationConfiguration>> callback) Get integration configuration.IntegrationsApi.getIntegrationConfigCurrentWithHttpInfo(String integrationId) Get integration configuration.IntegrationsApi.putIntegrationConfigCurrent(ApiRequest<IntegrationConfiguration> request) Update integration configuration.IntegrationsApiAsync.putIntegrationConfigCurrentAsync(PutIntegrationConfigCurrentRequest request, AsyncApiCallback<IntegrationConfiguration> callback) Update integration configuration.IntegrationsApiAsync.putIntegrationConfigCurrentAsync(ApiRequest<IntegrationConfiguration> request, AsyncApiCallback<ApiResponse<IntegrationConfiguration>> callback) Update integration configuration.IntegrationsApi.putIntegrationConfigCurrentWithHttpInfo(String integrationId, IntegrationConfiguration body) Update integration configuration.Methods in com.mypurecloud.sdk.v2.api with parameters of type IntegrationConfigurationModifier and TypeMethodDescriptionIntegrationsApi.putIntegrationConfigCurrent(String integrationId, IntegrationConfiguration body) Update integration configuration.IntegrationsApi.putIntegrationConfigCurrentWithHttpInfo(String integrationId, IntegrationConfiguration body) Update integration configuration.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type IntegrationConfigurationModifier and TypeMethodDescriptionIntegrationsApiAsync.getIntegrationConfigCurrentAsync(GetIntegrationConfigCurrentRequest request, AsyncApiCallback<IntegrationConfiguration> callback) Get integration configuration.IntegrationsApiAsync.getIntegrationConfigCurrentAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<IntegrationConfiguration>> callback) Get integration configuration.IntegrationsApi.putIntegrationConfigCurrent(ApiRequest<IntegrationConfiguration> request) Update integration configuration.IntegrationsApiAsync.putIntegrationConfigCurrentAsync(PutIntegrationConfigCurrentRequest request, AsyncApiCallback<IntegrationConfiguration> callback) Update integration configuration.IntegrationsApiAsync.putIntegrationConfigCurrentAsync(ApiRequest<IntegrationConfiguration> request, AsyncApiCallback<ApiResponse<IntegrationConfiguration>> callback) Update integration configuration.IntegrationsApiAsync.putIntegrationConfigCurrentAsync(ApiRequest<IntegrationConfiguration> request, AsyncApiCallback<ApiResponse<IntegrationConfiguration>> callback) Update integration configuration. -
Uses of IntegrationConfiguration in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return IntegrationConfigurationMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type IntegrationConfigurationMethods in com.mypurecloud.sdk.v2.api.request with parameters of type IntegrationConfigurationModifier and TypeMethodDescriptionvoidPutIntegrationConfigCurrentRequest.setBody(IntegrationConfiguration body) PutIntegrationConfigCurrentRequest.Builder.withBody(IntegrationConfiguration body) PutIntegrationConfigCurrentRequest.withBody(IntegrationConfiguration body) -
Uses of IntegrationConfiguration in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return IntegrationConfigurationModifier and TypeMethodDescriptionAdvanced configuration described by the schema in the advancedSchemaUri field.IntegrationConfiguration.credentials(Map<String, CredentialInfo> credentials) Credentials required by the integration.ClientAppConfigurationInfo.getCurrent()IntegrationConfigurationInfo.getCurrent()UserAppConfigurationInfo.getCurrent()The name of the integration, used to distinguish this integration from others of the same type.Notes about the integration.IntegrationConfiguration.properties(Object properties) Key-value configuration settings described by the schema in the propertiesSchemaUri field.Version number required for updates.