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