public class PageChangeProposal extends APINode
Modifier and Type | Field and Description |
---|---|
protected static com.google.gson.Gson |
gson |
Constructor and Description |
---|
PageChangeProposal() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponse
public static PageChangeProposal loadJSON(String json, APIContext context, String header)
public static APINodeList<PageChangeProposal> 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 String getFieldAcceptanceStatus()
public PageChangeProposal setFieldAcceptanceStatus(String value)
public String getFieldCategory()
public PageChangeProposal setFieldCategory(String value)
public String getFieldCurrentValue()
public PageChangeProposal setFieldCurrentValue(String value)
public String getFieldId()
public PageChangeProposal setFieldId(String value)
public String getFieldProposedValue()
public PageChangeProposal setFieldProposedValue(String value)
public PageUpcomingChange getFieldUpcomingChangeInfo()
public PageChangeProposal setFieldUpcomingChangeInfo(PageUpcomingChange value)
public PageChangeProposal setFieldUpcomingChangeInfo(String value)
public PageChangeProposal copyFrom(PageChangeProposal instance)
public static APIRequest.ResponseParser<PageChangeProposal> getParser()
Copyright © 2023. All rights reserved.