public class Permission extends APINode
| Modifier and Type | Class and Description |
|---|---|
static class |
Permission.EnumStatus |
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
Permission() |
| Modifier and Type | Method and Description |
|---|---|
Permission |
copyFrom(Permission instance) |
APIContext |
getContext() |
String |
getFieldId() |
String |
getFieldPermission() |
String |
getFieldStatus() |
String |
getId() |
static APIRequest.ResponseParser<Permission> |
getParser() |
static Permission |
loadJSON(String json,
APIContext context) |
static APINodeList<Permission> |
parseResponse(String json,
APIContext context,
APIRequest request) |
void |
setContext(APIContext context) |
Permission |
setFieldId(String value) |
Permission |
setFieldPermission(String value) |
Permission |
setFieldStatus(String value) |
String |
toString() |
getException, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static Permission loadJSON(String json, APIContext context)
public static APINodeList<Permission> parseResponse(String json, APIContext context, APIRequest request) throws APIException.MalformedResponseException
public APIContext getContext()
getContext in class APINodepublic void setContext(APIContext context)
setContext in class APINodepublic String getFieldPermission()
public Permission setFieldPermission(String value)
public String getFieldStatus()
public Permission setFieldStatus(String value)
public String getFieldId()
public Permission setFieldId(String value)
public Permission copyFrom(Permission instance)
public static APIRequest.ResponseParser<Permission> getParser()
Copyright © 2018. All rights reserved.