public class

FreshBooksConnectorMetadataAdapter

extends FreshBooksConnectorCapabilitiesAdapter
implements MetadataAware
java.lang.Object
   ↳ org.mule.modules.freshbooks.FreshBooksConnector
     ↳ org.mule.modules.freshbooks.adapters.FreshBooksConnectorCapabilitiesAdapter
       ↳ org.mule.modules.freshbooks.adapters.FreshBooksConnectorMetadataAdapter
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

A FreshBooksConnectorMetadataAdapter is a wrapper around FreshBooksConnector that adds support for querying metadata about the extension.

Summary

Constants
String DEVKIT_BUILD
String DEVKIT_VERSION
String MIN_MULE_VERSION
String MODULE_NAME
String MODULE_VERSION
[Expand]
Inherited Constants
From class org.mule.modules.freshbooks.FreshBooksConnector
[Expand]
Inherited Fields
From class org.mule.modules.freshbooks.FreshBooksConnector
Public Constructors
FreshBooksConnectorMetadataAdapter()
Public Methods
String getDevkitBuild()
String getDevkitVersion()
String getMinMuleVersion()
String getModuleName()
String getModuleVersion()
[Expand]
Inherited Methods
From class org.mule.modules.freshbooks.adapters.FreshBooksConnectorCapabilitiesAdapter
From class org.mule.modules.freshbooks.FreshBooksConnector
From class java.lang.Object
From interface org.mule.api.MetadataAware
From interface org.mule.api.devkit.capability.Capabilities

Constants

private static final String DEVKIT_BUILD

Constant Value: "3.7.x.2633.51164b9"

private static final String DEVKIT_VERSION

Constant Value: "3.7.2"

private static final String MIN_MULE_VERSION

Constant Value: "3.6"

private static final String MODULE_NAME

Constant Value: "FreshBooks"

private static final String MODULE_VERSION

Constant Value: "1.2.0"

Public Constructors

public FreshBooksConnectorMetadataAdapter ()

Public Methods

public String getDevkitBuild ()

public String getDevkitVersion ()

public String getMinMuleVersion ()

public String getModuleName ()

public String getModuleVersion ()