public class McomInvoiceBankAccount extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
McomInvoiceBankAccount() |
| Modifier and Type | Method and Description |
|---|---|
McomInvoiceBankAccount |
copyFrom(McomInvoiceBankAccount instance) |
APIContext |
getContext() |
Long |
getFieldNumPendingVerificationAccounts() |
Long |
getFieldNumVerifiedAccounts() |
List<Object> |
getFieldPendingVerificationAccounts() |
List<Object> |
getFieldVerifiedAccounts() |
String |
getId() |
static APIRequest.ResponseParser<McomInvoiceBankAccount> |
getParser() |
static McomInvoiceBankAccount |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<McomInvoiceBankAccount> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
McomInvoiceBankAccount |
setFieldNumPendingVerificationAccounts(Long value) |
McomInvoiceBankAccount |
setFieldNumVerifiedAccounts(Long value) |
McomInvoiceBankAccount |
setFieldPendingVerificationAccounts(List<Object> value) |
McomInvoiceBankAccount |
setFieldVerifiedAccounts(List<Object> value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static McomInvoiceBankAccount loadJSON(String json, APIContext context, String header)
public static APINodeList<McomInvoiceBankAccount> 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 Long getFieldNumPendingVerificationAccounts()
public McomInvoiceBankAccount setFieldNumPendingVerificationAccounts(Long value)
public Long getFieldNumVerifiedAccounts()
public McomInvoiceBankAccount setFieldNumVerifiedAccounts(Long value)
public McomInvoiceBankAccount setFieldPendingVerificationAccounts(List<Object> value)
public McomInvoiceBankAccount setFieldVerifiedAccounts(List<Object> value)
public McomInvoiceBankAccount copyFrom(McomInvoiceBankAccount instance)
public static APIRequest.ResponseParser<McomInvoiceBankAccount> getParser()
Copyright © 2024. All rights reserved.