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 ContentTypeSalesforceEndpointConfig. getContentType()Methods in org.apache.camel.component.salesforce with parameters of type ContentType Modifier and Type Method Description voidSalesforceEndpointConfig. 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 ContentTypeJobInfo. contentTypeMethods in org.apache.camel.component.salesforce.api.dto.bulk that return ContentType Modifier and Type Method Description static ContentTypeContentType. fromValue(String v)ContentTypeJobInfo. getContentType()Gets the value of the contentType property.static ContentTypeContentType. 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 voidJobInfo. 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 voidBulkApiClient. createBatch(InputStream batchStream, String jobId, ContentType contentTypeEnum, Map<String,List<String>> header, BulkApiClient.BatchInfoResponseCallback callback)voidDefaultBulkApiClient. createBatch(InputStream batchStream, String jobId, ContentType contentTypeEnum, Map<String,List<String>> headers, BulkApiClient.BatchInfoResponseCallback callback)voidBulkApiClient. createBatchQuery(String jobId, String soqlQuery, ContentType jobContentType, Map<String,List<String>> header, BulkApiClient.BatchInfoResponseCallback callback)voidDefaultBulkApiClient. createBatchQuery(String jobId, String soqlQuery, ContentType jobContentType, Map<String,List<String>> headers, BulkApiClient.BatchInfoResponseCallback callback)
-