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