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