Interface DropboxEndpointBuilderFactory.DropboxEndpointConsumerBuilder

  • All Superinterfaces:
    org.apache.camel.builder.EndpointConsumerBuilder, org.apache.camel.EndpointConsumerResolver
    All Known Subinterfaces:
    DropboxEndpointBuilderFactory.DropboxEndpointBuilder
    Enclosing interface:
    DropboxEndpointBuilderFactory

    public static interface DropboxEndpointBuilderFactory.DropboxEndpointConsumerBuilder
    extends org.apache.camel.builder.EndpointConsumerBuilder
    Builder for endpoint consumers for the Dropbox component.
    • Method Detail

      • accessToken

        default DropboxEndpointBuilderFactory.DropboxEndpointConsumerBuilder accessToken​(String accessToken)
        The access token to make API requests for a specific Dropbox user. The option is a: <code>java.lang.String</code> type. Required: true Group: common
        Parameters:
        accessToken - the value to set
        Returns:
        the dsl builder
      • expireIn

        default DropboxEndpointBuilderFactory.DropboxEndpointConsumerBuilder expireIn​(String expireIn)
        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
        Parameters:
        expireIn - the value to set
        Returns:
        the dsl builder
      • localPath

        default DropboxEndpointBuilderFactory.DropboxEndpointConsumerBuilder localPath​(String localPath)
        Optional folder or file to upload on Dropbox from the local filesystem. If this option has not been configured then the message body is used as the content to upload. The option is a: <code>java.lang.String</code> type. Group: common
        Parameters:
        localPath - the value to set
        Returns:
        the dsl builder
      • query

        default DropboxEndpointBuilderFactory.DropboxEndpointConsumerBuilder query​(String query)
        A space-separated list of sub-strings to search for. A file matches only if it contains all the sub-strings. If this option is not set, all files will be matched. The option is a: <code>java.lang.String</code> type. Group: common
        Parameters:
        query - the value to set
        Returns:
        the dsl builder
      • refreshToken

        default DropboxEndpointBuilderFactory.DropboxEndpointConsumerBuilder refreshToken​(String refreshToken)
        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
        Parameters:
        refreshToken - the value to set
        Returns:
        the dsl builder
      • uploadMode

        default DropboxEndpointBuilderFactory.DropboxEndpointConsumerBuilder uploadMode​(DropboxEndpointBuilderFactory.DropboxUploadMode uploadMode)
        Which mode to upload. in case of add the new file will be renamed if a file with the same name already exists on dropbox. in case of force if a file with the same name already exists on dropbox, this will be overwritten. The option is a: <code>org.apache.camel.component.dropbox.util.DropboxUploadMode</code> type. Group: common
        Parameters:
        uploadMode - the value to set
        Returns:
        the dsl builder
      • uploadMode

        default DropboxEndpointBuilderFactory.DropboxEndpointConsumerBuilder uploadMode​(String uploadMode)
        Which mode to upload. in case of add the new file will be renamed if a file with the same name already exists on dropbox. in case of force if a file with the same name already exists on dropbox, this will be overwritten. The option will be converted to a <code>org.apache.camel.component.dropbox.util.DropboxUploadMode</code> type. Group: common
        Parameters:
        uploadMode - the value to set
        Returns:
        the dsl builder
      • bridgeErrorHandler

        default DropboxEndpointBuilderFactory.DropboxEndpointConsumerBuilder bridgeErrorHandler​(boolean bridgeErrorHandler)
        Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. The option is a: <code>boolean</code> type. Default: false Group: consumer
        Parameters:
        bridgeErrorHandler - the value to set
        Returns:
        the dsl builder
      • bridgeErrorHandler

        default DropboxEndpointBuilderFactory.DropboxEndpointConsumerBuilder bridgeErrorHandler​(String bridgeErrorHandler)
        Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. The option will be converted to a <code>boolean</code> type. Default: false Group: consumer
        Parameters:
        bridgeErrorHandler - the value to set
        Returns:
        the dsl builder