Uses of Class
org.apache.camel.component.salesforce.api.dto.bulkv2.ContentTypeEnum
-
Packages that use ContentTypeEnum Package Description org.apache.camel.component.salesforce.api.dto.bulkv2 -
-
Uses of ContentTypeEnum in org.apache.camel.component.salesforce.api.dto.bulkv2
Fields in org.apache.camel.component.salesforce.api.dto.bulkv2 declared as ContentTypeEnum Modifier and Type Field Description protected ContentTypeEnumJobBase. contentTypeMethods in org.apache.camel.component.salesforce.api.dto.bulkv2 that return ContentTypeEnum Modifier and Type Method Description static ContentTypeEnumContentTypeEnum. fromValue(String v)ContentTypeEnumJobBase. getContentType()static ContentTypeEnumContentTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ContentTypeEnum[]ContentTypeEnum. 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 ContentTypeEnum Modifier and Type Method Description voidJobBase. setContentType(ContentTypeEnum contentType)
-