public class AtlasURL extends APINode
Modifier and Type | Field and Description |
---|---|
protected static com.google.gson.Gson |
gson |
Constructor and Description |
---|
AtlasURL() |
Modifier and Type | Method and Description |
---|---|
AtlasURL |
copyFrom(AtlasURL instance) |
APIContext |
getContext() |
String |
getFieldUrl() |
String |
getId() |
static APIRequest.ResponseParser<AtlasURL> |
getParser() |
static AtlasURL |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<AtlasURL> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
AtlasURL |
setFieldUrl(String value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponse
public static AtlasURL loadJSON(String json, APIContext context, String header)
public static APINodeList<AtlasURL> parseResponse(String json, APIContext context, APIRequest request, String header) throws APIException.MalformedResponseException
public APIContext getContext()
getContext
in class APINode
public void setContext(APIContext context)
setContext
in class APINode
public String getFieldUrl()
public static APIRequest.ResponseParser<AtlasURL> getParser()
Copyright © 2020. All rights reserved.