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 02ee821dd53 Regen for commit 8a7f15dc23f1a27bf6167a2ea347f26a14d1d75e 02ee821dd53 is described below commit 02ee821dd53e37b8c5049e59ad1126238b2131d3 Author: oscerd <osc...@users.noreply.github.com> AuthorDate: Sun Jun 5 10:40:42 2022 +0000 Regen for commit 8a7f15dc23f1a27bf6167a2ea347f26a14d1d75e Signed-off-by: GitHub <nore...@github.com> --- .../dsl/DropboxEndpointBuilderFactory.java | 231 +++++++++++++++++++++ 1 file changed, 231 insertions(+) diff --git a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/DropboxEndpointBuilderFactory.java b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/DropboxEndpointBuilderFactory.java index 47a11e47e8a..0d67e0122cb 100644 --- a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/DropboxEndpointBuilderFactory.java +++ b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/DropboxEndpointBuilderFactory.java @@ -59,6 +59,36 @@ public interface DropboxEndpointBuilderFactory { doSetProperty("accessToken", accessToken); return this; } + /** + * The apiKey to make API requests for a specific Dropbox user. + * + * The option is a: <code>java.lang.String</code> type. + * + * Required: true + * Group: common + * + * @param apiKey the value to set + * @return the dsl builder + */ + default DropboxEndpointConsumerBuilder apiKey(String apiKey) { + doSetProperty("apiKey", apiKey); + return this; + } + /** + * The apiSecret to make API requests for a specific Dropbox user. + * + * The option is a: <code>java.lang.String</code> type. + * + * Required: true + * Group: common + * + * @param apiSecret the value to set + * @return the dsl builder + */ + default DropboxEndpointConsumerBuilder apiSecret(String apiSecret) { + doSetProperty("apiSecret", apiSecret); + return this; + } /** * To use an existing DbxClient instance as DropBox client. * @@ -105,6 +135,37 @@ public interface DropboxEndpointBuilderFactory { doSetProperty("clientIdentifier", clientIdentifier); return this; } + /** + * The expire time to access token for a specific Dropbox user. + * + * The option is a: <code>java.lang.Long</code> type. + * + * Required: true + * Group: common + * + * @param expireIn the value to set + * @return the dsl builder + */ + default DropboxEndpointConsumerBuilder expireIn(Long expireIn) { + doSetProperty("expireIn", expireIn); + return this; + } + /** + * The expire time to access token for a specific Dropbox user. + * + * The option will be converted to a + * <code>java.lang.Long</code> type. + * + * Required: true + * Group: common + * + * @param expireIn the value to set + * @return the dsl builder + */ + default DropboxEndpointConsumerBuilder expireIn(String expireIn) { + doSetProperty("expireIn", expireIn); + return this; + } /** * Optional folder or file to upload on Dropbox from the local * filesystem. If this option has not been configured then the message @@ -152,6 +213,22 @@ public interface DropboxEndpointBuilderFactory { doSetProperty("query", query); return this; } + /** + * The refresh token to refresh the access token for a specific Dropbox + * user. + * + * The option is a: <code>java.lang.String</code> type. + * + * Required: true + * Group: common + * + * @param refreshToken the value to set + * @return the dsl builder + */ + default DropboxEndpointConsumerBuilder refreshToken(String refreshToken) { + doSetProperty("refreshToken", refreshToken); + return this; + } /** * Original file or folder to move. * @@ -355,6 +432,36 @@ public interface DropboxEndpointBuilderFactory { doSetProperty("accessToken", accessToken); return this; } + /** + * The apiKey to make API requests for a specific Dropbox user. + * + * The option is a: <code>java.lang.String</code> type. + * + * Required: true + * Group: common + * + * @param apiKey the value to set + * @return the dsl builder + */ + default DropboxEndpointProducerBuilder apiKey(String apiKey) { + doSetProperty("apiKey", apiKey); + return this; + } + /** + * The apiSecret to make API requests for a specific Dropbox user. + * + * The option is a: <code>java.lang.String</code> type. + * + * Required: true + * Group: common + * + * @param apiSecret the value to set + * @return the dsl builder + */ + default DropboxEndpointProducerBuilder apiSecret(String apiSecret) { + doSetProperty("apiSecret", apiSecret); + return this; + } /** * To use an existing DbxClient instance as DropBox client. * @@ -401,6 +508,37 @@ public interface DropboxEndpointBuilderFactory { doSetProperty("clientIdentifier", clientIdentifier); return this; } + /** + * The expire time to access token for a specific Dropbox user. + * + * The option is a: <code>java.lang.Long</code> type. + * + * Required: true + * Group: common + * + * @param expireIn the value to set + * @return the dsl builder + */ + default DropboxEndpointProducerBuilder expireIn(Long expireIn) { + doSetProperty("expireIn", expireIn); + return this; + } + /** + * The expire time to access token for a specific Dropbox user. + * + * The option will be converted to a + * <code>java.lang.Long</code> type. + * + * Required: true + * Group: common + * + * @param expireIn the value to set + * @return the dsl builder + */ + default DropboxEndpointProducerBuilder expireIn(String expireIn) { + doSetProperty("expireIn", expireIn); + return this; + } /** * Optional folder or file to upload on Dropbox from the local * filesystem. If this option has not been configured then the message @@ -448,6 +586,22 @@ public interface DropboxEndpointBuilderFactory { doSetProperty("query", query); return this; } + /** + * The refresh token to refresh the access token for a specific Dropbox + * user. + * + * The option is a: <code>java.lang.String</code> type. + * + * Required: true + * Group: common + * + * @param refreshToken the value to set + * @return the dsl builder + */ + default DropboxEndpointProducerBuilder refreshToken(String refreshToken) { + doSetProperty("refreshToken", refreshToken); + return this; + } /** * Original file or folder to move. * @@ -586,6 +740,36 @@ public interface DropboxEndpointBuilderFactory { doSetProperty("accessToken", accessToken); return this; } + /** + * The apiKey to make API requests for a specific Dropbox user. + * + * The option is a: <code>java.lang.String</code> type. + * + * Required: true + * Group: common + * + * @param apiKey the value to set + * @return the dsl builder + */ + default DropboxEndpointBuilder apiKey(String apiKey) { + doSetProperty("apiKey", apiKey); + return this; + } + /** + * The apiSecret to make API requests for a specific Dropbox user. + * + * The option is a: <code>java.lang.String</code> type. + * + * Required: true + * Group: common + * + * @param apiSecret the value to set + * @return the dsl builder + */ + default DropboxEndpointBuilder apiSecret(String apiSecret) { + doSetProperty("apiSecret", apiSecret); + return this; + } /** * To use an existing DbxClient instance as DropBox client. * @@ -631,6 +815,37 @@ public interface DropboxEndpointBuilderFactory { doSetProperty("clientIdentifier", clientIdentifier); return this; } + /** + * The expire time to access token for a specific Dropbox user. + * + * The option is a: <code>java.lang.Long</code> type. + * + * Required: true + * Group: common + * + * @param expireIn the value to set + * @return the dsl builder + */ + default DropboxEndpointBuilder expireIn(Long expireIn) { + doSetProperty("expireIn", expireIn); + return this; + } + /** + * The expire time to access token for a specific Dropbox user. + * + * The option will be converted to a + * <code>java.lang.Long</code> type. + * + * Required: true + * Group: common + * + * @param expireIn the value to set + * @return the dsl builder + */ + default DropboxEndpointBuilder expireIn(String expireIn) { + doSetProperty("expireIn", expireIn); + return this; + } /** * Optional folder or file to upload on Dropbox from the local * filesystem. If this option has not been configured then the message @@ -677,6 +892,22 @@ public interface DropboxEndpointBuilderFactory { doSetProperty("query", query); return this; } + /** + * The refresh token to refresh the access token for a specific Dropbox + * user. + * + * The option is a: <code>java.lang.String</code> type. + * + * Required: true + * Group: common + * + * @param refreshToken the value to set + * @return the dsl builder + */ + default DropboxEndpointBuilder refreshToken(String refreshToken) { + doSetProperty("refreshToken", refreshToken); + return this; + } /** * Original file or folder to move. *