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