Uses of Enum Class
dev.vality.damsel.withdrawals.domain.AuthData._Fields
Packages that use AuthData._Fields
-
Uses of AuthData._Fields in dev.vality.damsel.withdrawals.domain
Fields in dev.vality.damsel.withdrawals.domain with type parameters of type AuthData._FieldsModifier and TypeFieldDescriptionstatic final Map<AuthData._Fields,org.apache.thrift.meta_data.FieldMetaData> AuthData.metaDataMapMethods in dev.vality.damsel.withdrawals.domain that return AuthData._FieldsModifier and TypeMethodDescriptionprotected AuthData._FieldsAuthData.enumForId(short id) AuthData.fieldForId(int fieldId) static AuthData._FieldsAuthData._Fields.findByName(String name) Find the _Fields constant that matches name, or null if its not found.static AuthData._FieldsAuthData._Fields.findByThriftId(int fieldId) Find the _Fields constant that matches fieldId, or null if its not found.static AuthData._FieldsAuthData._Fields.findByThriftIdOrThrow(int fieldId) Find the _Fields constant that matches fieldId, throwing an exception if it is not found.AuthData.getFields()static AuthData._FieldsReturns the enum constant of this class with the specified name.static AuthData._Fields[]AuthData._Fields.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.vality.damsel.withdrawals.domain that return types with arguments of type AuthData._FieldsModifier and TypeMethodDescriptionMap<AuthData._Fields,org.apache.thrift.meta_data.FieldMetaData> AuthData.getFieldMetaData()Methods in dev.vality.damsel.withdrawals.domain with parameters of type AuthData._FieldsModifier and TypeMethodDescriptionprotected voidAuthData.checkType(AuthData._Fields setField, Object value) protected org.apache.thrift.protocol.TFieldAuthData.getFieldDesc(AuthData._Fields setField) Constructors in dev.vality.damsel.withdrawals.domain with parameters of type AuthData._Fields