Uses of Enum Class
dev.vality.damsel.withdrawals.provider_adapter.Callback._Fields
Packages that use Callback._Fields
-
Uses of Callback._Fields in dev.vality.damsel.withdrawals.provider_adapter
Fields in dev.vality.damsel.withdrawals.provider_adapter with type parameters of type Callback._FieldsModifier and TypeFieldDescriptionstatic final Map<Callback._Fields,org.apache.thrift.meta_data.FieldMetaData> Callback.metaDataMapMethods in dev.vality.damsel.withdrawals.provider_adapter that return Callback._FieldsModifier and TypeMethodDescriptionCallback.fieldForId(int fieldId) static Callback._FieldsCallback._Fields.findByName(String name) Find the _Fields constant that matches name, or null if its not found.static Callback._FieldsCallback._Fields.findByThriftId(int fieldId) Find the _Fields constant that matches fieldId, or null if its not found.static Callback._FieldsCallback._Fields.findByThriftIdOrThrow(int fieldId) Find the _Fields constant that matches fieldId, throwing an exception if it is not found.Callback.getFields()static Callback._FieldsReturns the enum constant of this class with the specified name.static Callback._Fields[]Callback._Fields.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.vality.damsel.withdrawals.provider_adapter that return types with arguments of type Callback._FieldsModifier and TypeMethodDescriptionMap<Callback._Fields,org.apache.thrift.meta_data.FieldMetaData> Callback.getFieldMetaData()Methods in dev.vality.damsel.withdrawals.provider_adapter with parameters of type Callback._FieldsModifier and TypeMethodDescriptionCallback.getFieldValue(Callback._Fields field) booleanCallback.isSet(Callback._Fields field) Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisevoidCallback.setFieldValue(Callback._Fields field, Object value)