Uses of Enum Class
dev.vality.damsel.webhooker.PartyEventType._Fields
Packages that use PartyEventType._Fields
-
Uses of PartyEventType._Fields in dev.vality.damsel.webhooker
Fields in dev.vality.damsel.webhooker with type parameters of type PartyEventType._FieldsModifier and TypeFieldDescriptionstatic final Map<PartyEventType._Fields,org.apache.thrift.meta_data.FieldMetaData> PartyEventType.metaDataMapMethods in dev.vality.damsel.webhooker that return PartyEventType._FieldsModifier and TypeMethodDescriptionprotected PartyEventType._FieldsPartyEventType.enumForId(short id) PartyEventType.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.getFields()static PartyEventType._FieldsReturns the enum constant of this class with the specified name.static PartyEventType._Fields[]PartyEventType._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 PartyEventType._FieldsModifier and TypeMethodDescriptionMap<PartyEventType._Fields,org.apache.thrift.meta_data.FieldMetaData> PartyEventType.getFieldMetaData()Methods in dev.vality.damsel.webhooker with parameters of type PartyEventType._FieldsModifier and TypeMethodDescriptionprotected 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