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