Uses of Class
org.apache.camel.component.salesforce.api.dto.bulk.ContentType

Packages that use ContentType
org.apache.camel.component.salesforce   
org.apache.camel.component.salesforce.api.dto.bulk Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
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
 ContentType SalesforceEndpointConfig.getContentType()
           
 

Methods in org.apache.camel.component.salesforce with parameters of type ContentType
 void SalesforceEndpointConfig.setContentType(ContentType contentType)
           
 

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
protected  ContentType JobInfo.contentType
           
 

Methods in org.apache.camel.component.salesforce.api.dto.bulk that return ContentType
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
 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
 void DefaultBulkApiClient.createBatch(InputStream batchStream, String jobId, ContentType contentTypeEnum, BulkApiClient.BatchInfoResponseCallback callback)
           
 void BulkApiClient.createBatch(InputStream batchStream, String jobId, ContentType contentTypeEnum, BulkApiClient.BatchInfoResponseCallback callback)
           
 void DefaultBulkApiClient.createBatchQuery(String jobId, String soqlQuery, ContentType jobContentType, BulkApiClient.BatchInfoResponseCallback callback)
           
 void BulkApiClient.createBatchQuery(String jobId, String soqlQuery, ContentType jobContentType, BulkApiClient.BatchInfoResponseCallback callback)
           
 



Apache Camel