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