Uses of Enum Class
com.mypurecloud.sdk.v2.model.ExportDetails.ExportTypeEnum
Packages that use ExportDetails.ExportTypeEnum
-
Uses of ExportDetails.ExportTypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ExportDetails.ExportTypeEnumModifier and TypeMethodDescriptionstatic ExportDetails.ExportTypeEnumExportDetails.ExportTypeEnum.fromString(String key) ExportDetails.getExportType()static ExportDetails.ExportTypeEnumReturns the enum constant of this class with the specified name.static ExportDetails.ExportTypeEnum[]ExportDetails.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 ExportDetails.ExportTypeEnumModifier and TypeMethodDescriptionExportDetails.exportType(ExportDetails.ExportTypeEnum exportType) The export type for the flow.voidExportDetails.setExportType(ExportDetails.ExportTypeEnum exportType)