Uses of Class
dev.vality.damsel.withdrawals.processing.WithdrawalStatus._Fields
| Package | Description |
|---|---|
| dev.vality.damsel.withdrawals.processing |
-
Uses of WithdrawalStatus._Fields in dev.vality.damsel.withdrawals.processing
Fields in dev.vality.damsel.withdrawals.processing with type parameters of type WithdrawalStatus._Fields Modifier and Type Field Description static Map<WithdrawalStatus._Fields,org.apache.thrift.meta_data.FieldMetaData>WithdrawalStatus. metaDataMapMethods in dev.vality.damsel.withdrawals.processing that return WithdrawalStatus._Fields Modifier and Type Method Description protected WithdrawalStatus._FieldsWithdrawalStatus. enumForId(short id)WithdrawalStatus._FieldsWithdrawalStatus. fieldForId(int fieldId)static WithdrawalStatus._FieldsWithdrawalStatus._Fields. findByName(String name)Find the _Fields constant that matches name, or null if its not found.static WithdrawalStatus._FieldsWithdrawalStatus._Fields. findByThriftId(int fieldId)Find the _Fields constant that matches fieldId, or null if its not found.static WithdrawalStatus._FieldsWithdrawalStatus._Fields. findByThriftIdOrThrow(int fieldId)Find the _Fields constant that matches fieldId, throwing an exception if it is not found.WithdrawalStatus._Fields[]WithdrawalStatus. getFields()static WithdrawalStatus._FieldsWithdrawalStatus._Fields. valueOf(String name)Returns the enum constant of this type with the specified name.static WithdrawalStatus._Fields[]WithdrawalStatus._Fields. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.vality.damsel.withdrawals.processing that return types with arguments of type WithdrawalStatus._Fields Modifier and Type Method Description Map<WithdrawalStatus._Fields,org.apache.thrift.meta_data.FieldMetaData>WithdrawalStatus. getFieldMetaData()Methods in dev.vality.damsel.withdrawals.processing with parameters of type WithdrawalStatus._Fields Modifier and Type Method Description protected voidWithdrawalStatus. checkType(WithdrawalStatus._Fields setField, Object value)protected org.apache.thrift.protocol.TFieldWithdrawalStatus. getFieldDesc(WithdrawalStatus._Fields setField)Constructors in dev.vality.damsel.withdrawals.processing with parameters of type WithdrawalStatus._Fields Constructor Description WithdrawalStatus(WithdrawalStatus._Fields setField, Object value)