Uses of Class
com.restfb.types.OpenGraphPropertyConfig
-
Packages that use OpenGraphPropertyConfig Package Description com.restfb.types Default implementations of Facebook Graph API Objects. -
-
Uses of OpenGraphPropertyConfig in com.restfb.types
Methods in com.restfb.types that return types with arguments of type OpenGraphPropertyConfig Modifier and Type Method Description Map<String,OpenGraphPropertyConfig>
OpenGraphActionType. getPropertyConfig()
Per-property configMap<String,OpenGraphPropertyConfig>
OpenGraphObjectType. getPropertyConfig()
Per-property configMap<String,OpenGraphPropertyConfig>
OpenGraphPropertyConfig. getStructConfig()
For struct properties, the config for the nested propertiesMethods in com.restfb.types with parameters of type OpenGraphPropertyConfig Modifier and Type Method Description void
OpenGraphActionType. addPropertyConfig(String key, OpenGraphPropertyConfig value)
void
OpenGraphObjectType. addPropertyConfig(String key, OpenGraphPropertyConfig value)
void
OpenGraphPropertyConfig. addStructConfig(String key, OpenGraphPropertyConfig value)
-