Uses of Class
com.mypurecloud.sdk.v2.model.EmbeddedIntegration
Packages that use EmbeddedIntegration
Package
Description
-
Uses of EmbeddedIntegration in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return EmbeddedIntegrationModifier and TypeMethodDescriptionOrganizationApi.getOrganizationsEmbeddedintegration()Deprecated.OrganizationApi.getOrganizationsEmbeddedintegration(GetOrganizationsEmbeddedintegrationRequest request) Deprecated.OrganizationApi.putOrganizationsEmbeddedintegration(PutOrganizationsEmbeddedintegrationRequest request) Deprecated.OrganizationApi.putOrganizationsEmbeddedintegration(EmbeddedIntegration body) Deprecated.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type EmbeddedIntegrationModifier and TypeMethodDescriptionOrganizationApi.getOrganizationsEmbeddedintegration(ApiRequest<Void> request) Deprecated.OrganizationApiAsync.getOrganizationsEmbeddedintegrationAsync(GetOrganizationsEmbeddedintegrationRequest request, AsyncApiCallback<EmbeddedIntegration> callback) Deprecated.OrganizationApiAsync.getOrganizationsEmbeddedintegrationAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<EmbeddedIntegration>> callback) Deprecated.OrganizationApi.getOrganizationsEmbeddedintegrationWithHttpInfo()Deprecated.OrganizationApi.putOrganizationsEmbeddedintegration(ApiRequest<EmbeddedIntegration> request) Deprecated.OrganizationApiAsync.putOrganizationsEmbeddedintegrationAsync(PutOrganizationsEmbeddedintegrationRequest request, AsyncApiCallback<EmbeddedIntegration> callback) Deprecated.OrganizationApiAsync.putOrganizationsEmbeddedintegrationAsync(ApiRequest<EmbeddedIntegration> request, AsyncApiCallback<ApiResponse<EmbeddedIntegration>> callback) Deprecated.OrganizationApi.putOrganizationsEmbeddedintegrationWithHttpInfo(EmbeddedIntegration body) Deprecated.Methods in com.mypurecloud.sdk.v2.api with parameters of type EmbeddedIntegrationModifier and TypeMethodDescriptionOrganizationApi.putOrganizationsEmbeddedintegration(EmbeddedIntegration body) Deprecated.OrganizationApi.putOrganizationsEmbeddedintegrationWithHttpInfo(EmbeddedIntegration body) Deprecated.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type EmbeddedIntegrationModifier and TypeMethodDescriptionOrganizationApiAsync.getOrganizationsEmbeddedintegrationAsync(GetOrganizationsEmbeddedintegrationRequest request, AsyncApiCallback<EmbeddedIntegration> callback) Deprecated.OrganizationApiAsync.getOrganizationsEmbeddedintegrationAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<EmbeddedIntegration>> callback) Deprecated.OrganizationApi.putOrganizationsEmbeddedintegration(ApiRequest<EmbeddedIntegration> request) Deprecated.OrganizationApiAsync.putOrganizationsEmbeddedintegrationAsync(PutOrganizationsEmbeddedintegrationRequest request, AsyncApiCallback<EmbeddedIntegration> callback) Deprecated.OrganizationApiAsync.putOrganizationsEmbeddedintegrationAsync(ApiRequest<EmbeddedIntegration> request, AsyncApiCallback<ApiResponse<EmbeddedIntegration>> callback) Deprecated.OrganizationApiAsync.putOrganizationsEmbeddedintegrationAsync(ApiRequest<EmbeddedIntegration> request, AsyncApiCallback<ApiResponse<EmbeddedIntegration>> callback) Deprecated. -
Uses of EmbeddedIntegration in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return EmbeddedIntegrationMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type EmbeddedIntegrationMethods in com.mypurecloud.sdk.v2.api.request with parameters of type EmbeddedIntegrationModifier and TypeMethodDescriptionPutOrganizationsEmbeddedintegrationRequest.builder(EmbeddedIntegration body) voidPutOrganizationsEmbeddedintegrationRequest.setBody(EmbeddedIntegration body) PutOrganizationsEmbeddedintegrationRequest.Builder.withBody(EmbeddedIntegration body) PutOrganizationsEmbeddedintegrationRequest.withBody(EmbeddedIntegration body) PutOrganizationsEmbeddedintegrationRequest.Builder.withRequiredParams(EmbeddedIntegration body) -
Uses of EmbeddedIntegration in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return EmbeddedIntegrationModifier and TypeMethodDescriptionEmbeddedIntegration.domainWhitelist(List<String> domainWhitelist) EmbeddedIntegration.enableWhitelist(Boolean enableWhitelist)