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 LineEndingEnumJobBase. lineEndingMethods in org.apache.camel.component.salesforce.api.dto.bulkv2 that return LineEndingEnum Modifier and Type Method Description static LineEndingEnumLineEndingEnum. fromValue(String v)LineEndingEnumJobBase. getLineEnding()static LineEndingEnumLineEndingEnum. 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 voidJobBase. setLineEnding(LineEndingEnum lineEnding)
-