This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 0139ad4 Regen
0139ad4 is described below
commit 0139ad4403872e7ede191316058acd3fe5af4b79
Author: Andrea Cosentino <[email protected]>
AuthorDate: Mon Jan 3 08:41:59 2022 +0100
Regen
---
.../camel/catalog/components/salesforce.json | 20 ++---
.../dsl/SalesforceComponentBuilderFactory.java | 15 ++--
.../dsl/SalesforceEndpointBuilderFactory.java | 90 +++++++++++++---------
3 files changed, 73 insertions(+), 52 deletions(-)
diff --git
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/salesforce.json
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/salesforce.json
index 341fc85..30fa3a6 100644
---
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/salesforce.json
+++
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/salesforce.json
@@ -47,11 +47,11 @@
"maxRecords": { "kind": "property", "displayName": "Max Records", "group":
"common", "label": "", "required": false, "type": "integer", "javaType":
"java.lang.Integer", "deprecated": false, "autowired": false, "secret": false,
"configurationClass":
"org.apache.camel.component.salesforce.SalesforceEndpointConfig",
"configurationField": "config", "description": "The maximum number of records
to retrieve per set of results for a Bulk 2.0 Query. The request is still
subject to the size l [...]
"notFoundBehaviour": { "kind": "property", "displayName": "Not Found
Behaviour", "group": "common", "label": "", "required": false, "type":
"object", "javaType":
"org.apache.camel.component.salesforce.NotFoundBehaviour", "enum": [
"EXCEPTION", "NULL" ], "deprecated": false, "autowired": false, "secret":
false, "defaultValue": "EXCEPTION", "configurationClass":
"org.apache.camel.component.salesforce.SalesforceEndpointConfig",
"configurationField": "config", "description": "Sets the be [...]
"notifyForFields": { "kind": "property", "displayName": "Notify For
Fields", "group": "common", "label": "", "required": false, "type": "object",
"javaType":
"org.apache.camel.component.salesforce.internal.dto.NotifyForFieldsEnum",
"enum": [ "ALL", "REFERENCED", "SELECT", "WHERE" ], "deprecated": false,
"autowired": false, "secret": false, "configurationClass":
"org.apache.camel.component.salesforce.SalesforceEndpointConfig",
"configurationField": "config", "description": "Notify for [...]
- "notifyForOperationCreate": { "kind": "property", "displayName": "Notify
For Operation Create", "group": "common", "label": "", "required": false,
"type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false,
"autowired": false, "secret": false, "configurationClass":
"org.apache.camel.component.salesforce.SalesforceEndpointConfig",
"configurationField": "config", "description": "Notify for create operation,
defaults to false (API version = 29.0)" },
- "notifyForOperationDelete": { "kind": "property", "displayName": "Notify
For Operation Delete", "group": "common", "label": "", "required": false,
"type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false,
"autowired": false, "secret": false, "configurationClass":
"org.apache.camel.component.salesforce.SalesforceEndpointConfig",
"configurationField": "config", "description": "Notify for delete operation,
defaults to false (API version = 29.0)" },
- "notifyForOperations": { "kind": "property", "displayName": "Notify For
Operations", "group": "common", "label": "", "required": false, "type":
"object", "javaType":
"org.apache.camel.component.salesforce.internal.dto.NotifyForOperationsEnum",
"enum": [ "ALL", "CREATE", "EXTENDED", "UPDATE" ], "deprecated": false,
"autowired": false, "secret": false, "configurationClass":
"org.apache.camel.component.salesforce.SalesforceEndpointConfig",
"configurationField": "config", "description": [...]
- "notifyForOperationUndelete": { "kind": "property", "displayName": "Notify
For Operation Undelete", "group": "common", "label": "", "required": false,
"type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false,
"autowired": false, "secret": false, "configurationClass":
"org.apache.camel.component.salesforce.SalesforceEndpointConfig",
"configurationField": "config", "description": "Notify for un-delete operation,
defaults to false (API version = 29.0)" },
- "notifyForOperationUpdate": { "kind": "property", "displayName": "Notify
For Operation Update", "group": "common", "label": "", "required": false,
"type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false,
"autowired": false, "secret": false, "configurationClass":
"org.apache.camel.component.salesforce.SalesforceEndpointConfig",
"configurationField": "config", "description": "Notify for update operation,
defaults to false (API version = 29.0)" },
+ "notifyForOperationCreate": { "kind": "property", "displayName": "Notify
For Operation Create", "group": "common", "label": "", "required": false,
"type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false,
"autowired": false, "secret": false, "configurationClass":
"org.apache.camel.component.salesforce.SalesforceEndpointConfig",
"configurationField": "config", "description": "Notify for create operation,
defaults to false (API version >= 29.0)" },
+ "notifyForOperationDelete": { "kind": "property", "displayName": "Notify
For Operation Delete", "group": "common", "label": "", "required": false,
"type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false,
"autowired": false, "secret": false, "configurationClass":
"org.apache.camel.component.salesforce.SalesforceEndpointConfig",
"configurationField": "config", "description": "Notify for delete operation,
defaults to false (API version >= 29.0)" },
+ "notifyForOperations": { "kind": "property", "displayName": "Notify For
Operations", "group": "common", "label": "", "required": false, "type":
"object", "javaType":
"org.apache.camel.component.salesforce.internal.dto.NotifyForOperationsEnum",
"enum": [ "ALL", "CREATE", "EXTENDED", "UPDATE" ], "deprecated": false,
"autowired": false, "secret": false, "configurationClass":
"org.apache.camel.component.salesforce.SalesforceEndpointConfig",
"configurationField": "config", "description": [...]
+ "notifyForOperationUndelete": { "kind": "property", "displayName": "Notify
For Operation Undelete", "group": "common", "label": "", "required": false,
"type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false,
"autowired": false, "secret": false, "configurationClass":
"org.apache.camel.component.salesforce.SalesforceEndpointConfig",
"configurationField": "config", "description": "Notify for un-delete operation,
defaults to false (API version >= 29.0)" },
+ "notifyForOperationUpdate": { "kind": "property", "displayName": "Notify
For Operation Update", "group": "common", "label": "", "required": false,
"type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false,
"autowired": false, "secret": false, "configurationClass":
"org.apache.camel.component.salesforce.SalesforceEndpointConfig",
"configurationField": "config", "description": "Notify for update operation,
defaults to false (API version >= 29.0)" },
"objectMapper": { "kind": "property", "displayName": "Object Mapper",
"group": "common", "label": "", "required": false, "type": "object",
"javaType": "com.fasterxml.jackson.databind.ObjectMapper", "deprecated": false,
"autowired": false, "secret": false, "configurationClass":
"org.apache.camel.component.salesforce.SalesforceEndpointConfig",
"configurationField": "config", "description": "Custom Jackson ObjectMapper to
use when serializing\/deserializing Salesforce objects." },
"packages": { "kind": "property", "displayName": "Packages", "group":
"common", "label": "common", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "autowired": false, "secret": false,
"description": "In what packages are the generated DTO classes. Typically the
classes would be generated using camel-salesforce-maven-plugin. Set it if using
the generated DTOs to gain the benefit of using short SObject names in
parameters\/header values. Multip [...]
"pkChunking": { "kind": "property", "displayName": "Pk Chunking", "group":
"common", "label": "", "required": false, "type": "boolean", "javaType":
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false,
"configurationClass":
"org.apache.camel.component.salesforce.SalesforceEndpointConfig",
"configurationField": "config", "description": "Use PK Chunking. Only for use
in original Bulk API. Bulk 2.0 API performs PK chunking automatically, if
necessary." },
@@ -137,11 +137,11 @@
"maxRecords": { "kind": "parameter", "displayName": "Max Records",
"group": "common", "label": "", "required": false, "type": "integer",
"javaType": "java.lang.Integer", "deprecated": false, "autowired": false,
"secret": false, "configurationClass":
"org.apache.camel.component.salesforce.SalesforceEndpointConfig",
"configurationField": "configuration", "description": "The maximum number of
records to retrieve per set of results for a Bulk 2.0 Query. The request is
still subject to th [...]
"notFoundBehaviour": { "kind": "parameter", "displayName": "Not Found
Behaviour", "group": "common", "label": "", "required": false, "type":
"object", "javaType":
"org.apache.camel.component.salesforce.NotFoundBehaviour", "enum": [
"EXCEPTION", "NULL" ], "deprecated": false, "autowired": false, "secret":
false, "defaultValue": "EXCEPTION", "configurationClass":
"org.apache.camel.component.salesforce.SalesforceEndpointConfig",
"configurationField": "configuration", "description": "Set [...]
"notifyForFields": { "kind": "parameter", "displayName": "Notify For
Fields", "group": "common", "label": "", "required": false, "type": "object",
"javaType":
"org.apache.camel.component.salesforce.internal.dto.NotifyForFieldsEnum",
"enum": [ "ALL", "REFERENCED", "SELECT", "WHERE" ], "deprecated": false,
"autowired": false, "secret": false, "configurationClass":
"org.apache.camel.component.salesforce.SalesforceEndpointConfig",
"configurationField": "configuration", "description": "No [...]
- "notifyForOperationCreate": { "kind": "parameter", "displayName": "Notify
For Operation Create", "group": "common", "label": "", "required": false,
"type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false,
"autowired": false, "secret": false, "configurationClass":
"org.apache.camel.component.salesforce.SalesforceEndpointConfig",
"configurationField": "configuration", "description": "Notify for create
operation, defaults to false (API version = 29.0)" },
- "notifyForOperationDelete": { "kind": "parameter", "displayName": "Notify
For Operation Delete", "group": "common", "label": "", "required": false,
"type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false,
"autowired": false, "secret": false, "configurationClass":
"org.apache.camel.component.salesforce.SalesforceEndpointConfig",
"configurationField": "configuration", "description": "Notify for delete
operation, defaults to false (API version = 29.0)" },
- "notifyForOperations": { "kind": "parameter", "displayName": "Notify For
Operations", "group": "common", "label": "", "required": false, "type":
"object", "javaType":
"org.apache.camel.component.salesforce.internal.dto.NotifyForOperationsEnum",
"enum": [ "ALL", "CREATE", "EXTENDED", "UPDATE" ], "deprecated": false,
"autowired": false, "secret": false, "configurationClass":
"org.apache.camel.component.salesforce.SalesforceEndpointConfig",
"configurationField": "configuration", "descri [...]
- "notifyForOperationUndelete": { "kind": "parameter", "displayName":
"Notify For Operation Undelete", "group": "common", "label": "", "required":
false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false,
"autowired": false, "secret": false, "configurationClass":
"org.apache.camel.component.salesforce.SalesforceEndpointConfig",
"configurationField": "configuration", "description": "Notify for un-delete
operation, defaults to false (API version = 29.0)" },
- "notifyForOperationUpdate": { "kind": "parameter", "displayName": "Notify
For Operation Update", "group": "common", "label": "", "required": false,
"type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false,
"autowired": false, "secret": false, "configurationClass":
"org.apache.camel.component.salesforce.SalesforceEndpointConfig",
"configurationField": "configuration", "description": "Notify for update
operation, defaults to false (API version = 29.0)" },
+ "notifyForOperationCreate": { "kind": "parameter", "displayName": "Notify
For Operation Create", "group": "common", "label": "", "required": false,
"type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false,
"autowired": false, "secret": false, "configurationClass":
"org.apache.camel.component.salesforce.SalesforceEndpointConfig",
"configurationField": "configuration", "description": "Notify for create
operation, defaults to false (API version >= 29.0)" },
+ "notifyForOperationDelete": { "kind": "parameter", "displayName": "Notify
For Operation Delete", "group": "common", "label": "", "required": false,
"type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false,
"autowired": false, "secret": false, "configurationClass":
"org.apache.camel.component.salesforce.SalesforceEndpointConfig",
"configurationField": "configuration", "description": "Notify for delete
operation, defaults to false (API version >= 29.0)" },
+ "notifyForOperations": { "kind": "parameter", "displayName": "Notify For
Operations", "group": "common", "label": "", "required": false, "type":
"object", "javaType":
"org.apache.camel.component.salesforce.internal.dto.NotifyForOperationsEnum",
"enum": [ "ALL", "CREATE", "EXTENDED", "UPDATE" ], "deprecated": false,
"autowired": false, "secret": false, "configurationClass":
"org.apache.camel.component.salesforce.SalesforceEndpointConfig",
"configurationField": "configuration", "descri [...]
+ "notifyForOperationUndelete": { "kind": "parameter", "displayName":
"Notify For Operation Undelete", "group": "common", "label": "", "required":
false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false,
"autowired": false, "secret": false, "configurationClass":
"org.apache.camel.component.salesforce.SalesforceEndpointConfig",
"configurationField": "configuration", "description": "Notify for un-delete
operation, defaults to false (API version >= 29.0)" },
+ "notifyForOperationUpdate": { "kind": "parameter", "displayName": "Notify
For Operation Update", "group": "common", "label": "", "required": false,
"type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false,
"autowired": false, "secret": false, "configurationClass":
"org.apache.camel.component.salesforce.SalesforceEndpointConfig",
"configurationField": "configuration", "description": "Notify for update
operation, defaults to false (API version >= 29.0)" },
"objectMapper": { "kind": "parameter", "displayName": "Object Mapper",
"group": "common", "label": "", "required": false, "type": "object",
"javaType": "com.fasterxml.jackson.databind.ObjectMapper", "deprecated": false,
"autowired": false, "secret": false, "configurationClass":
"org.apache.camel.component.salesforce.SalesforceEndpointConfig",
"configurationField": "configuration", "description": "Custom Jackson
ObjectMapper to use when serializing\/deserializing Salesforce objects." },
"pkChunking": { "kind": "parameter", "displayName": "Pk Chunking",
"group": "common", "label": "", "required": false, "type": "boolean",
"javaType": "java.lang.Boolean", "deprecated": false, "autowired": false,
"secret": false, "configurationClass":
"org.apache.camel.component.salesforce.SalesforceEndpointConfig",
"configurationField": "configuration", "description": "Use PK Chunking. Only
for use in original Bulk API. Bulk 2.0 API performs PK chunking automatically,
if necessary." },
"pkChunkingChunkSize": { "kind": "parameter", "displayName": "Pk Chunking
Chunk Size", "group": "common", "label": "", "required": false, "type":
"integer", "javaType": "java.lang.Integer", "deprecated": false, "autowired":
false, "secret": false, "configurationClass":
"org.apache.camel.component.salesforce.SalesforceEndpointConfig",
"configurationField": "configuration", "description": "Chunk size for use with
PK Chunking. If unspecified, salesforce default is 100,000. Maximum size [...]
diff --git
a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/SalesforceComponentBuilderFactory.java
b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/SalesforceComponentBuilderFactory.java
index e6e5437..29afeee 100644
---
a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/SalesforceComponentBuilderFactory.java
+++
b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/SalesforceComponentBuilderFactory.java
@@ -441,7 +441,8 @@ public interface SalesforceComponentBuilderFactory {
return this;
}
/**
- * Notify for create operation, defaults to false (API version = 29.0).
+ * Notify for create operation, defaults to false (API version
+ * &amp;gt;= 29.0).
*
* The option is a: <code>java.lang.Boolean</code> type.
*
@@ -456,7 +457,8 @@ public interface SalesforceComponentBuilderFactory {
return this;
}
/**
- * Notify for delete operation, defaults to false (API version = 29.0).
+ * Notify for delete operation, defaults to false (API version
+ * &amp;gt;= 29.0).
*
* The option is a: <code>java.lang.Boolean</code> type.
*
@@ -472,7 +474,7 @@ public interface SalesforceComponentBuilderFactory {
}
/**
* Notify for operations, options are ALL, CREATE, EXTENDED, UPDATE
(API
- * version 29.0).
+ * version &amp;lt; 29.0).
*
* The option is a:
*
<code>org.apache.camel.component.salesforce.internal.dto.NotifyForOperationsEnum</code>
type.
@@ -488,8 +490,8 @@ public interface SalesforceComponentBuilderFactory {
return this;
}
/**
- * Notify for un-delete operation, defaults to false (API version =
- * 29.0).
+ * Notify for un-delete operation, defaults to false (API version
+ * &amp;gt;= 29.0).
*
* The option is a: <code>java.lang.Boolean</code> type.
*
@@ -504,7 +506,8 @@ public interface SalesforceComponentBuilderFactory {
return this;
}
/**
- * Notify for update operation, defaults to false (API version = 29.0).
+ * Notify for update operation, defaults to false (API version
+ * &amp;gt;= 29.0).
*
* The option is a: <code>java.lang.Boolean</code> type.
*
diff --git
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/SalesforceEndpointBuilderFactory.java
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/SalesforceEndpointBuilderFactory.java
index 080eaa8..bf61543 100644
---
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/SalesforceEndpointBuilderFactory.java
+++
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/SalesforceEndpointBuilderFactory.java
@@ -602,7 +602,8 @@ public interface SalesforceEndpointBuilderFactory {
return this;
}
/**
- * Notify for create operation, defaults to false (API version = 29.0).
+ * Notify for create operation, defaults to false (API version
+ * &amp;gt;= 29.0).
*
* The option is a: <code>java.lang.Boolean</code> type.
*
@@ -617,7 +618,8 @@ public interface SalesforceEndpointBuilderFactory {
return this;
}
/**
- * Notify for create operation, defaults to false (API version = 29.0).
+ * Notify for create operation, defaults to false (API version
+ * &amp;gt;= 29.0).
*
* The option will be converted to a
* <code>java.lang.Boolean</code> type.
@@ -633,7 +635,8 @@ public interface SalesforceEndpointBuilderFactory {
return this;
}
/**
- * Notify for delete operation, defaults to false (API version = 29.0).
+ * Notify for delete operation, defaults to false (API version
+ * &amp;gt;= 29.0).
*
* The option is a: <code>java.lang.Boolean</code> type.
*
@@ -648,7 +651,8 @@ public interface SalesforceEndpointBuilderFactory {
return this;
}
/**
- * Notify for delete operation, defaults to false (API version = 29.0).
+ * Notify for delete operation, defaults to false (API version
+ * &amp;gt;= 29.0).
*
* The option will be converted to a
* <code>java.lang.Boolean</code> type.
@@ -665,7 +669,7 @@ public interface SalesforceEndpointBuilderFactory {
}
/**
* Notify for operations, options are ALL, CREATE, EXTENDED, UPDATE
(API
- * version 29.0).
+ * version &amp;lt; 29.0).
*
* The option is a:
*
<code>org.apache.camel.component.salesforce.internal.dto.NotifyForOperationsEnum</code>
type.
@@ -682,7 +686,7 @@ public interface SalesforceEndpointBuilderFactory {
}
/**
* Notify for operations, options are ALL, CREATE, EXTENDED, UPDATE
(API
- * version 29.0).
+ * version &amp;lt; 29.0).
*
* The option will be converted to a
*
<code>org.apache.camel.component.salesforce.internal.dto.NotifyForOperationsEnum</code>
type.
@@ -698,8 +702,8 @@ public interface SalesforceEndpointBuilderFactory {
return this;
}
/**
- * Notify for un-delete operation, defaults to false (API version =
- * 29.0).
+ * Notify for un-delete operation, defaults to false (API version
+ * &amp;gt;= 29.0).
*
* The option is a: <code>java.lang.Boolean</code> type.
*
@@ -714,8 +718,8 @@ public interface SalesforceEndpointBuilderFactory {
return this;
}
/**
- * Notify for un-delete operation, defaults to false (API version =
- * 29.0).
+ * Notify for un-delete operation, defaults to false (API version
+ * &amp;gt;= 29.0).
*
* The option will be converted to a
* <code>java.lang.Boolean</code> type.
@@ -731,7 +735,8 @@ public interface SalesforceEndpointBuilderFactory {
return this;
}
/**
- * Notify for update operation, defaults to false (API version = 29.0).
+ * Notify for update operation, defaults to false (API version
+ * &amp;gt;= 29.0).
*
* The option is a: <code>java.lang.Boolean</code> type.
*
@@ -746,7 +751,8 @@ public interface SalesforceEndpointBuilderFactory {
return this;
}
/**
- * Notify for update operation, defaults to false (API version = 29.0).
+ * Notify for update operation, defaults to false (API version
+ * &amp;gt;= 29.0).
*
* The option will be converted to a
* <code>java.lang.Boolean</code> type.
@@ -1901,7 +1907,8 @@ public interface SalesforceEndpointBuilderFactory {
return this;
}
/**
- * Notify for create operation, defaults to false (API version = 29.0).
+ * Notify for create operation, defaults to false (API version
+ * &amp;gt;= 29.0).
*
* The option is a: <code>java.lang.Boolean</code> type.
*
@@ -1916,7 +1923,8 @@ public interface SalesforceEndpointBuilderFactory {
return this;
}
/**
- * Notify for create operation, defaults to false (API version = 29.0).
+ * Notify for create operation, defaults to false (API version
+ * &amp;gt;= 29.0).
*
* The option will be converted to a
* <code>java.lang.Boolean</code> type.
@@ -1932,7 +1940,8 @@ public interface SalesforceEndpointBuilderFactory {
return this;
}
/**
- * Notify for delete operation, defaults to false (API version = 29.0).
+ * Notify for delete operation, defaults to false (API version
+ * &amp;gt;= 29.0).
*
* The option is a: <code>java.lang.Boolean</code> type.
*
@@ -1947,7 +1956,8 @@ public interface SalesforceEndpointBuilderFactory {
return this;
}
/**
- * Notify for delete operation, defaults to false (API version = 29.0).
+ * Notify for delete operation, defaults to false (API version
+ * &amp;gt;= 29.0).
*
* The option will be converted to a
* <code>java.lang.Boolean</code> type.
@@ -1964,7 +1974,7 @@ public interface SalesforceEndpointBuilderFactory {
}
/**
* Notify for operations, options are ALL, CREATE, EXTENDED, UPDATE
(API
- * version 29.0).
+ * version &amp;lt; 29.0).
*
* The option is a:
*
<code>org.apache.camel.component.salesforce.internal.dto.NotifyForOperationsEnum</code>
type.
@@ -1981,7 +1991,7 @@ public interface SalesforceEndpointBuilderFactory {
}
/**
* Notify for operations, options are ALL, CREATE, EXTENDED, UPDATE
(API
- * version 29.0).
+ * version &amp;lt; 29.0).
*
* The option will be converted to a
*
<code>org.apache.camel.component.salesforce.internal.dto.NotifyForOperationsEnum</code>
type.
@@ -1997,8 +2007,8 @@ public interface SalesforceEndpointBuilderFactory {
return this;
}
/**
- * Notify for un-delete operation, defaults to false (API version =
- * 29.0).
+ * Notify for un-delete operation, defaults to false (API version
+ * &amp;gt;= 29.0).
*
* The option is a: <code>java.lang.Boolean</code> type.
*
@@ -2013,8 +2023,8 @@ public interface SalesforceEndpointBuilderFactory {
return this;
}
/**
- * Notify for un-delete operation, defaults to false (API version =
- * 29.0).
+ * Notify for un-delete operation, defaults to false (API version
+ * &amp;gt;= 29.0).
*
* The option will be converted to a
* <code>java.lang.Boolean</code> type.
@@ -2030,7 +2040,8 @@ public interface SalesforceEndpointBuilderFactory {
return this;
}
/**
- * Notify for update operation, defaults to false (API version = 29.0).
+ * Notify for update operation, defaults to false (API version
+ * &amp;gt;= 29.0).
*
* The option is a: <code>java.lang.Boolean</code> type.
*
@@ -2045,7 +2056,8 @@ public interface SalesforceEndpointBuilderFactory {
return this;
}
/**
- * Notify for update operation, defaults to false (API version = 29.0).
+ * Notify for update operation, defaults to false (API version
+ * &amp;gt;= 29.0).
*
* The option will be converted to a
* <code>java.lang.Boolean</code> type.
@@ -3222,7 +3234,8 @@ public interface SalesforceEndpointBuilderFactory {
return this;
}
/**
- * Notify for create operation, defaults to false (API version = 29.0).
+ * Notify for create operation, defaults to false (API version
+ * &amp;gt;= 29.0).
*
* The option is a: <code>java.lang.Boolean</code> type.
*
@@ -3237,7 +3250,8 @@ public interface SalesforceEndpointBuilderFactory {
return this;
}
/**
- * Notify for create operation, defaults to false (API version = 29.0).
+ * Notify for create operation, defaults to false (API version
+ * &amp;gt;= 29.0).
*
* The option will be converted to a
* <code>java.lang.Boolean</code> type.
@@ -3253,7 +3267,8 @@ public interface SalesforceEndpointBuilderFactory {
return this;
}
/**
- * Notify for delete operation, defaults to false (API version = 29.0).
+ * Notify for delete operation, defaults to false (API version
+ * &amp;gt;= 29.0).
*
* The option is a: <code>java.lang.Boolean</code> type.
*
@@ -3268,7 +3283,8 @@ public interface SalesforceEndpointBuilderFactory {
return this;
}
/**
- * Notify for delete operation, defaults to false (API version = 29.0).
+ * Notify for delete operation, defaults to false (API version
+ * &amp;gt;= 29.0).
*
* The option will be converted to a
* <code>java.lang.Boolean</code> type.
@@ -3285,7 +3301,7 @@ public interface SalesforceEndpointBuilderFactory {
}
/**
* Notify for operations, options are ALL, CREATE, EXTENDED, UPDATE
(API
- * version 29.0).
+ * version &amp;lt; 29.0).
*
* The option is a:
*
<code>org.apache.camel.component.salesforce.internal.dto.NotifyForOperationsEnum</code>
type.
@@ -3302,7 +3318,7 @@ public interface SalesforceEndpointBuilderFactory {
}
/**
* Notify for operations, options are ALL, CREATE, EXTENDED, UPDATE
(API
- * version 29.0).
+ * version &amp;lt; 29.0).
*
* The option will be converted to a
*
<code>org.apache.camel.component.salesforce.internal.dto.NotifyForOperationsEnum</code>
type.
@@ -3318,8 +3334,8 @@ public interface SalesforceEndpointBuilderFactory {
return this;
}
/**
- * Notify for un-delete operation, defaults to false (API version =
- * 29.0).
+ * Notify for un-delete operation, defaults to false (API version
+ * &amp;gt;= 29.0).
*
* The option is a: <code>java.lang.Boolean</code> type.
*
@@ -3334,8 +3350,8 @@ public interface SalesforceEndpointBuilderFactory {
return this;
}
/**
- * Notify for un-delete operation, defaults to false (API version =
- * 29.0).
+ * Notify for un-delete operation, defaults to false (API version
+ * &amp;gt;= 29.0).
*
* The option will be converted to a
* <code>java.lang.Boolean</code> type.
@@ -3351,7 +3367,8 @@ public interface SalesforceEndpointBuilderFactory {
return this;
}
/**
- * Notify for update operation, defaults to false (API version = 29.0).
+ * Notify for update operation, defaults to false (API version
+ * &amp;gt;= 29.0).
*
* The option is a: <code>java.lang.Boolean</code> type.
*
@@ -3366,7 +3383,8 @@ public interface SalesforceEndpointBuilderFactory {
return this;
}
/**
- * Notify for update operation, defaults to false (API version = 29.0).
+ * Notify for update operation, defaults to false (API version
+ * &amp;gt;= 29.0).
*
* The option will be converted to a
* <code>java.lang.Boolean</code> type.