Uses of Class
com.restfb.types.OpenGraphPropertyConfig
Packages that use OpenGraphPropertyConfig
-
Uses of OpenGraphPropertyConfig in com.restfb.types
Methods in com.restfb.types that return types with arguments of type OpenGraphPropertyConfigModifier and TypeMethodDescriptionOpenGraphActionType.getPropertyConfig()
Per-property configOpenGraphObjectType.getPropertyConfig()
Per-property configOpenGraphPropertyConfig.getStructConfig()
For struct properties, the config for the nested propertiesMethods in com.restfb.types with parameters of type OpenGraphPropertyConfigModifier and TypeMethodDescriptionvoid
OpenGraphActionType.addPropertyConfig
(String key, OpenGraphPropertyConfig value) void
OpenGraphObjectType.addPropertyConfig
(String key, OpenGraphPropertyConfig value) void
OpenGraphPropertyConfig.addStructConfig
(String key, OpenGraphPropertyConfig value)