public class VideoGroup extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
VideoGroup() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static VideoGroup loadJSON(String json, APIContext context, String header)
public static APINodeList<VideoGroup> 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 String getFieldCreatedTime()
public VideoGroup setFieldCreatedTime(String value)
public String getFieldDescription()
public VideoGroup setFieldDescription(String value)
public String getFieldDisableReason()
public VideoGroup setFieldDisableReason(String value)
public String getFieldId()
public VideoGroup setFieldId(String value)
public VideoGroup setFieldIgProfileIds(List<String> value)
public Boolean getFieldIsDisabled()
public VideoGroup setFieldIsDisabled(Boolean value)
public Boolean getFieldIsFbVideoGroup()
public VideoGroup setFieldIsFbVideoGroup(Boolean value)
public String getFieldLastUsedTime()
public VideoGroup setFieldLastUsedTime(String value)
public Double getFieldLength()
public VideoGroup setFieldLength(Double value)
public String getFieldName()
public VideoGroup setFieldName(String value)
public String getFieldPageId()
public VideoGroup setFieldPageId(String value)
public VideoGroup setFieldPageIds(List<String> value)
public String getFieldPicture()
public VideoGroup setFieldPicture(String value)
public VideoGroup setFieldPlacements(List<String> value)
public VideoGroup setFieldVideoGroupTypes(List<String> value)
public VideoGroup setFieldVideos(List<String> value)
public Long getFieldViews()
public VideoGroup setFieldViews(Long value)
public VideoGroup copyFrom(VideoGroup instance)
public static APIRequest.ResponseParser<VideoGroup> getParser()
Copyright © 2024. All rights reserved.