public class IGResumableVideoUploadStatus extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
IGResumableVideoUploadStatus() |
| Modifier and Type | Method and Description |
|---|---|
IGResumableVideoUploadStatus |
copyFrom(IGResumableVideoUploadStatus instance) |
APIContext |
getContext() |
VideoStatusProcessingPhase |
getFieldProcessingPhase() |
VideoStatusUploadingPhase |
getFieldUploadingPhase() |
String |
getId() |
static APIRequest.ResponseParser<IGResumableVideoUploadStatus> |
getParser() |
static IGResumableVideoUploadStatus |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<IGResumableVideoUploadStatus> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
IGResumableVideoUploadStatus |
setFieldProcessingPhase(String value) |
IGResumableVideoUploadStatus |
setFieldProcessingPhase(VideoStatusProcessingPhase value) |
IGResumableVideoUploadStatus |
setFieldUploadingPhase(String value) |
IGResumableVideoUploadStatus |
setFieldUploadingPhase(VideoStatusUploadingPhase value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static IGResumableVideoUploadStatus loadJSON(String json, APIContext context, String header)
public static APINodeList<IGResumableVideoUploadStatus> parseResponse(String json, APIContext context, APIRequest request, String header) throws APIException.MalformedResponseException
public APIContext getContext()
getContext in class APINodepublic void setContext(APIContext context)
setContext in class APINodepublic VideoStatusProcessingPhase getFieldProcessingPhase()
public IGResumableVideoUploadStatus setFieldProcessingPhase(VideoStatusProcessingPhase value)
public IGResumableVideoUploadStatus setFieldProcessingPhase(String value)
public VideoStatusUploadingPhase getFieldUploadingPhase()
public IGResumableVideoUploadStatus setFieldUploadingPhase(VideoStatusUploadingPhase value)
public IGResumableVideoUploadStatus setFieldUploadingPhase(String value)
public IGResumableVideoUploadStatus copyFrom(IGResumableVideoUploadStatus instance)
public static APIRequest.ResponseParser<IGResumableVideoUploadStatus> getParser()
Copyright © 2024. All rights reserved.