Klasse ResumableUploadTransferResponse

java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.ResumableUploadTransferResponse
Alle implementierten Schnittstellen:
Serializable
Bekannte direkte Unterklassen:
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
Siehe auch:
  • Konstruktordetails

  • Methodendetails

    • isFinished

      public boolean isFinished()
      Is true if Facebook don't want any other bytes and the video is transfered.
      Gibt zurück:
      if the transfer is the last one and the file upload is finished
    • getStartOffset

      public Long getStartOffset()
    • getEndOffset

      public Long getEndOffset()