Uses of Class
dev.vality.damsel.webhooker.PartyEventType._Fields
| Package | Description |
|---|---|
| dev.vality.damsel.webhooker |
-
Uses of PartyEventType._Fields in dev.vality.damsel.webhooker
Fields in dev.vality.damsel.webhooker with type parameters of type PartyEventType._Fields Modifier and Type Field Description static Map<PartyEventType._Fields,org.apache.thrift.meta_data.FieldMetaData>PartyEventType. metaDataMapMethods in dev.vality.damsel.webhooker that return PartyEventType._Fields Modifier and Type Method Description protected PartyEventType._FieldsPartyEventType. enumForId(short id)PartyEventType._FieldsPartyEventType. fieldForId(int fieldId)static PartyEventType._FieldsPartyEventType._Fields. findByName(String name)Find the _Fields constant that matches name, or null if its not found.static PartyEventType._FieldsPartyEventType._Fields. findByThriftId(int fieldId)Find the _Fields constant that matches fieldId, or null if its not found.static PartyEventType._FieldsPartyEventType._Fields. findByThriftIdOrThrow(int fieldId)Find the _Fields constant that matches fieldId, throwing an exception if it is not found.PartyEventType._Fields[]PartyEventType. getFields()static PartyEventType._FieldsPartyEventType._Fields. valueOf(String name)Returns the enum constant of this type with the specified name.static PartyEventType._Fields[]PartyEventType._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 PartyEventType._Fields Modifier and Type Method Description Map<PartyEventType._Fields,org.apache.thrift.meta_data.FieldMetaData>PartyEventType. getFieldMetaData()Methods in dev.vality.damsel.webhooker with parameters of type PartyEventType._Fields Modifier and Type Method Description protected voidPartyEventType. checkType(PartyEventType._Fields setField, Object value)protected org.apache.thrift.protocol.TFieldPartyEventType. getFieldDesc(PartyEventType._Fields setField)Constructors in dev.vality.damsel.webhooker with parameters of type PartyEventType._Fields Constructor Description PartyEventType(PartyEventType._Fields setField, Object value)