Uses of Enum Class
com.mypurecloud.sdk.v2.model.DecisionTableExportJobRequest.FormatEnum
Packages that use DecisionTableExportJobRequest.FormatEnum
-
Uses of DecisionTableExportJobRequest.FormatEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DecisionTableExportJobRequest.FormatEnumModifier and TypeMethodDescriptionDecisionTableExportJobRequest.FormatEnum.fromString(String key) DecisionTableExportJobRequest.getFormat()Returns the enum constant of this class with the specified name.DecisionTableExportJobRequest.FormatEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model with parameters of type DecisionTableExportJobRequest.FormatEnumModifier and TypeMethodDescriptionDecisionTableExportJobRequest.format(DecisionTableExportJobRequest.FormatEnum format) The format of the exported file.voidDecisionTableExportJobRequest.setFormat(DecisionTableExportJobRequest.FormatEnum format)