public class CoverPhoto extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
CoverPhoto() |
| Modifier and Type | Method and Description |
|---|---|
CoverPhoto |
copyFrom(CoverPhoto instance) |
APIContext |
getContext() |
String |
getFieldCoverId() |
String |
getFieldId() |
Double |
getFieldOffsetX() |
Double |
getFieldOffsetY() |
String |
getFieldSource() |
String |
getId() |
static APIRequest.ResponseParser<CoverPhoto> |
getParser() |
static CoverPhoto |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<CoverPhoto> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
CoverPhoto |
setFieldCoverId(String value) |
CoverPhoto |
setFieldId(String value) |
CoverPhoto |
setFieldOffsetX(Double value) |
CoverPhoto |
setFieldOffsetY(Double value) |
CoverPhoto |
setFieldSource(String value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static CoverPhoto loadJSON(String json, APIContext context, String header)
public static APINodeList<CoverPhoto> 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 getFieldCoverId()
public CoverPhoto setFieldCoverId(String value)
public String getFieldId()
public CoverPhoto setFieldId(String value)
public Double getFieldOffsetX()
public CoverPhoto setFieldOffsetX(Double value)
public Double getFieldOffsetY()
public CoverPhoto setFieldOffsetY(Double value)
public String getFieldSource()
public CoverPhoto setFieldSource(String value)
public CoverPhoto copyFrom(CoverPhoto instance)
public static APIRequest.ResponseParser<CoverPhoto> getParser()
Copyright © 2020. All rights reserved.