Package com.restfb.types
Class Conversation.Tag
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.Conversation.Tag
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Conversation
public static class Conversation.Tag extends AbstractFacebookType
Represents the Tag Graph API type.- Author:
- Mark Allen, Felipe Kurkowski
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Tag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
The name field for this type.void
setName(String name)
The name field for this type.-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-