public class PageVideosYouCanUse extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
PageVideosYouCanUse() |
| Modifier and Type | Method and Description |
|---|---|
PageVideosYouCanUse |
copyFrom(PageVideosYouCanUse instance) |
APIContext |
getContext() |
String |
getFieldDescription() |
String |
getFieldId() |
String |
getFieldTitle() |
String |
getId() |
static APIRequest.ResponseParser<PageVideosYouCanUse> |
getParser() |
static PageVideosYouCanUse |
loadJSON(String json,
APIContext context) |
static APINodeList<PageVideosYouCanUse> |
parseResponse(String json,
APIContext context,
APIRequest request) |
void |
setContext(APIContext context) |
PageVideosYouCanUse |
setFieldDescription(String value) |
PageVideosYouCanUse |
setFieldId(String value) |
PageVideosYouCanUse |
setFieldTitle(String value) |
String |
toString() |
getException, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static PageVideosYouCanUse loadJSON(String json, APIContext context)
public static APINodeList<PageVideosYouCanUse> parseResponse(String json, APIContext context, APIRequest request) throws APIException.MalformedResponseException
public APIContext getContext()
getContext in class APINodepublic void setContext(APIContext context)
setContext in class APINodepublic String getFieldDescription()
public PageVideosYouCanUse setFieldDescription(String value)
public String getFieldId()
public PageVideosYouCanUse setFieldId(String value)
public String getFieldTitle()
public PageVideosYouCanUse setFieldTitle(String value)
public PageVideosYouCanUse copyFrom(PageVideosYouCanUse instance)
public static APIRequest.ResponseParser<PageVideosYouCanUse> getParser()
Copyright © 2018. All rights reserved.