Uses of Class
org.apache.camel.component.facebook.config.FacebookNameStyle

Packages that use FacebookNameStyle
org.apache.camel.component.facebook   
org.apache.camel.component.facebook.config   
org.apache.camel.component.facebook.data   
 

Uses of FacebookNameStyle in org.apache.camel.component.facebook
 

Methods in org.apache.camel.component.facebook that return FacebookNameStyle
 FacebookNameStyle FacebookEndpoint.getNameStyle()
           
 

Uses of FacebookNameStyle in org.apache.camel.component.facebook.config
 

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

Uses of FacebookNameStyle in org.apache.camel.component.facebook.data
 

Methods in org.apache.camel.component.facebook.data with parameters of type FacebookNameStyle
static List<Object> FacebookMethodsTypeHelper.getArgumentsForNameStyle(String name, FacebookNameStyle style)
          Gets argument types and names for all overloaded methods with the given short form name.
static Set<String> FacebookMethodsTypeHelper.getMissingProperties(String methodName, FacebookNameStyle nameStyle, Set<String> argNames)
          Get missing properties.
 



Apache Camel