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
public class ResumableUploadTransferResponse extends AbstractFacebookType
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResumableUploadTransferResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getEndOffset()
Long
getStartOffset()
boolean
isFinished()
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 Detail
-
ResumableUploadTransferResponse
public ResumableUploadTransferResponse()
-
-
Method Detail
-
isFinished
public boolean 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
public Long getStartOffset()
-
getEndOffset
public Long getEndOffset()
-
-