Uses of Class
org.openapitools.client.model.GetEventsData
-
Packages that use GetEventsData Package Description org.openapitools.client.api org.openapitools.client.model -
-
Uses of GetEventsData in org.openapitools.client.api
Methods in org.openapitools.client.api with parameters of type GetEventsData 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.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.okhttp3.CallEventsApi. getEventsCall(String trDataset, GetEventsData getEventsData, ApiCallback _callback)Build call for getEventsApiResponse<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. -
Uses of GetEventsData in org.openapitools.client.model
Methods in org.openapitools.client.model that return GetEventsData Modifier and Type Method Description GetEventsDataGetEventsData. addEventTypesItem(String eventTypesItem)GetEventsDataGetEventsData. eventTypes(List<String> eventTypes)static GetEventsDataGetEventsData. fromJson(String jsonString)Create an instance of GetEventsData given an JSON stringGetEventsDataGetEventsData. page(Long page)GetEventsDataGetEventsData. pageSize(Long pageSize)
-