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