Uses of Enum Class
org.apache.camel.component.salesforce.api.dto.bulk.ContentType
Packages that use ContentType
Package
Description
-
Uses of ContentType in org.apache.camel.component.salesforce
Methods in org.apache.camel.component.salesforce that return ContentTypeMethods in org.apache.camel.component.salesforce with parameters of type ContentTypeModifier and TypeMethodDescriptionvoidSalesforceEndpointConfig.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 ContentTypeMethods in org.apache.camel.component.salesforce.api.dto.bulk that return ContentTypeModifier and TypeMethodDescriptionstatic ContentTypeJobInfo.getContentType()Gets the value of the contentType property.static ContentTypeReturns the enum constant of this class with the specified name.static ContentType[]ContentType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.salesforce.api.dto.bulk with parameters of type ContentTypeModifier and TypeMethodDescriptionvoidJobInfo.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 ContentTypeModifier and TypeMethodDescriptionvoidBulkApiClient.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)