Package com.mypurecloud.sdk.v2.model
Class DecisionTableExportJobRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.DecisionTableExportJobRequest
- All Implemented Interfaces:
Serializable
DecisionTableExportJobRequest
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe type of export to perform.static enumThe format of the exported file. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe type of export to perform.The format of the exported file.inthashCode()voidvoidvoidsetTableVersion(Integer tableVersion) tableVersion(Integer tableVersion) toString()
-
Constructor Details
-
DecisionTableExportJobRequest
public DecisionTableExportJobRequest() -
DecisionTableExportJobRequest
-
-
Method Details
-
tableVersion
-
getTableVersion
-
setTableVersion
-
exportType
public DecisionTableExportJobRequest exportType(DecisionTableExportJobRequest.ExportTypeEnum exportType) The type of export to perform. -
getExportType
-
setExportType
-
format
The format of the exported file. -
getFormat
-
setFormat
-
equals
-
hashCode
public int hashCode() -
toString
-