| Constructor and Description |
|---|
EventApiImpl(MangoPayApi root)
Instantiates new EventApiImpl object.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Event> |
get(FilterEvents filter,
Pagination pagination,
Sorting sorting)
Gets the events.
|
createObject, createObject, createObject, getList, getList, getList, getList, getList, getList, getListNoClientId, getObject, getObjectNoClientId, getRequestType, getRequestUrl, getRoot, updateObject, updateObject, updateObject, updateObjectpublic EventApiImpl(MangoPayApi root)
root - Root/parent instance that holds the OAuthToken and Configuration instance.public java.util.List<Event> get(FilterEvents filter, Pagination pagination, Sorting sorting) throws java.lang.Exception
EventApi