Uses of Class
org.openapitools.client.model.EventReturn
-
Packages that use EventReturn Package Description org.openapitools.client.api org.openapitools.client.model -
-
Uses of EventReturn in org.openapitools.client.api
Methods in org.openapitools.client.api that return EventReturn Modifier and Type Method Description EventReturnEventsApi. getEvents(String trDataset, GetEventsData getEventsData)Get events for the dataset Get events for the dataset Get events for the auth'ed user.Methods in org.openapitools.client.api that return types with arguments of type EventReturn Modifier and Type Method Description ApiResponse<EventReturn>EventsApi. getEventsWithHttpInfo(@NotNull String trDataset, @NotNull GetEventsData getEventsData)Get events for the dataset Get events for the dataset Get events for the auth'ed user.Method parameters in org.openapitools.client.api with type arguments of type EventReturn Modifier and Type Method Description okhttp3.CallEventsApi. getEventsAsync(String trDataset, GetEventsData getEventsData, ApiCallback<EventReturn> _callback)Get events for the dataset (asynchronously) Get events for the dataset Get events for the auth'ed user. -
Uses of EventReturn in org.openapitools.client.model
Methods in org.openapitools.client.model that return EventReturn Modifier and Type Method Description EventReturnEventReturn. addEventsItem(Event eventsItem)EventReturnEventReturn. events(List<@Valid Event> events)static EventReturnEventReturn. fromJson(String jsonString)Create an instance of EventReturn given an JSON stringEventReturnEventReturn. pageCount(Integer pageCount)
-