Uses of Class
com.mypurecloud.sdk.v2.model.CredentialType
Packages that use CredentialType
-
Uses of CredentialType in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type CredentialTypeModifier and TypeMethodDescriptionIntegrationsApi.getIntegrationsCredentialsTypes()List all credential typesIntegrationsApi.getIntegrationsCredentialsTypes(GetIntegrationsCredentialsTypesRequest request) List all credential typesIntegrationsApi.getIntegrationsCredentialsTypes(ApiRequest<Void> request) List all credential typesIntegrationsApiAsync.getIntegrationsCredentialsTypesAsync(GetIntegrationsCredentialsTypesRequest request, AsyncApiCallback<List<CredentialType>> callback) List all credential typesIntegrationsApiAsync.getIntegrationsCredentialsTypesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<List<CredentialType>>> callback) List all credential typesIntegrationsApi.getIntegrationsCredentialsTypesWithHttpInfo()List all credential typesMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type CredentialTypeModifier and TypeMethodDescriptionIntegrationsApiAsync.getIntegrationsCredentialsTypesAsync(GetIntegrationsCredentialsTypesRequest request, AsyncApiCallback<List<CredentialType>> callback) List all credential typesIntegrationsApiAsync.getIntegrationsCredentialsTypesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<List<CredentialType>>> callback) List all credential types -
Uses of CredentialType in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CredentialTypeMethods in com.mypurecloud.sdk.v2.model with parameters of type CredentialTypeModifier and TypeMethodDescriptionvoidCredential.setType(CredentialType type) voidCredentialInfo.setType(CredentialType type) Credential.type(CredentialType type) The type of credential.CredentialInfo.type(CredentialType type) Type of the credentials.