Class PatchLanguageunderstandingMinerDraftRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PatchLanguageunderstandingMinerDraftRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()getBody()voidsetBody(DraftRequest body) voidsetCustomHeaders(Map<String, String> customHeaders) voidsetDraftId(String draftId) voidsetMinerId(String minerId) withBody(DraftRequest body) withCustomHeader(String name, String value) withDraftId(String draftId) withMinerId(String minerId)
-
Constructor Details
-
PatchLanguageunderstandingMinerDraftRequest
public PatchLanguageunderstandingMinerDraftRequest()
-
-
Method Details
-
getMinerId
-
setMinerId
-
withMinerId
-
getDraftId
-
setDraftId
-
withDraftId
-
getBody
-
setBody
-
withBody
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
public static PatchLanguageunderstandingMinerDraftRequest.Builder builder(String minerId, String draftId)
-