public class McomInvoiceLists extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
McomInvoiceLists() |
| Modifier and Type | Method and Description |
|---|---|
McomInvoiceLists |
copyFrom(McomInvoiceLists instance) |
APIContext |
getContext() |
List<McomInvoiceDetails> |
getFieldInvoiceDetails() |
List<String> |
getFieldInvoiceIds() |
String |
getFieldPageId() |
String |
getId() |
static APIRequest.ResponseParser<McomInvoiceLists> |
getParser() |
static McomInvoiceLists |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<McomInvoiceLists> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
McomInvoiceLists |
setFieldInvoiceDetails(List<McomInvoiceDetails> value) |
McomInvoiceLists |
setFieldInvoiceDetails(String value) |
McomInvoiceLists |
setFieldInvoiceIds(List<String> value) |
McomInvoiceLists |
setFieldPageId(String value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static McomInvoiceLists loadJSON(String json, APIContext context, String header)
public static APINodeList<McomInvoiceLists> 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 List<McomInvoiceDetails> getFieldInvoiceDetails()
public McomInvoiceLists setFieldInvoiceDetails(List<McomInvoiceDetails> value)
public McomInvoiceLists setFieldInvoiceDetails(String value)
public McomInvoiceLists setFieldInvoiceIds(List<String> value)
public String getFieldPageId()
public McomInvoiceLists setFieldPageId(String value)
public McomInvoiceLists copyFrom(McomInvoiceLists instance)
public static APIRequest.ResponseParser<McomInvoiceLists> getParser()
Copyright © 2024. All rights reserved.