Uses of Class
org.apache.camel.component.salesforce.api.dto.bulk.ContentType
-
Packages that use ContentType Package Description org.apache.camel.component.salesforce org.apache.camel.component.salesforce.api.dto.bulk org.apache.camel.component.salesforce.internal.client -
-
Uses of ContentType in org.apache.camel.component.salesforce
Methods in org.apache.camel.component.salesforce that return ContentType Modifier and Type Method Description ContentType
SalesforceEndpointConfig. getContentType()
Methods in org.apache.camel.component.salesforce with parameters of type ContentType Modifier and Type Method Description void
SalesforceEndpointConfig. setContentType(ContentType contentType)
Bulk API content type, one of XML, CSV, ZIP_XML, ZIP_CSV -
Uses of ContentType in org.apache.camel.component.salesforce.api.dto.bulk
Fields in org.apache.camel.component.salesforce.api.dto.bulk declared as ContentType Modifier and Type Field Description protected ContentType
JobInfo. contentType
Methods in org.apache.camel.component.salesforce.api.dto.bulk that return ContentType Modifier and Type Method Description static ContentType
ContentType. fromValue(String v)
ContentType
JobInfo. getContentType()
Gets the value of the contentType property.static ContentType
ContentType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ContentType[]
ContentType. 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.bulk with parameters of type ContentType Modifier and Type Method Description void
JobInfo. setContentType(ContentType value)
Sets the value of the contentType property. -
Uses of ContentType in org.apache.camel.component.salesforce.internal.client
Methods in org.apache.camel.component.salesforce.internal.client with parameters of type ContentType Modifier and Type Method Description void
BulkApiClient. createBatch(InputStream batchStream, String jobId, ContentType contentTypeEnum, Map<String,List<String>> header, BulkApiClient.BatchInfoResponseCallback callback)
void
DefaultBulkApiClient. createBatch(InputStream batchStream, String jobId, ContentType contentTypeEnum, Map<String,List<String>> headers, BulkApiClient.BatchInfoResponseCallback callback)
void
BulkApiClient. createBatchQuery(String jobId, String soqlQuery, ContentType jobContentType, Map<String,List<String>> header, BulkApiClient.BatchInfoResponseCallback callback)
void
DefaultBulkApiClient. createBatchQuery(String jobId, String soqlQuery, ContentType jobContentType, Map<String,List<String>> headers, BulkApiClient.BatchInfoResponseCallback callback)
-