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