Uses of Class
example.avro.EventType
-
Packages that use EventType Package Description example.avro -
-
Uses of EventType in example.avro
Methods in example.avro that return EventType Modifier and Type Method Description EventType
User.Builder. getEventType()
Gets the value of the 'eventType' field.EventType
User. getEventType()
Gets the value of the 'eventType' field.static EventType
EventType. valueOf(String name)
Returns the enum constant of this type with the specified name.static EventType[]
EventType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in example.avro with parameters of type EventType Modifier and Type Method Description User.Builder
User.Builder. setEventType(EventType value)
Sets the value of the 'eventType' field.void
User. setEventType(EventType value)
Sets the value of the 'eventType' field.Constructors in example.avro with parameters of type EventType Constructor Description User(CharSequence name, CharSequence favoriteNumber, CharSequence favoriteColor, EventType eventType)
All-args constructor.
-