Uses of Class
dev.vality.fistful.webhooker.EventFilter._Fields
| Package | Description |
|---|---|
| dev.vality.fistful.webhooker |
-
Uses of EventFilter._Fields in dev.vality.fistful.webhooker
Fields in dev.vality.fistful.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.fistful.webhooker that return EventFilter._Fields Modifier and Type Method Description 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.fistful.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.fistful.webhooker with parameters of type EventFilter._Fields Modifier and Type Method Description ObjectEventFilter. getFieldValue(EventFilter._Fields field)booleanEventFilter. isSet(EventFilter._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisevoidEventFilter. setFieldValue(EventFilter._Fields field, Object value)