Package com.restfb.types
Class EntityAtTextRange
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.FacebookType
com.restfb.types.NamedFacebookType
com.restfb.types.EntityAtTextRange
- All Implemented Interfaces:
Serializable
Represents the
EntityAtTextRange API
type.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.restfb.types.FacebookType
FacebookType.Metadata
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe length, within the message field, of the object mentioned.The object itselfThe offset, within the message field, of the object mentioned.void
The length, within the message field, of the object mentioned.void
setObject
(NamedFacebookType object) The object itselfvoid
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 Details
-
EntityAtTextRange
public EntityAtTextRange()
-
-
Method Details
-
getObject
The object itself- Returns:
- The object itself
-
setObject
The object itself -
getLength
The length, within the message field, of the object mentioned.- Returns:
- The length, within the message field, of the object mentioned.
-
setLength
The length, within the message field, of the object mentioned. -
getOffset
The offset, within the message field, of the object mentioned.- Returns:
- The offset, within the message field, of the object mentioned.
-
setOffset
The offset, within the message field, of the object mentioned.
-