-
- All Implemented Interfaces:
-
com.facebook.share.ShareBuilder,com.facebook.share.model.ShareModelBuilder
public final class ShareLinkContent.Builder extends ShareContent.Builder<ShareLinkContent, ShareLinkContent.Builder>
Builder for the ShareLinkContent interface.
-
-
Constructor Summary
Constructors Constructor Description ShareLinkContent.Builder()
-
Method Summary
Modifier and Type Method Description final ShareLinkContent.BuildersetQuote(String quote)Set the quote to display for this link. ShareLinkContentbuild()Builds the object. ShareLinkContent.BuilderreadFrom(ShareLinkContent model)Reads the values from a ShareModel into the builder. -
-
Method Detail
-
setQuote
final ShareLinkContent.Builder setQuote(String quote)
Set the quote to display for this link.
- Parameters:
quote- The text quoted from the link.
-
build
ShareLinkContent build()
Builds the object.
-
readFrom
ShareLinkContent.Builder readFrom(ShareLinkContent model)
Reads the values from a ShareModel into the builder.
- Parameters:
model- The source ShareModel
-
-
-
-