Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
ContentType |
SalesforceEndpointConfig.getContentType() |
Modifier and Type | Method and Description |
---|---|
void |
SalesforceEndpointConfig.setContentType(ContentType contentType)
Bulk API content type, one of XML, CSV, ZIP_XML, ZIP_CSV
|
Modifier and Type | Field and Description |
---|---|
protected ContentType |
JobInfo.contentType |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
JobInfo.setContentType(ContentType value)
Sets the value of the contentType property.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultBulkApiClient.createBatch(InputStream batchStream,
String jobId,
ContentType contentTypeEnum,
Map<String,List<String>> headers,
BulkApiClient.BatchInfoResponseCallback callback) |
void |
BulkApiClient.createBatch(InputStream batchStream,
String jobId,
ContentType contentTypeEnum,
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) |
void |
BulkApiClient.createBatchQuery(String jobId,
String soqlQuery,
ContentType jobContentType,
Map<String,List<String>> header,
BulkApiClient.BatchInfoResponseCallback callback) |
Apache Camel