Uses of Class
dev.vality.damsel.webhooker.EventFilter._Fields
| Package | Description |
|---|---|
| dev.vality.damsel.webhooker |
-
Uses of EventFilter._Fields in dev.vality.damsel.webhooker
Fields in dev.vality.damsel.webhooker with type parameters of type EventFilter._Fields Modifier and Type Field Description static Map<EventFilter._Fields,org.apache.thrift.meta_data.FieldMetaData>EventFilter. metaDataMapMethods in dev.vality.damsel.webhooker that return EventFilter._Fields Modifier and Type Method Description protected EventFilter._FieldsEventFilter. enumForId(short id)EventFilter._FieldsEventFilter. 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._Fields[]EventFilter. getFields()static EventFilter._FieldsEventFilter._Fields. valueOf(String name)Returns the enum constant of this type with the specified name.static EventFilter._Fields[]EventFilter._Fields. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.vality.damsel.webhooker that return types with arguments of type EventFilter._Fields Modifier and Type Method Description Map<EventFilter._Fields,org.apache.thrift.meta_data.FieldMetaData>EventFilter. getFieldMetaData()Methods in dev.vality.damsel.webhooker with parameters of type EventFilter._Fields Modifier and Type Method Description protected 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 Constructor Description EventFilter(EventFilter._Fields setField, Object value)