- EMAIL_ADDRESS - Static variable in class com.mambu.apisdk.util.APIData
-
- ENCODED_KEY - Static variable in class com.mambu.apisdk.util.APIData
-
- END_DATE - Static variable in class com.mambu.apisdk.util.APIData
-
- execute(ApiDefinition, String, String, ParamsMap) - Method in class com.mambu.apisdk.util.ServiceExecutor
-
Execute API Request using its ApiDefinition and supplied input data
- execute(ApiDefinition, String, ParamsMap) - Method in class com.mambu.apisdk.util.ServiceExecutor
-
Convenience method to Execute API Request without relatedEntityId parameter
- execute(ApiDefinition, String) - Method in class com.mambu.apisdk.util.ServiceExecutor
-
Convenience method to execute API Request using its ApiDefinition and object ID.
- execute(ApiDefinition, ParamsMap) - Method in class com.mambu.apisdk.util.ServiceExecutor
-
Convenience method to execute API Request using its ApiDefinition and params map.
- execute(ApiDefinition) - Method in class com.mambu.apisdk.util.ServiceExecutor
-
Convenience method to execute API request using its ApiDefinition.
- executeJson(ApiDefinition, T, String, String, ParamsMap) - Method in class com.mambu.apisdk.util.ServiceExecutor
-
Execute API JSON Post Request using its ApiDefinition and supplied input data.
- executeJson(ApiDefinition, T, String) - Method in class com.mambu.apisdk.util.ServiceExecutor
-
Convenience method for executing API JSON Post Request using its ApiDefinition, supplied object and object ID.
- executeJson(ApiDefinition, T) - Method in class com.mambu.apisdk.util.ServiceExecutor
-
Convenience method for executing API JSON Post Request using its ApiDefinition and supplied object.
- executeJSONTransactionRequest(String, LoanTransactionType, JSONTransactionRequest) - Method in class com.mambu.apisdk.services.LoansService
-
Convenience method to execute Loan Account transaction by providing JSONTransactionRequest
- executeJSONTransactionRequest(String, SavingsTransactionType, JSONTransactionRequest) - Method in class com.mambu.apisdk.services.SavingsService
-
Convenience method to execute Savings Account transaction by providing JSONTransactionRequest
- executeJSONTransactionRequest(String, JSONTransactionRequest, Account.Type, String) - Method in class com.mambu.apisdk.util.ServiceExecutor
-
POST JSON Transaction Request
- executeRequest(String, RequestExecutor.Method) - Method in class com.mambu.apisdk.MambuAPIService
-
Executes the request for a given url string using a specified method See more info here:
http://stackoverflow.com/questions/2793150/how-to-use-java -net-urlconnection-to-fire-and-handle-http-requests
- executeRequest(String, ParamsMap, RequestExecutor.Method) - Method in class com.mambu.apisdk.MambuAPIService
-
Executes the request for a given url and some parameters using a specified method See more info here:
http://stackoverflow.com/questions/2793150/how-to-use-java -net-urlconnection-to-fire-and-handle-http-requests
- executeRequest(String, ParamsMap, RequestExecutor.Method, RequestExecutor.ContentType) - Method in class com.mambu.apisdk.MambuAPIService
-
Executes the request for a given url, some parameters using a specified method and also a specified contentType
format.
- executeRequest(String, ParamsMap, ApiDefinition) - Method in class com.mambu.apisdk.MambuAPIService
-
Delegates the execution to a RequestExecutor.
- executeRequest(String, RequestExecutor.Method, RequestExecutor.ContentType) - Method in class com.mambu.apisdk.MambuAPIService
-
Executes the request for a given url (with parameters) using a specified method and specified contentType format.
- executeRequest(String, RequestExecutor.Method) - Method in interface com.mambu.apisdk.util.RequestExecutor
-
Executes a request with given url and request method
- executeRequest(String, ParamsMap, RequestExecutor.Method) - Method in interface com.mambu.apisdk.util.RequestExecutor
-
Executes a request with given url, some params and a request method.
- executeRequest(String, ParamsMap, RequestExecutor.Method, RequestExecutor.ContentType) - Method in interface com.mambu.apisdk.util.RequestExecutor
-
Executes a request with given url and specifying the contentType, with some params and a request method.
- executeRequest(String, RequestExecutor.Method, RequestExecutor.ContentType) - Method in interface com.mambu.apisdk.util.RequestExecutor
-
Executes a request with given url and specifying the contentType, (without params) and a request method.
- executeRequest(String, ParamsMap, ApiDefinition) - Method in interface com.mambu.apisdk.util.RequestExecutor
-
Executes a request for a given URL Executes a request with given url and specifying the apiDefinition and some
parameters.
- executeRequest(String, RequestExecutor.Method) - Method in class com.mambu.apisdk.util.RequestExecutorImpl
-
- executeRequest(String, ParamsMap, RequestExecutor.Method) - Method in class com.mambu.apisdk.util.RequestExecutorImpl
-
- executeRequest(String, RequestExecutor.Method, RequestExecutor.ContentType) - Method in class com.mambu.apisdk.util.RequestExecutorImpl
-
- executeRequest(String, ParamsMap, RequestExecutor.Method, RequestExecutor.ContentType) - Method in class com.mambu.apisdk.util.RequestExecutorImpl
-
- executeRequest(String, ParamsMap, ApiDefinition) - Method in class com.mambu.apisdk.util.RequestExecutorImpl
-
Gets the InputStream from the response and converts it into a ByteArrayOutputStream for laster use.
- EXPECTED_DISBURSEMENT_DATE - Static variable in class com.mambu.apisdk.util.APIData
-