Android SDK Version
All Implemented Interfaces:
com.facebook.share.ShareBuilder , com.facebook.share.model.ShareModelBuilder


public final class ShareCameraEffectContent.Builder
extends ShareContent.Builder<ShareCameraEffectContent, ShareCameraEffectContent.Builder>
                    
Builder for the ShareCameraEffectContent interface.
Constructor Summary
ConstructorDescription
ShareCameraEffectContent.Builder()
Method Summary
Modifier and TypeMethodDescription
final ShareCameraEffectContent.BuildersetEffectId(String effectId) Sets the Effect Id for the Effect represented by this content instance.
final ShareCameraEffectContent.BuildersetArguments(CameraEffectArguments arguments) Sets the Arguments for the Effect represented by this content instance.
final ShareCameraEffectContent.BuildersetTextures(CameraEffectTextures textures) Sets the Textures for the Effect represented by this content instance.
ShareCameraEffectContentbuild() Creates a new instance of ShareCameraEffectContent with the properties as set on this Builder instance
ShareCameraEffectContent.BuilderreadFrom(ShareCameraEffectContent model) Reads the values from a ShareModel into the builder.
Methods inherited from class com.facebook.share.model.ShareCameraEffectContent.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

ShareCameraEffectContent.Builder

ShareCameraEffectContent.Builder()
Method Detail

setEffectId

 final ShareCameraEffectContent.BuildersetEffectId(String effectId)
Sets the Effect Id for the Effect represented by this content instance. This must be an Id of an effect that is published and approved.
Parameters:
effectId - Id of the Effect.

setArguments

 final ShareCameraEffectContent.BuildersetArguments(CameraEffectArguments arguments)
Sets the Arguments for the Effect represented by this content instance.
Parameters:
arguments - Arguments for this Effect

setTextures

 final ShareCameraEffectContent.BuildersetTextures(CameraEffectTextures textures)
Sets the Textures for the Effect represented by this content instance.
Parameters:
textures - Textures for this Effect

build

ShareCameraEffectContentbuild()
Creates a new instance of ShareCameraEffectContent with the properties as set on this Builder instance

readFrom

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