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 ContentTypeEnum
JobBase. contentType
Methods in org.apache.camel.component.salesforce.api.dto.bulkv2 that return ContentTypeEnum Modifier and Type Method Description static ContentTypeEnum
ContentTypeEnum. fromValue(String v)
ContentTypeEnum
JobBase. getContentType()
static ContentTypeEnum
ContentTypeEnum. 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 void
JobBase. setContentType(ContentTypeEnum contentType)
-