Uses of Class
org.apache.camel.component.salesforce.api.dto.bulkv2.LineEndingEnum
-
Packages that use LineEndingEnum Package Description org.apache.camel.component.salesforce.api.dto.bulkv2 -
-
Uses of LineEndingEnum in org.apache.camel.component.salesforce.api.dto.bulkv2
Fields in org.apache.camel.component.salesforce.api.dto.bulkv2 declared as LineEndingEnum Modifier and Type Field Description protected LineEndingEnum
JobBase. lineEnding
Methods in org.apache.camel.component.salesforce.api.dto.bulkv2 that return LineEndingEnum Modifier and Type Method Description static LineEndingEnum
LineEndingEnum. fromValue(String v)
LineEndingEnum
JobBase. getLineEnding()
static LineEndingEnum
LineEndingEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static LineEndingEnum[]
LineEndingEnum. 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.bulkv2 with parameters of type LineEndingEnum Modifier and Type Method Description void
JobBase. setLineEnding(LineEndingEnum lineEnding)
-