public class

DropboxConnectorMetadataAdapater

extends DropboxConnectorCapabilitiesAdapter
implements MetadataAware
java.lang.Object
   ↳ com.mulesoft.module.dropbox.DropboxConnector
     ↳ com.mulesoft.module.dropbox.adapters.DropboxConnectorCapabilitiesAdapter
       ↳ com.mulesoft.module.dropbox.adapters.DropboxConnectorMetadataAdapater
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

A DropboxConnectorMetadataAdapater is a wrapper around DropboxConnector that adds support for querying metadata about the extension.

Summary

Constants
String DEVKIT_BUILD
String DEVKIT_VERSION
String MODULE_NAME
String MODULE_VERSION
[Expand]
Inherited Constants
From class com.mulesoft.module.dropbox.DropboxConnector
[Expand]
Inherited Fields
From class com.mulesoft.module.dropbox.DropboxConnector
Public Constructors
DropboxConnectorMetadataAdapater()
Public Methods
String getDevkitBuild()
String getDevkitVersion()
String getModuleName()
String getModuleVersion()
[Expand]
Inherited Methods
From class com.mulesoft.module.dropbox.adapters.DropboxConnectorCapabilitiesAdapter
From class com.mulesoft.module.dropbox.DropboxConnector
From class java.lang.Object
From interface org.mule.api.Capabilities
From interface org.mule.api.MetadataAware

Constants

private static final String DEVKIT_BUILD

Constant Value: "master.1292.1980b66"

private static final String DEVKIT_VERSION

Constant Value: "3.3.1"

private static final String MODULE_NAME

Constant Value: "Dropbox"

private static final String MODULE_VERSION

Constant Value: "3.2.3-SNAPSHOT"

Public Constructors

public DropboxConnectorMetadataAdapater ()

Public Methods

public String getDevkitBuild ()

public String getDevkitVersion ()

public String getModuleName ()

public String getModuleVersion ()