Uses of Class
br.com.juno.integration.api.model.EventType
-
Packages that use EventType Package Description br.com.juno.integration.api.model br.com.juno.integration.api.services -
-
Uses of EventType in br.com.juno.integration.api.model
Methods in br.com.juno.integration.api.model that return types with arguments of type EventType Modifier and Type Method Description Set<EventType>Webhook. getEventTypes()Method parameters in br.com.juno.integration.api.model with type arguments of type EventType Modifier and Type Method Description protected voidWebhook. setEventTypes(Set<EventType> eventTypes) -
Uses of EventType in br.com.juno.integration.api.services
Methods in br.com.juno.integration.api.services that return types with arguments of type EventType Modifier and Type Method Description List<EventType>NotificationService. listEventTypes()
-