public class Stories extends APINode
| Modifier and Type | Class and Description |
|---|---|
static class |
Stories.EnumStatus |
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
Stories() |
| Modifier and Type | Method and Description |
|---|---|
Stories |
copyFrom(Stories instance) |
APIContext |
getContext() |
String |
getFieldCreationTime() |
String |
getFieldMediaId() |
String |
getFieldMediaType() |
String |
getFieldPostId() |
String |
getFieldStatus() |
String |
getFieldUrl() |
String |
getId() |
static APIRequest.ResponseParser<Stories> |
getParser() |
static Stories |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<Stories> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
Stories |
setFieldCreationTime(String value) |
Stories |
setFieldMediaId(String value) |
Stories |
setFieldMediaType(String value) |
Stories |
setFieldPostId(String value) |
Stories |
setFieldStatus(String value) |
Stories |
setFieldUrl(String value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static Stories loadJSON(String json, APIContext context, String header)
public static APINodeList<Stories> 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 getFieldCreationTime()
public String getFieldMediaId()
public String getFieldMediaType()
public String getFieldPostId()
public String getFieldStatus()
public String getFieldUrl()
public static APIRequest.ResponseParser<Stories> getParser()
Copyright © 2024. All rights reserved.