Uses of Class
com.mypurecloud.sdk.v2.model.DraftListing
Packages that use DraftListing
-
Uses of DraftListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return DraftListingModifier and TypeMethodDescriptionLanguageUnderstandingApi.getLanguageunderstandingMinerDrafts(GetLanguageunderstandingMinerDraftsRequest request) Retrieve the list of drafts created.LanguageUnderstandingApi.getLanguageunderstandingMinerDrafts(String minerId) Retrieve the list of drafts created.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type DraftListingModifier and TypeMethodDescriptionLanguageUnderstandingApi.getLanguageunderstandingMinerDrafts(ApiRequest<Void> request) Retrieve the list of drafts created.LanguageUnderstandingApiAsync.getLanguageunderstandingMinerDraftsAsync(GetLanguageunderstandingMinerDraftsRequest request, AsyncApiCallback<DraftListing> callback) Retrieve the list of drafts created.LanguageUnderstandingApiAsync.getLanguageunderstandingMinerDraftsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<DraftListing>> callback) Retrieve the list of drafts created.LanguageUnderstandingApi.getLanguageunderstandingMinerDraftsWithHttpInfo(String minerId) Retrieve the list of drafts created.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type DraftListingModifier and TypeMethodDescriptionLanguageUnderstandingApiAsync.getLanguageunderstandingMinerDraftsAsync(GetLanguageunderstandingMinerDraftsRequest request, AsyncApiCallback<DraftListing> callback) Retrieve the list of drafts created.LanguageUnderstandingApiAsync.getLanguageunderstandingMinerDraftsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<DraftListing>> callback) Retrieve the list of drafts created. -
Uses of DraftListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DraftListing