Class GetFlowsDatatableExportJobRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.GetFlowsDatatableExportJobRequest
-
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) voidsetExportJobId(String exportJobId) withCustomHeader(String name, String value) withDatatableId(String datatableId) withExportJobId(String exportJobId)
-
Constructor Details
-
GetFlowsDatatableExportJobRequest
public GetFlowsDatatableExportJobRequest()
-
-
Method Details
-
getDatatableId
-
setDatatableId
-
withDatatableId
-
getExportJobId
-
setExportJobId
-
withExportJobId
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
public static GetFlowsDatatableExportJobRequest.Builder builder(String datatableId, String exportJobId)
-