Package com.restfb.types
Class ResumableUploadTransferResponse
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.ResumableUploadTransferResponse
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ResumableUploadStartResponse
Response object that should be used as Response type for the chunked upload (transfer phase) of a resumable upload.
To get more information for example about the request parameter you should look
here
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Istrue
if Facebook don't want any other bytes and the video is transfered.Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
ResumableUploadTransferResponse
public ResumableUploadTransferResponse()
-
-
Method Details
-
isFinished
Istrue
if Facebook don't want any other bytes and the video is transfered.- Returns:
- if the transfer is the last one and the file upload is finished
-
getStartOffset
-
getEndOffset
-