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