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