Uses of Enum Class
com.mypurecloud.sdk.v2.model.ReportingExportJobResponse.CsvDelimiterEnum
Packages that use ReportingExportJobResponse.CsvDelimiterEnum
-
Uses of ReportingExportJobResponse.CsvDelimiterEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ReportingExportJobResponse.CsvDelimiterEnumModifier and TypeMethodDescriptionReportingExportJobResponse.CsvDelimiterEnum.fromString(String key) ReportingExportJobResponse.getCsvDelimiter()Returns the enum constant of this class with the specified name.ReportingExportJobResponse.CsvDelimiterEnum.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 ReportingExportJobResponse.CsvDelimiterEnumModifier and TypeMethodDescriptionReportingExportJobResponse.csvDelimiter(ReportingExportJobResponse.CsvDelimiterEnum csvDelimiter) The user supplied csv delimiter string value either of type 'comma' or 'semicolon' permitted for the export requestvoidReportingExportJobResponse.setCsvDelimiter(ReportingExportJobResponse.CsvDelimiterEnum csvDelimiter)