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