public class PreapprovalReview extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
PreapprovalReview() |
| Modifier and Type | Method and Description |
|---|---|
PreapprovalReview |
copyFrom(PreapprovalReview instance) |
APIContext |
getContext() |
String |
getFieldCompType() |
Long |
getFieldCrowComponentId() |
Boolean |
getFieldIsHumanReviewed() |
Boolean |
getFieldIsReviewed() |
List<Map<String,Object>> |
getFieldPolicyInfo() |
String |
getId() |
static APIRequest.ResponseParser<PreapprovalReview> |
getParser() |
static PreapprovalReview |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<PreapprovalReview> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
PreapprovalReview |
setFieldCompType(String value) |
PreapprovalReview |
setFieldCrowComponentId(Long value) |
PreapprovalReview |
setFieldIsHumanReviewed(Boolean value) |
PreapprovalReview |
setFieldIsReviewed(Boolean value) |
PreapprovalReview |
setFieldPolicyInfo(List<Map<String,Object>> value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static PreapprovalReview loadJSON(String json, APIContext context, String header)
public static APINodeList<PreapprovalReview> parseResponse(String json, APIContext context, APIRequest request, String header) throws APIException.MalformedResponseException
public APIContext getContext()
getContext in class APINodepublic void setContext(APIContext context)
setContext in class APINodepublic String getFieldCompType()
public PreapprovalReview setFieldCompType(String value)
public Long getFieldCrowComponentId()
public PreapprovalReview setFieldCrowComponentId(Long value)
public Boolean getFieldIsHumanReviewed()
public PreapprovalReview setFieldIsHumanReviewed(Boolean value)
public Boolean getFieldIsReviewed()
public PreapprovalReview setFieldIsReviewed(Boolean value)
public PreapprovalReview setFieldPolicyInfo(List<Map<String,Object>> value)
public PreapprovalReview copyFrom(PreapprovalReview instance)
public static APIRequest.ResponseParser<PreapprovalReview> getParser()
Copyright © 2024. All rights reserved.