Android SDK Version
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
ConstructorDescription
ShareLinkContent.Builder()
Method Summary
Modifier and TypeMethodDescription
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.
Methods inherited from class com.facebook.share.model.ShareLinkContent.Builder
setContentUrl, setPageId, setPeopleIds, setPlaceId, setRef, setShareHashtag
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail

ShareLinkContent.Builder

ShareLinkContent.Builder()
Method Detail

setQuote

 final ShareLinkContent.BuildersetQuote(String quote)
Set the quote to display for this link.
Parameters:
quote - The text quoted from the link.

build

ShareLinkContentbuild()
Builds the object.

readFrom

ShareLinkContent.BuilderreadFrom(ShareLinkContent model)
Reads the values from a ShareModel into the builder.
Parameters:
model - The source ShareModel