-
- 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.
-
-
Field Summary
Fields Modifier and Type Field Description private StringeffectIdprivate CameraEffectArgumentsargumentsprivate CameraEffectTexturestextures
-
Method Summary
Modifier and Type Method Description ShareCameraEffectContent.BuildersetEffectId(String effectId)Sets the Effect Id for the Effect represented by this content instance. ShareCameraEffectContent.BuildersetArguments(CameraEffectArguments arguments)Sets the Arguments for the Effect represented by this content instance. 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 Builderinstance ShareCameraEffectContent.BuilderreadFrom(ShareCameraEffectContent model)-
Methods inherited from class com.facebook.share.model.ShareContent.Builder
getContentUrl$module, getHashtag$module, getPageId$module, getPeopleIds$module, getPlaceId$module, getRef$module, readFrom, setContentUrl, setContentUrl$module, setHashtag$module, setPageId, setPageId$module, setPeopleIds, setPeopleIds$module, setPlaceId, setPlaceId$module, setRef, setRef$module, setShareHashtag -
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
-
setEffectId
ShareCameraEffectContent.Builder setEffectId(String effectId)
Sets the Effect Id for the Effect represented by this content instance. This must be an Id ofan effect that is published and approved.
- Parameters:
effectId- Id of the Effect.
-
setArguments
ShareCameraEffectContent.Builder setArguments(CameraEffectArguments arguments)
Sets the Arguments for the Effect represented by this content instance.
- Parameters:
arguments- Arguments for this Effect
-
setTextures
ShareCameraEffectContent.Builder setTextures(CameraEffectTextures textures)
Sets the Textures for the Effect represented by this content instance.
- Parameters:
textures- Textures for this Effect
-
build
ShareCameraEffectContent build()
Creates a new instance of ShareCameraEffectContent with the properties as set on this Builderinstance
-
readFrom
ShareCameraEffectContent.Builder readFrom(ShareCameraEffectContent model)
-
-
-
-