Uses of Class
com.mypurecloud.sdk.v2.model.CustomerInteractionCenter
Packages that use CustomerInteractionCenter
Package
Description
-
Uses of CustomerInteractionCenter in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return CustomerInteractionCenterModifier and TypeMethodDescriptionIdentityProviderApi.getIdentityprovidersCic()Get Customer Interaction Center (CIC) Identity ProviderIdentityProviderApi.getIdentityprovidersCic(GetIdentityprovidersCicRequest request) Get Customer Interaction Center (CIC) Identity ProviderMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type CustomerInteractionCenterModifier and TypeMethodDescriptionIdentityProviderApi.getIdentityprovidersCic(ApiRequest<Void> request) Get Customer Interaction Center (CIC) Identity ProviderIdentityProviderApiAsync.getIdentityprovidersCicAsync(GetIdentityprovidersCicRequest request, AsyncApiCallback<CustomerInteractionCenter> callback) Get Customer Interaction Center (CIC) Identity ProviderIdentityProviderApiAsync.getIdentityprovidersCicAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<CustomerInteractionCenter>> callback) Get Customer Interaction Center (CIC) Identity ProviderIdentityProviderApi.getIdentityprovidersCicWithHttpInfo()Get Customer Interaction Center (CIC) Identity ProviderMethods in com.mypurecloud.sdk.v2.api with parameters of type CustomerInteractionCenterModifier and TypeMethodDescriptionIdentityProviderApi.putIdentityprovidersCic(CustomerInteractionCenter body) Update/Create Customer Interaction Center (CIC) Identity ProviderIdentityProviderApi.putIdentityprovidersCicWithHttpInfo(CustomerInteractionCenter body) Update/Create Customer Interaction Center (CIC) Identity ProviderMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type CustomerInteractionCenterModifier and TypeMethodDescriptionIdentityProviderApiAsync.getIdentityprovidersCicAsync(GetIdentityprovidersCicRequest request, AsyncApiCallback<CustomerInteractionCenter> callback) Get Customer Interaction Center (CIC) Identity ProviderIdentityProviderApiAsync.getIdentityprovidersCicAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<CustomerInteractionCenter>> callback) Get Customer Interaction Center (CIC) Identity ProviderIdentityProviderApi.putIdentityprovidersCic(ApiRequest<CustomerInteractionCenter> request) Update/Create Customer Interaction Center (CIC) Identity ProviderIdentityProviderApiAsync.putIdentityprovidersCicAsync(ApiRequest<CustomerInteractionCenter> request, AsyncApiCallback<ApiResponse<IdentityProvider>> callback) Update/Create Customer Interaction Center (CIC) Identity Provider -
Uses of CustomerInteractionCenter in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return CustomerInteractionCenterMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type CustomerInteractionCenterMethods in com.mypurecloud.sdk.v2.api.request with parameters of type CustomerInteractionCenterModifier and TypeMethodDescriptionPutIdentityprovidersCicRequest.builder(CustomerInteractionCenter body) voidPutIdentityprovidersCicRequest.setBody(CustomerInteractionCenter body) PutIdentityprovidersCicRequest.Builder.withBody(CustomerInteractionCenter body) PutIdentityprovidersCicRequest.withBody(CustomerInteractionCenter body) PutIdentityprovidersCicRequest.Builder.withRequiredParams(CustomerInteractionCenter body) -
Uses of CustomerInteractionCenter in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CustomerInteractionCenterModifier and TypeMethodDescriptionCustomerInteractionCenter.certificate(String certificate) CustomerInteractionCenter.certificates(List<String> certificates) CustomerInteractionCenter.displayOnLogin(Boolean displayOnLogin) CustomerInteractionCenter.forceAuthn(Boolean forceAuthn) CustomerInteractionCenter.logoImageData(String logoImageData) CustomerInteractionCenter.metadataURL(String metadataURL) CustomerInteractionCenter.nameIdentifierFormat(CustomerInteractionCenter.NameIdentifierFormatEnum nameIdentifierFormat) CustomerInteractionCenter.providerName(String providerName) CustomerInteractionCenter.relyingPartyIdentifier(String relyingPartyIdentifier) CustomerInteractionCenter.signAuthnRequests(Boolean signAuthnRequests) CustomerInteractionCenter.sloBinding(String sloBinding) CustomerInteractionCenter.ssoBinding(CustomerInteractionCenter.SsoBindingEnum ssoBinding) CustomerInteractionCenter.ssoTargetURI(String ssoTargetURI)