Uses of Enum Class
dev.vality.damsel.webhooker.EventFilter._Fields
Packages that use EventFilter._Fields
-
Uses of EventFilter._Fields in dev.vality.damsel.webhooker
Fields in dev.vality.damsel.webhooker with type parameters of type EventFilter._FieldsModifier and TypeFieldDescriptionstatic final Map<EventFilter._Fields,org.apache.thrift.meta_data.FieldMetaData> EventFilter.metaDataMapMethods in dev.vality.damsel.webhooker that return EventFilter._FieldsModifier and TypeMethodDescriptionprotected EventFilter._FieldsEventFilter.enumForId(short id) EventFilter.fieldForId(int fieldId) static EventFilter._FieldsEventFilter._Fields.findByName(String name) Find the _Fields constant that matches name, or null if its not found.static EventFilter._FieldsEventFilter._Fields.findByThriftId(int fieldId) Find the _Fields constant that matches fieldId, or null if its not found.static EventFilter._FieldsEventFilter._Fields.findByThriftIdOrThrow(int fieldId) Find the _Fields constant that matches fieldId, throwing an exception if it is not found.EventFilter.getFields()static EventFilter._FieldsReturns the enum constant of this class with the specified name.static EventFilter._Fields[]EventFilter._Fields.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.vality.damsel.webhooker that return types with arguments of type EventFilter._FieldsModifier and TypeMethodDescriptionMap<EventFilter._Fields,org.apache.thrift.meta_data.FieldMetaData> EventFilter.getFieldMetaData()Methods in dev.vality.damsel.webhooker with parameters of type EventFilter._FieldsModifier and TypeMethodDescriptionprotected voidEventFilter.checkType(EventFilter._Fields setField, Object value) protected org.apache.thrift.protocol.TFieldEventFilter.getFieldDesc(EventFilter._Fields setField) Constructors in dev.vality.damsel.webhooker with parameters of type EventFilter._Fields