Package com.restfb.types
Class MessageTag
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.FacebookType
-
- com.restfb.types.NamedFacebookType
-
- com.restfb.types.MessageTag
-
- All Implemented Interfaces:
Serializable
public class MessageTag extends NamedFacebookType
Represents the Message Tag Graph API type.- Since:
- 1.6.10
- Author:
- Mark Allen
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.restfb.types.FacebookType
FacebookType.Metadata
-
-
Constructor Summary
Constructors Constructor Description MessageTag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getLength()
The length, within the message field, of the object mentioned.Integer
getOffset()
The offset, within the message field, of the object mentioned.void
setLength(Integer length)
The length, within the message field, of the object mentioned.void
setOffset(Integer offset)
The offset, within the message field, of the object mentioned.-
Methods inherited from class com.restfb.types.NamedFacebookType
getName, setName
-
Methods inherited from class com.restfb.types.FacebookType
getId, getMetadata, getType, setId, setMetadata, setType
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
MessageTag
public MessageTag()
-
-
Method Detail
-
getOffset
public Integer getOffset()
The offset, within the message field, of the object mentioned.- Returns:
- The offset, within the message field, of the object mentioned.
-
setOffset
public void setOffset(Integer offset)
The offset, within the message field, of the object mentioned.
-
getLength
public Integer getLength()
The length, within the message field, of the object mentioned.- Returns:
- The length, within the message field, of the object mentioned.
-
-