Uses of Class
dev.vality.damsel.webhooker.CustomerEventType._Fields
| Package | Description |
|---|---|
| dev.vality.damsel.webhooker |
-
Uses of CustomerEventType._Fields in dev.vality.damsel.webhooker
Fields in dev.vality.damsel.webhooker with type parameters of type CustomerEventType._Fields Modifier and Type Field Description static Map<CustomerEventType._Fields,org.apache.thrift.meta_data.FieldMetaData>CustomerEventType. metaDataMapMethods in dev.vality.damsel.webhooker that return CustomerEventType._Fields Modifier and Type Method Description protected CustomerEventType._FieldsCustomerEventType. enumForId(short id)CustomerEventType._FieldsCustomerEventType. 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._Fields[]CustomerEventType. getFields()static CustomerEventType._FieldsCustomerEventType._Fields. valueOf(String name)Returns the enum constant of this type with the specified name.static CustomerEventType._Fields[]CustomerEventType._Fields. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.vality.damsel.webhooker that return types with arguments of type CustomerEventType._Fields Modifier and Type Method Description Map<CustomerEventType._Fields,org.apache.thrift.meta_data.FieldMetaData>CustomerEventType. getFieldMetaData()Methods in dev.vality.damsel.webhooker with parameters of type CustomerEventType._Fields Modifier and Type Method Description protected 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._Fields Constructor Description CustomerEventType(CustomerEventType._Fields setField, Object value)