Uses of Class
com.mypurecloud.sdk.v2.model.CredentialInfoCursorListing
Packages that use CredentialInfoCursorListing
-
Uses of CredentialInfoCursorListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return CredentialInfoCursorListingModifier and TypeMethodDescriptionIntegrationsApi.getIntegrationsCredentialsListing(GetIntegrationsCredentialsListingRequest request) List multiple sets of credentials using cursor-based pagingIntegrationsApi.getIntegrationsCredentialsListing(String before, String after, String pageSize) List multiple sets of credentials using cursor-based pagingMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type CredentialInfoCursorListingModifier and TypeMethodDescriptionIntegrationsApi.getIntegrationsCredentialsListing(ApiRequest<Void> request) List multiple sets of credentials using cursor-based pagingIntegrationsApiAsync.getIntegrationsCredentialsListingAsync(GetIntegrationsCredentialsListingRequest request, AsyncApiCallback<CredentialInfoCursorListing> callback) List multiple sets of credentials using cursor-based pagingIntegrationsApiAsync.getIntegrationsCredentialsListingAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<CredentialInfoCursorListing>> callback) List multiple sets of credentials using cursor-based pagingIntegrationsApi.getIntegrationsCredentialsListingWithHttpInfo(String before, String after, String pageSize) List multiple sets of credentials using cursor-based pagingMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type CredentialInfoCursorListingModifier and TypeMethodDescriptionIntegrationsApiAsync.getIntegrationsCredentialsListingAsync(GetIntegrationsCredentialsListingRequest request, AsyncApiCallback<CredentialInfoCursorListing> callback) List multiple sets of credentials using cursor-based pagingIntegrationsApiAsync.getIntegrationsCredentialsListingAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<CredentialInfoCursorListing>> callback) List multiple sets of credentials using cursor-based paging -
Uses of CredentialInfoCursorListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CredentialInfoCursorListingModifier and TypeMethodDescriptionCredentialInfoCursorListing.entities(List<CredentialInfo> entities) CredentialInfoCursorListing.previousUri(String previousUri)