Uses of Class
org.apache.camel.component.facebook.data.FacebookMethodsTypeHelper.MatchType

Packages that use FacebookMethodsTypeHelper.MatchType
org.apache.camel.component.facebook.data   
 

Uses of FacebookMethodsTypeHelper.MatchType in org.apache.camel.component.facebook.data
 

Methods in org.apache.camel.component.facebook.data that return FacebookMethodsTypeHelper.MatchType
static FacebookMethodsTypeHelper.MatchType FacebookMethodsTypeHelper.MatchType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FacebookMethodsTypeHelper.MatchType[] FacebookMethodsTypeHelper.MatchType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.camel.component.facebook.data with parameters of type FacebookMethodsTypeHelper.MatchType
static List<FacebookMethodsType> FacebookMethodsTypeHelper.filterMethods(List<FacebookMethodsType> methods, FacebookMethodsTypeHelper.MatchType matchType, String... argNames)
          Filters a list of methods to those that take the given set of arguments.
 



Apache Camel