Uses of Class
com.mypurecloud.sdk.v2.model.IntegrationType
Packages that use IntegrationType
-
Uses of IntegrationType in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return IntegrationTypeModifier and TypeMethodDescriptionIntegrationsApi.getIntegrationsType(GetIntegrationsTypeRequest request) Get integration type.IntegrationsApi.getIntegrationsType(String typeId) Get integration type.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type IntegrationTypeModifier and TypeMethodDescriptionIntegrationsApi.getIntegrationsType(ApiRequest<Void> request) Get integration type.IntegrationsApiAsync.getIntegrationsTypeAsync(GetIntegrationsTypeRequest request, AsyncApiCallback<IntegrationType> callback) Get integration type.IntegrationsApiAsync.getIntegrationsTypeAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<IntegrationType>> callback) Get integration type.IntegrationsApi.getIntegrationsTypeWithHttpInfo(String typeId) Get integration type.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type IntegrationTypeModifier and TypeMethodDescriptionIntegrationsApiAsync.getIntegrationsTypeAsync(GetIntegrationsTypeRequest request, AsyncApiCallback<IntegrationType> callback) Get integration type.IntegrationsApiAsync.getIntegrationsTypeAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<IntegrationType>> callback) Get integration type. -
Uses of IntegrationType in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return IntegrationTypeModifier and TypeMethodDescriptionClientApp.getIntegrationType()CreateIntegrationRequest.getIntegrationType()Integration.getIntegrationType()UserApp.getIntegrationType()The ID of the integration type.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type IntegrationTypeMethods in com.mypurecloud.sdk.v2.model with parameters of type IntegrationTypeModifier and TypeMethodDescriptionCreateIntegrationRequest.integrationType(IntegrationType integrationType) Type of the integration to create.voidCreateIntegrationRequest.setIntegrationType(IntegrationType integrationType) Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type IntegrationTypeModifier and TypeMethodDescriptionIntegrationTypeEntityListing.entities(List<IntegrationType> entities) voidIntegrationTypeEntityListing.setEntities(List<IntegrationType> entities)