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,
String header) |
static APINodeList<PageVideosYouCanUse> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
PageVideosYouCanUse |
setFieldDescription(String value) |
PageVideosYouCanUse |
setFieldId(String value) |
PageVideosYouCanUse |
setFieldTitle(String value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static PageVideosYouCanUse loadJSON(String json, APIContext context, String header)
public static APINodeList<PageVideosYouCanUse> 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 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 © 2024. All rights reserved.