Uses of Class
com.mypurecloud.sdk.v2.model.Draft
Packages that use Draft
Package
Description
-
Uses of Draft in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return DraftModifier and TypeMethodDescriptionLanguageUnderstandingApi.getLanguageunderstandingMinerDraft(GetLanguageunderstandingMinerDraftRequest request) Get information about a draft.LanguageUnderstandingApi.getLanguageunderstandingMinerDraft(String minerId, String draftId, String draftIntentId, String draftTopicId) Get information about a draft.LanguageUnderstandingApi.patchLanguageunderstandingMinerDraft(PatchLanguageunderstandingMinerDraftRequest request) Save information for the draft.LanguageUnderstandingApi.patchLanguageunderstandingMinerDraft(String minerId, String draftId, DraftRequest body) Save information for the draft.LanguageUnderstandingApi.postLanguageunderstandingMinerDrafts(PostLanguageunderstandingMinerDraftsRequest request) Create a new draft resource.LanguageUnderstandingApi.postLanguageunderstandingMinerDrafts(String minerId, Draft body) Create a new draft resource.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type DraftModifier and TypeMethodDescriptionLanguageUnderstandingApi.getLanguageunderstandingMinerDraft(ApiRequest<Void> request) Get information about a draft.LanguageUnderstandingApiAsync.getLanguageunderstandingMinerDraftAsync(GetLanguageunderstandingMinerDraftRequest request, AsyncApiCallback<Draft> callback) Get information about a draft.LanguageUnderstandingApiAsync.getLanguageunderstandingMinerDraftAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<Draft>> callback) Get information about a draft.LanguageUnderstandingApi.getLanguageunderstandingMinerDraftWithHttpInfo(String minerId, String draftId, String draftIntentId, String draftTopicId) Get information about a draft.LanguageUnderstandingApi.patchLanguageunderstandingMinerDraft(ApiRequest<DraftRequest> request) Save information for the draft.LanguageUnderstandingApiAsync.patchLanguageunderstandingMinerDraftAsync(PatchLanguageunderstandingMinerDraftRequest request, AsyncApiCallback<Draft> callback) Save information for the draft.LanguageUnderstandingApiAsync.patchLanguageunderstandingMinerDraftAsync(ApiRequest<DraftRequest> request, AsyncApiCallback<ApiResponse<Draft>> callback) Save information for the draft.LanguageUnderstandingApi.patchLanguageunderstandingMinerDraftWithHttpInfo(String minerId, String draftId, DraftRequest body) Save information for the draft.LanguageUnderstandingApi.postLanguageunderstandingMinerDrafts(ApiRequest<Draft> request) Create a new draft resource.LanguageUnderstandingApiAsync.postLanguageunderstandingMinerDraftsAsync(PostLanguageunderstandingMinerDraftsRequest request, AsyncApiCallback<Draft> callback) Create a new draft resource.LanguageUnderstandingApiAsync.postLanguageunderstandingMinerDraftsAsync(ApiRequest<Draft> request, AsyncApiCallback<ApiResponse<Draft>> callback) Create a new draft resource.LanguageUnderstandingApi.postLanguageunderstandingMinerDraftsWithHttpInfo(String minerId, Draft body) Create a new draft resource.Methods in com.mypurecloud.sdk.v2.api with parameters of type DraftModifier and TypeMethodDescriptionLanguageUnderstandingApi.postLanguageunderstandingMinerDrafts(String minerId, Draft body) Create a new draft resource.LanguageUnderstandingApi.postLanguageunderstandingMinerDraftsWithHttpInfo(String minerId, Draft body) Create a new draft resource.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type DraftModifier and TypeMethodDescriptionLanguageUnderstandingApiAsync.getLanguageunderstandingMinerDraftAsync(GetLanguageunderstandingMinerDraftRequest request, AsyncApiCallback<Draft> callback) Get information about a draft.LanguageUnderstandingApiAsync.getLanguageunderstandingMinerDraftAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<Draft>> callback) Get information about a draft.LanguageUnderstandingApiAsync.patchLanguageunderstandingMinerDraftAsync(PatchLanguageunderstandingMinerDraftRequest request, AsyncApiCallback<Draft> callback) Save information for the draft.LanguageUnderstandingApiAsync.patchLanguageunderstandingMinerDraftAsync(ApiRequest<DraftRequest> request, AsyncApiCallback<ApiResponse<Draft>> callback) Save information for the draft.LanguageUnderstandingApi.postLanguageunderstandingMinerDrafts(ApiRequest<Draft> request) Create a new draft resource.LanguageUnderstandingApiAsync.postLanguageunderstandingMinerDraftsAsync(PostLanguageunderstandingMinerDraftsRequest request, AsyncApiCallback<Draft> callback) Create a new draft resource.LanguageUnderstandingApiAsync.postLanguageunderstandingMinerDraftsAsync(ApiRequest<Draft> request, AsyncApiCallback<ApiResponse<Draft>> callback) Create a new draft resource.LanguageUnderstandingApiAsync.postLanguageunderstandingMinerDraftsAsync(ApiRequest<Draft> request, AsyncApiCallback<ApiResponse<Draft>> callback) Create a new draft resource. -
Uses of Draft in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return DraftMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type DraftMethods in com.mypurecloud.sdk.v2.api.request with parameters of type DraftModifier and TypeMethodDescriptionvoidPostLanguageunderstandingMinerDraftsRequest.Builder.withRequiredParams(String minerId, Draft body) -
Uses of Draft in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DraftMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type DraftMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type Draft