Uses of Enum Class
dev.vality.damsel.withdrawals.provider_adapter.CallbackResult._Fields
Packages that use CallbackResult._Fields
-
Uses of CallbackResult._Fields in dev.vality.damsel.withdrawals.provider_adapter
Fields in dev.vality.damsel.withdrawals.provider_adapter with type parameters of type CallbackResult._FieldsModifier and TypeFieldDescriptionstatic final Map<CallbackResult._Fields,org.apache.thrift.meta_data.FieldMetaData> CallbackResult.metaDataMapMethods in dev.vality.damsel.withdrawals.provider_adapter that return CallbackResult._FieldsModifier and TypeMethodDescriptionCallbackResult.fieldForId(int fieldId) static CallbackResult._FieldsCallbackResult._Fields.findByName(String name) Find the _Fields constant that matches name, or null if its not found.static CallbackResult._FieldsCallbackResult._Fields.findByThriftId(int fieldId) Find the _Fields constant that matches fieldId, or null if its not found.static CallbackResult._FieldsCallbackResult._Fields.findByThriftIdOrThrow(int fieldId) Find the _Fields constant that matches fieldId, throwing an exception if it is not found.CallbackResult.getFields()static CallbackResult._FieldsReturns the enum constant of this class with the specified name.static CallbackResult._Fields[]CallbackResult._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 CallbackResult._FieldsModifier and TypeMethodDescriptionMap<CallbackResult._Fields,org.apache.thrift.meta_data.FieldMetaData> CallbackResult.getFieldMetaData()Methods in dev.vality.damsel.withdrawals.provider_adapter with parameters of type CallbackResult._FieldsModifier and TypeMethodDescriptionCallbackResult.getFieldValue(CallbackResult._Fields field) booleanCallbackResult.isSet(CallbackResult._Fields field) Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisevoidCallbackResult.setFieldValue(CallbackResult._Fields field, Object value)