Package com.restfb.types
Class ResumableUploadStartResponse
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.ResumableUploadTransferResponse
-
- com.restfb.types.ResumableUploadStartResponse
-
- All Implemented Interfaces:
Serializable
public class ResumableUploadStartResponse extends ResumableUploadTransferResponse
Response object that should be used as Response type for the upload initialisation (start 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 ResumableUploadStartResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getUploadSessionId()
String
getVideoId()
-
Methods inherited from class com.restfb.types.ResumableUploadTransferResponse
getEndOffset, getStartOffset, isFinished
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
ResumableUploadStartResponse
public ResumableUploadStartResponse()
-
-
Method Detail
-
getUploadSessionId
public String getUploadSessionId()
-
getVideoId
public String getVideoId()
-
-