Uses of Class
com.securenative.enums.EventTypes
-
Packages that use EventTypes Package Description com.securenative com.securenative.enums -
-
Uses of EventTypes in com.securenative
Methods in com.securenative with parameters of type EventTypes Modifier and Type Method Description static EventOptionsBuilderEventOptionsBuilder. builder(EventTypes eventType) -
Uses of EventTypes in com.securenative.enums
Methods in com.securenative.enums that return EventTypes Modifier and Type Method Description static EventTypesEventTypes. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EventTypes[]EventTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.
-