Uses of Class
com.mypurecloud.sdk.v2.model.OAuthClientEntityListing
Packages that use OAuthClientEntityListing
-
Uses of OAuthClientEntityListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return OAuthClientEntityListingModifier and TypeMethodDescriptionOAuthApi.getOauthClients()The list of OAuth clientsOAuthApi.getOauthClients(GetOauthClientsRequest request) The list of OAuth clientsMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type OAuthClientEntityListingModifier and TypeMethodDescriptionOAuthApi.getOauthClients(ApiRequest<Void> request) The list of OAuth clientsOAuthApiAsync.getOauthClientsAsync(GetOauthClientsRequest request, AsyncApiCallback<OAuthClientEntityListing> callback) The list of OAuth clientsOAuthApiAsync.getOauthClientsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<OAuthClientEntityListing>> callback) The list of OAuth clientsOAuthApi.getOauthClientsWithHttpInfo()The list of OAuth clientsMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type OAuthClientEntityListingModifier and TypeMethodDescriptionOAuthApiAsync.getOauthClientsAsync(GetOauthClientsRequest request, AsyncApiCallback<OAuthClientEntityListing> callback) The list of OAuth clientsOAuthApiAsync.getOauthClientsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<OAuthClientEntityListing>> callback) The list of OAuth clients -
Uses of OAuthClientEntityListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return OAuthClientEntityListingModifier and TypeMethodDescriptionOAuthClientEntityListing.entities(List<OAuthClient> entities) OAuthClientEntityListing.pageNumber(Integer pageNumber) OAuthClientEntityListing.previousUri(String previousUri)