Class PatchBusinessrulesDecisiontableImportRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PatchBusinessrulesDecisiontableImportRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()builder(String tableId, String importJobId, UpdateDecisionTableImportJobRequest body) getBody()voidvoidsetCustomHeaders(Map<String, String> customHeaders) voidsetImportJobId(String importJobId) voidsetTableId(String tableId) withCustomHeader(String name, String value) withImportJobId(String importJobId) withTableId(String tableId)
-
Constructor Details
-
PatchBusinessrulesDecisiontableImportRequest
public PatchBusinessrulesDecisiontableImportRequest()
-
-
Method Details
-
getTableId
-
setTableId
-
withTableId
-
getImportJobId
-
setImportJobId
-
withImportJobId
-
getBody
-
setBody
-
withBody
public PatchBusinessrulesDecisiontableImportRequest withBody(UpdateDecisionTableImportJobRequest body) -
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
public static PatchBusinessrulesDecisiontableImportRequest.Builder builder(String tableId, String importJobId, UpdateDecisionTableImportJobRequest body)
-