Uses of Class
com.mypurecloud.sdk.v2.model.CreateIntegrationRequest
Packages that use CreateIntegrationRequest
Package
Description
-
Uses of CreateIntegrationRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type CreateIntegrationRequestModifier and TypeMethodDescriptionIntegrationsApi.postIntegrations(CreateIntegrationRequest body) Create an integration.IntegrationsApi.postIntegrationsWithHttpInfo(CreateIntegrationRequest body) Create an integration.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type CreateIntegrationRequestModifier and TypeMethodDescriptionIntegrationsApi.postIntegrations(ApiRequest<CreateIntegrationRequest> request) Create an integration.IntegrationsApiAsync.postIntegrationsAsync(ApiRequest<CreateIntegrationRequest> request, AsyncApiCallback<ApiResponse<Integration>> callback) Create an integration. -
Uses of CreateIntegrationRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return CreateIntegrationRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type CreateIntegrationRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type CreateIntegrationRequestModifier and TypeMethodDescriptionvoidPostIntegrationsRequest.setBody(CreateIntegrationRequest body) PostIntegrationsRequest.Builder.withBody(CreateIntegrationRequest body) PostIntegrationsRequest.withBody(CreateIntegrationRequest body) -
Uses of CreateIntegrationRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CreateIntegrationRequestModifier and TypeMethodDescriptionCreateIntegrationRequest.integrationType(IntegrationType integrationType) Type of the integration to create.The name of the integration, used to distinguish this integration from others of the same type.