Uses of Class
com.mypurecloud.sdk.v2.model.CredentialInfo
Packages that use CredentialInfo
-
Uses of CredentialInfo in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return CredentialInfoModifier and TypeMethodDescriptionIntegrationsApi.postIntegrationsCredentials(PostIntegrationsCredentialsRequest request) Create a set of credentialsIntegrationsApi.postIntegrationsCredentials(Credential body) Create a set of credentialsIntegrationsApi.putIntegrationsCredential(PutIntegrationsCredentialRequest request) Update a set of credentialsIntegrationsApi.putIntegrationsCredential(String credentialId, Credential body) Update a set of credentialsMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type CredentialInfoModifier and TypeMethodDescriptionIntegrationsApi.postIntegrationsCredentials(ApiRequest<Credential> request) Create a set of credentialsIntegrationsApiAsync.postIntegrationsCredentialsAsync(PostIntegrationsCredentialsRequest request, AsyncApiCallback<CredentialInfo> callback) Create a set of credentialsIntegrationsApiAsync.postIntegrationsCredentialsAsync(ApiRequest<Credential> request, AsyncApiCallback<ApiResponse<CredentialInfo>> callback) Create a set of credentialsIntegrationsApi.postIntegrationsCredentialsWithHttpInfo(Credential body) Create a set of credentialsIntegrationsApi.putIntegrationsCredential(ApiRequest<Credential> request) Update a set of credentialsIntegrationsApiAsync.putIntegrationsCredentialAsync(PutIntegrationsCredentialRequest request, AsyncApiCallback<CredentialInfo> callback) Update a set of credentialsIntegrationsApiAsync.putIntegrationsCredentialAsync(ApiRequest<Credential> request, AsyncApiCallback<ApiResponse<CredentialInfo>> callback) Update a set of credentialsIntegrationsApi.putIntegrationsCredentialWithHttpInfo(String credentialId, Credential body) Update a set of credentialsMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type CredentialInfoModifier and TypeMethodDescriptionIntegrationsApiAsync.postIntegrationsCredentialsAsync(PostIntegrationsCredentialsRequest request, AsyncApiCallback<CredentialInfo> callback) Create a set of credentialsIntegrationsApiAsync.postIntegrationsCredentialsAsync(ApiRequest<Credential> request, AsyncApiCallback<ApiResponse<CredentialInfo>> callback) Create a set of credentialsIntegrationsApiAsync.putIntegrationsCredentialAsync(PutIntegrationsCredentialRequest request, AsyncApiCallback<CredentialInfo> callback) Update a set of credentialsIntegrationsApiAsync.putIntegrationsCredentialAsync(ApiRequest<Credential> request, AsyncApiCallback<ApiResponse<CredentialInfo>> callback) Update a set of credentials -
Uses of CredentialInfo in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CredentialInfoModifier and TypeMethodDescriptionCredentialInfo.type(CredentialType type) Type of the credentials.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type CredentialInfoModifier and TypeMethodDescriptionEffectiveConfiguration.getCredentials()IntegrationConfiguration.getCredentials()CredentialInfoCursorListing.getEntities()CredentialInfoListing.getEntities()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type CredentialInfoModifier and TypeMethodDescriptionEffectiveConfiguration.credentials(Map<String, CredentialInfo> credentials) Credentials required by the integration.IntegrationConfiguration.credentials(Map<String, CredentialInfo> credentials) Credentials required by the integration.CredentialInfoCursorListing.entities(List<CredentialInfo> entities) CredentialInfoListing.entities(List<CredentialInfo> entities) voidEffectiveConfiguration.setCredentials(Map<String, CredentialInfo> credentials) voidIntegrationConfiguration.setCredentials(Map<String, CredentialInfo> credentials) voidCredentialInfoCursorListing.setEntities(List<CredentialInfo> entities) voidCredentialInfoListing.setEntities(List<CredentialInfo> entities)