-
- All Implemented Interfaces:
-
com.facebook.share.ShareBuilder,com.facebook.share.model.ShareModelBuilder
public class ShareMessengerOpenGraphMusicTemplateContent.Builder extends ShareContent.Builder<ShareMessengerOpenGraphMusicTemplateContent, ShareMessengerOpenGraphMusicTemplateContent.Builder>
Builder for the ShareMessengerOpenGraphMusicTemplateContent interface.
-
-
Field Summary
Fields Modifier and Type Field Description private Uriurlprivate ShareMessengerActionButtonbutton
-
Method Summary
Modifier and Type Method Description ShareMessengerOpenGraphMusicTemplateContent.BuildersetUrl(Uri url)Set the Open Graph music URL. ShareMessengerOpenGraphMusicTemplateContent.BuildersetButton(ShareMessengerActionButton button)Set the action button shown in the share attachment. ShareMessengerOpenGraphMusicTemplateContent.BuilderreadFrom(ShareMessengerOpenGraphMusicTemplateContent content)Reads the values from a ShareModel into the builder. ShareMessengerOpenGraphMusicTemplateContentbuild()Builds the object. -
Methods inherited from class com.facebook.share.model.ShareContent.Builder
readFrom, setContentUrl, setPageId, setPeopleIds, setPlaceId, setRef, setShareHashtag -
Methods inherited from class com.facebook.share.model.ShareModelBuilder
readFrom -
Methods inherited from class com.facebook.share.ShareBuilder
build -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
setUrl
ShareMessengerOpenGraphMusicTemplateContent.Builder setUrl(Uri url)
Set the Open Graph music URL. Required.
-
setButton
ShareMessengerOpenGraphMusicTemplateContent.Builder setButton(ShareMessengerActionButton button)
Set the action button shown in the share attachment.
-
readFrom
ShareMessengerOpenGraphMusicTemplateContent.Builder readFrom(ShareMessengerOpenGraphMusicTemplateContent content)
Reads the values from a ShareModel into the builder.
-
build
ShareMessengerOpenGraphMusicTemplateContent build()
Builds the object.
-
-
-
-