Uses of Class
dev.vality.damsel.webhooker.PartyEventFilter._Fields
| Package | Description |
|---|---|
| dev.vality.damsel.webhooker |
-
Uses of PartyEventFilter._Fields in dev.vality.damsel.webhooker
Fields in dev.vality.damsel.webhooker with type parameters of type PartyEventFilter._Fields Modifier and Type Field Description static Map<PartyEventFilter._Fields,org.apache.thrift.meta_data.FieldMetaData>PartyEventFilter. metaDataMapMethods in dev.vality.damsel.webhooker that return PartyEventFilter._Fields Modifier and Type Method Description PartyEventFilter._FieldsPartyEventFilter. fieldForId(int fieldId)static PartyEventFilter._FieldsPartyEventFilter._Fields. findByName(String name)Find the _Fields constant that matches name, or null if its not found.static PartyEventFilter._FieldsPartyEventFilter._Fields. findByThriftId(int fieldId)Find the _Fields constant that matches fieldId, or null if its not found.static PartyEventFilter._FieldsPartyEventFilter._Fields. findByThriftIdOrThrow(int fieldId)Find the _Fields constant that matches fieldId, throwing an exception if it is not found.PartyEventFilter._Fields[]PartyEventFilter. getFields()static PartyEventFilter._FieldsPartyEventFilter._Fields. valueOf(String name)Returns the enum constant of this type with the specified name.static PartyEventFilter._Fields[]PartyEventFilter._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 PartyEventFilter._Fields Modifier and Type Method Description Map<PartyEventFilter._Fields,org.apache.thrift.meta_data.FieldMetaData>PartyEventFilter. getFieldMetaData()Methods in dev.vality.damsel.webhooker with parameters of type PartyEventFilter._Fields Modifier and Type Method Description ObjectPartyEventFilter. getFieldValue(PartyEventFilter._Fields field)booleanPartyEventFilter. isSet(PartyEventFilter._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisevoidPartyEventFilter. setFieldValue(PartyEventFilter._Fields field, Object value)