Uses of Enum Class
dev.vality.damsel.domain.Payer._Fields
Packages that use Payer._Fields
-
Uses of Payer._Fields in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain with type parameters of type Payer._FieldsModifier and TypeFieldDescriptionstatic final Map<Payer._Fields,org.apache.thrift.meta_data.FieldMetaData> Payer.metaDataMapMethods in dev.vality.damsel.domain that return Payer._FieldsModifier and TypeMethodDescriptionprotected Payer._FieldsPayer.enumForId(short id) Payer.fieldForId(int fieldId) static Payer._FieldsPayer._Fields.findByName(String name) Find the _Fields constant that matches name, or null if its not found.static Payer._FieldsPayer._Fields.findByThriftId(int fieldId) Find the _Fields constant that matches fieldId, or null if its not found.static Payer._FieldsPayer._Fields.findByThriftIdOrThrow(int fieldId) Find the _Fields constant that matches fieldId, throwing an exception if it is not found.Payer.getFields()static Payer._FieldsReturns the enum constant of this class with the specified name.static Payer._Fields[]Payer._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 Payer._FieldsModifier and TypeMethodDescriptionMap<Payer._Fields,org.apache.thrift.meta_data.FieldMetaData> Payer.getFieldMetaData()Methods in dev.vality.damsel.domain with parameters of type Payer._FieldsModifier and TypeMethodDescriptionprotected voidPayer.checkType(Payer._Fields setField, Object value) protected org.apache.thrift.protocol.TFieldPayer.getFieldDesc(Payer._Fields setField) Constructors in dev.vality.damsel.domain with parameters of type Payer._Fields