Package com.restfb.types.threads
Class TdTextAttachment
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.threads.TdTextAttachment
- All Implemented Interfaces:
Serializable
Text attachment for Threads posts. As defined here:
https://developers.facebook.com/docs/threads/create-posts/text-attachments
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetLinkAttachmentUrl(String linkAttachmentUrl) voidsetPlaintext(String plaintext) voidsetTextWithStylingInfo(List<TdTextAttachment.TextWithStylingInfo> textWithStylingInfo) Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
TdTextAttachment
public TdTextAttachment()
-
-
Method Details
-
getPlaintext
-
setPlaintext
-
getLinkAttachmentUrl
-
setLinkAttachmentUrl
-
getTextWithStylingInfo
-
setTextWithStylingInfo
-