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