public class WebPublisher extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
WebPublisher() |
| Modifier and Type | Method and Description |
|---|---|
WebPublisher |
copyFrom(WebPublisher instance) |
APIContext |
getContext() |
String |
getFieldDomainUrl() |
String |
getFieldId() |
String |
getFieldPublisherName() |
String |
getId() |
static APIRequest.ResponseParser<WebPublisher> |
getParser() |
static WebPublisher |
loadJSON(String json,
APIContext context) |
static APINodeList<WebPublisher> |
parseResponse(String json,
APIContext context,
APIRequest request) |
void |
setContext(APIContext context) |
WebPublisher |
setFieldDomainUrl(String value) |
WebPublisher |
setFieldId(String value) |
WebPublisher |
setFieldPublisherName(String value) |
String |
toString() |
getException, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static WebPublisher loadJSON(String json, APIContext context)
public static APINodeList<WebPublisher> 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 getFieldDomainUrl()
public WebPublisher setFieldDomainUrl(String value)
public String getFieldId()
public WebPublisher setFieldId(String value)
public String getFieldPublisherName()
public WebPublisher setFieldPublisherName(String value)
public WebPublisher copyFrom(WebPublisher instance)
public static APIRequest.ResponseParser<WebPublisher> getParser()
Copyright © 2018. All rights reserved.