| Package | Description |
|---|---|
| services |
| Modifier and Type | Method and Description |
|---|---|
Event |
EventsService.getEvent(String eventId) |
Event |
EventsService.putEvent(String eventId,
Event event) |
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<Event> |
EventsInterface.getEvent(String eventId,
String authorization,
String userAgent) |
retrofit2.Call<Event> |
EventsInterface.putEvent(String eventId,
Event event,
String authorization,
String userAgent) |
| Modifier and Type | Method and Description |
|---|---|
Event |
EventsService.putEvent(String eventId,
Event event) |
retrofit2.Call<Event> |
EventsInterface.putEvent(String eventId,
Event event,
String authorization,
String userAgent) |
Copyright © 2021. All rights reserved.