Class GetFlowsDatatableImportJobRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.GetFlowsDatatableImportJobRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()voidsetCustomHeaders(Map<String, String> customHeaders) voidsetDatatableId(String datatableId) voidsetImportJobId(String importJobId) withCustomHeader(String name, String value) withDatatableId(String datatableId) withImportJobId(String importJobId)
-
Constructor Details
-
GetFlowsDatatableImportJobRequest
public GetFlowsDatatableImportJobRequest()
-
-
Method Details
-
getDatatableId
-
setDatatableId
-
withDatatableId
-
getImportJobId
-
setImportJobId
-
withImportJobId
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
public static GetFlowsDatatableImportJobRequest.Builder builder(String datatableId, String importJobId)
-