public class

GoogleContactsConnectorMetadataAdapater

extends GoogleContactsConnectorCapabilitiesAdapter
implements MetadataAware
java.lang.Object
   ↳ org.mule.modules.google.AbstractGoogleOAuthConnector
     ↳ org.mule.modules.google.contact.GoogleContactsConnector
       ↳ org.mule.modules.google.contact.adapters.GoogleContactsConnectorCapabilitiesAdapter
         ↳ org.mule.modules.google.contact.adapters.GoogleContactsConnectorMetadataAdapater
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

A GoogleContactsConnectorMetadataAdapater is a wrapper around GoogleContactsConnector 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 org.mule.modules.google.contact.GoogleContactsConnector
From class org.mule.modules.google.AbstractGoogleOAuthConnector
[Expand]
Inherited Fields
From class org.mule.modules.google.contact.GoogleContactsConnector
From class org.mule.modules.google.AbstractGoogleOAuthConnector
Public Constructors
GoogleContactsConnectorMetadataAdapater()
Public Methods
String getDevkitBuild()
String getDevkitVersion()
String getModuleName()
String getModuleVersion()
[Expand]
Inherited Methods
From class org.mule.modules.google.contact.adapters.GoogleContactsConnectorCapabilitiesAdapter
From class org.mule.modules.google.contact.GoogleContactsConnector
From class org.mule.modules.google.AbstractGoogleOAuthConnector
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.1476.47e461c"

private static final String DEVKIT_VERSION

Constant Value: "3.4.0-RC1"

private static final String MODULE_NAME

Constant Value: "Google Contacts"

private static final String MODULE_VERSION

Constant Value: "1.0.5-SNAPSHOT"

Public Constructors

public GoogleContactsConnectorMetadataAdapater ()

Public Methods

public String getDevkitBuild ()

public String getDevkitVersion ()

public String getModuleName ()

public String getModuleVersion ()