Package com.restfb.types
Class FacebookReelAttachment
java.lang.Object
com.restfb.BinaryAttachment
com.restfb.types.FacebookReelAttachment
Attachment object for uploading a Reel to Facebook.
use withByteContent for sending a binary attachment and withUrl if the URL is given instead
-
Field Summary
Fields inherited from class com.restfb.BinaryAttachment
data -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedFacebookReelAttachment(byte[] byteData) protectedFacebookReelAttachment(String reelUrl) -
Method Summary
Modifier and TypeMethodDescriptionintbooleanisBinary()booleanstatic FacebookReelAttachmentwithByteContent(byte[] reelData) static FacebookReelAttachmentMethods inherited from class com.restfb.BinaryAttachment
equals, getContentType, getData, getFieldName, getFilename, hasBinaryData, hashCode, toString, with, with, with, with, with, with, with, with
-
Constructor Details
-
FacebookReelAttachment
-
FacebookReelAttachment
-
-
Method Details
-
withByteContent
-
withUrl
-
isFacebookReel
- Overrides:
isFacebookReelin classBinaryAttachment
-
isBinary
-
getFileSizeInBytes
-
getReelUrl
-