Uses of Enum Class
com.mypurecloud.sdk.v2.model.DecisionTableExportJobRequest.ExportTypeEnum
Packages that use DecisionTableExportJobRequest.ExportTypeEnum
-
Uses of DecisionTableExportJobRequest.ExportTypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DecisionTableExportJobRequest.ExportTypeEnumModifier and TypeMethodDescriptionDecisionTableExportJobRequest.ExportTypeEnum.fromString(String key) DecisionTableExportJobRequest.getExportType()Returns the enum constant of this class with the specified name.DecisionTableExportJobRequest.ExportTypeEnum.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.ExportTypeEnumModifier and TypeMethodDescriptionDecisionTableExportJobRequest.exportType(DecisionTableExportJobRequest.ExportTypeEnum exportType) The type of export to perform.voidDecisionTableExportJobRequest.setExportType(DecisionTableExportJobRequest.ExportTypeEnum exportType)