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:
Serialized Form
  • Constructor Details

  • Method Details

    • isFinished

      public boolean isFinished()
      Is true 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()