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