| Fields inherited from class | Fields |
|---|---|
class RecurlyProcessor |
apiKey, httpResponse, restService, targetUrl |
class ConstraintsValidator |
beanClass, beanUnderProcess, propertiesWithErrors |
| Constructor and description |
|---|
RecurlyAccountProcessor
(RecurlyAccount recurlyAccount) |
RecurlyAccountProcessor
() |
| Type | Name and description |
|---|---|
void |
checkConstraints() |
Response<RecurlyAccount> |
create() |
Response<java.lang.String> |
delete(java.lang.String accountCode) |
Response<RecurlyAccount> |
getAccountDetails(java.lang.String accountCode) |
java.lang.String |
getDetailsInXML() |
RecurlyAccount |
getRecurlyAccount() |
Response<java.util.List<RecurlyAccount>> |
listAccounts(java.util.Map query = [:]) |
void |
setRecurlyAccount(RecurlyAccount recurlyAccount) |
Response<RecurlyAccount> |
update() |
private void |
updateResponse(java.lang.Object responseData = httpResponse.entity?.getData() |
| Methods inherited from class | Name |
|---|---|
class RecurlyProcessor |
findErrors, getDetailsInXML, processUsingMethodDELETE, processUsingMethodGET, processUsingMethodPOST, processUsingMethodPUT |
class ConstraintsValidator |
checkProperty, errors, validate, violateConstraints |
class GenericNodeTypeCaster |
convertNodeToDate, convertNodeToInteger, convertToCompatibleString |