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
Constructors -
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.voidThe length, within the message field, of the object mentioned.voidsetObject(NamedFacebookType object) The object itselfvoidThe offset, within the message field, of the object mentioned.Methods inherited from class com.restfb.types.NamedFacebookType
getName, setNameMethods inherited from class com.restfb.types.FacebookType
getId, getMetadata, getType, setId, setMetadata, setTypeMethods 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.
-