Package com.restfb.types
Class FacebookType.Metadata
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.FacebookType.Metadata
- All Implemented Interfaces:
Serializable
- Enclosing class:
- FacebookType
Represents Facebook Object metadata, available
by including the
metadata=1
URL parameter in an API request.- Since:
- 1.5
- Author:
- Mark Allen
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Represents Facebook Object connections metadata, available by including themetadata=1
URL parameter in an API request. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
addField
(NamedFacebookType field) Existing fields in the current typegetType()
boolean
removeField
(NamedFacebookType field) void
setConnections
(FacebookType.Metadata.Connections connections) void
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
Metadata
public Metadata()
-
-
Method Details
-
getFields
Existing fields in the current type- Returns:
- list of field of the current type
- Since:
- 1.6.16
-
addField
-
removeField
-
getConnections
-
setConnections
-
getType
-
setType
-