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