Uses of Class
org.apache.camel.component.salesforce.api.dto.analytics.reports.FormatEnum
-
Packages that use FormatEnum Package Description org.apache.camel.component.salesforce.api.dto.analytics.reports -
-
Uses of FormatEnum in org.apache.camel.component.salesforce.api.dto.analytics.reports
Methods in org.apache.camel.component.salesforce.api.dto.analytics.reports that return FormatEnum Modifier and Type Method Description static FormatEnumFormatEnum. fromValue(String value)FormatEnumReport. getFormat()static FormatEnumFormatEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static FormatEnum[]FormatEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.salesforce.api.dto.analytics.reports with parameters of type FormatEnum Modifier and Type Method Description voidReport. setFormat(FormatEnum Format)
-