Uses of Enum Class
dev.vality.damsel.withdrawals.processing.WithdrawalStatus._Fields
Packages that use WithdrawalStatus._Fields
-
Uses of WithdrawalStatus._Fields in dev.vality.damsel.withdrawals.processing
Fields in dev.vality.damsel.withdrawals.processing with type parameters of type WithdrawalStatus._FieldsModifier and TypeFieldDescriptionstatic final Map<WithdrawalStatus._Fields,org.apache.thrift.meta_data.FieldMetaData> WithdrawalStatus.metaDataMapMethods in dev.vality.damsel.withdrawals.processing that return WithdrawalStatus._FieldsModifier and TypeMethodDescriptionprotected WithdrawalStatus._FieldsWithdrawalStatus.enumForId(short id) WithdrawalStatus.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.getFields()static WithdrawalStatus._FieldsReturns the enum constant of this class with the specified name.static WithdrawalStatus._Fields[]WithdrawalStatus._Fields.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.vality.damsel.withdrawals.processing that return types with arguments of type WithdrawalStatus._FieldsModifier and TypeMethodDescriptionMap<WithdrawalStatus._Fields,org.apache.thrift.meta_data.FieldMetaData> WithdrawalStatus.getFieldMetaData()Methods in dev.vality.damsel.withdrawals.processing with parameters of type WithdrawalStatus._FieldsModifier and TypeMethodDescriptionprotected 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