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