EventsApi class
Methods
-
getAllActiveEventsEventsActiveGet({int? page, int? size, Future<void>? abortTrigger})
→ Future<StaticDataPageActiveEventSchema?>
-
Get All Active Events
-
getAllActiveEventsEventsActiveGetWithHttpInfo({int? page, int? size, Future<void>? abortTrigger})
→ Future<Response>
-
Get All Active Events
-
getAllEventsEventsGet({MapContentType? type, int? page, int? size, Future<void>? abortTrigger})
→ Future<StaticDataPageEventSchema?>
-
Get All Events
-
getAllEventsEventsGetWithHttpInfo({MapContentType? type, int? page, int? size, Future<void>? abortTrigger})
→ Future<Response>
-
Get All Events
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited