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