Uses of Class
dev.vality.fistful.webhooker.EventType._Fields
| Package | Description |
|---|---|
| dev.vality.fistful.webhooker |
-
Uses of EventType._Fields in dev.vality.fistful.webhooker
Fields in dev.vality.fistful.webhooker with type parameters of type EventType._Fields Modifier and Type Field Description static Map<EventType._Fields,org.apache.thrift.meta_data.FieldMetaData>EventType. metaDataMapMethods in dev.vality.fistful.webhooker that return EventType._Fields Modifier and Type Method Description protected EventType._FieldsEventType. enumForId(short id)EventType._FieldsEventType. fieldForId(int fieldId)static EventType._FieldsEventType._Fields. findByName(String name)Find the _Fields constant that matches name, or null if its not found.static EventType._FieldsEventType._Fields. findByThriftId(int fieldId)Find the _Fields constant that matches fieldId, or null if its not found.static EventType._FieldsEventType._Fields. findByThriftIdOrThrow(int fieldId)Find the _Fields constant that matches fieldId, throwing an exception if it is not found.EventType._Fields[]EventType. getFields()static EventType._FieldsEventType._Fields. valueOf(String name)Returns the enum constant of this type with the specified name.static EventType._Fields[]EventType._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 EventType._Fields Modifier and Type Method Description Map<EventType._Fields,org.apache.thrift.meta_data.FieldMetaData>EventType. getFieldMetaData()Methods in dev.vality.fistful.webhooker with parameters of type EventType._Fields Modifier and Type Method Description protected voidEventType. checkType(EventType._Fields setField, Object value)protected org.apache.thrift.protocol.TFieldEventType. getFieldDesc(EventType._Fields setField)Constructors in dev.vality.fistful.webhooker with parameters of type EventType._Fields Constructor Description EventType(EventType._Fields setField, Object value)