public class EntWithSponsor extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
EntWithSponsor() |
| Modifier and Type | Method and Description |
|---|---|
EntWithSponsor |
copyFrom(EntWithSponsor instance) |
APIContext |
getContext() |
String |
getFieldId() |
String |
getFieldOwnerLinkedInstagramUserV1Id() |
String |
getFieldOwnerPicture() |
String |
getFieldPostId() |
Post |
getFieldPostInfo() |
String |
getId() |
static APIRequest.ResponseParser<EntWithSponsor> |
getParser() |
static EntWithSponsor |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<EntWithSponsor> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
EntWithSponsor |
setFieldId(String value) |
EntWithSponsor |
setFieldOwnerLinkedInstagramUserV1Id(String value) |
EntWithSponsor |
setFieldOwnerPicture(String value) |
EntWithSponsor |
setFieldPostId(String value) |
EntWithSponsor |
setFieldPostInfo(Post value) |
EntWithSponsor |
setFieldPostInfo(String value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static EntWithSponsor loadJSON(String json, APIContext context, String header)
public static APINodeList<EntWithSponsor> 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 getFieldId()
public EntWithSponsor setFieldId(String value)
public String getFieldOwnerLinkedInstagramUserV1Id()
public EntWithSponsor setFieldOwnerLinkedInstagramUserV1Id(String value)
public String getFieldOwnerPicture()
public EntWithSponsor setFieldOwnerPicture(String value)
public String getFieldPostId()
public EntWithSponsor setFieldPostId(String value)
public Post getFieldPostInfo()
public EntWithSponsor setFieldPostInfo(Post value)
public EntWithSponsor setFieldPostInfo(String value)
public EntWithSponsor copyFrom(EntWithSponsor instance)
public static APIRequest.ResponseParser<EntWithSponsor> getParser()
Copyright © 2024. All rights reserved.