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