Uses of Enum Class
dev.vality.damsel.webhooker.UserInteractionStatus._Fields
Packages that use UserInteractionStatus._Fields
-
Uses of UserInteractionStatus._Fields in dev.vality.damsel.webhooker
Fields in dev.vality.damsel.webhooker with type parameters of type UserInteractionStatus._FieldsModifier and TypeFieldDescriptionstatic final Map<UserInteractionStatus._Fields,org.apache.thrift.meta_data.FieldMetaData> UserInteractionStatus.metaDataMapMethods in dev.vality.damsel.webhooker that return UserInteractionStatus._FieldsModifier and TypeMethodDescriptionprotected UserInteractionStatus._FieldsUserInteractionStatus.enumForId(short id) UserInteractionStatus.fieldForId(int fieldId) UserInteractionStatus._Fields.findByName(String name) Find the _Fields constant that matches name, or null if its not found.UserInteractionStatus._Fields.findByThriftId(int fieldId) Find the _Fields constant that matches fieldId, or null if its not found.UserInteractionStatus._Fields.findByThriftIdOrThrow(int fieldId) Find the _Fields constant that matches fieldId, throwing an exception if it is not found.UserInteractionStatus.getFields()Returns the enum constant of this class with the specified name.static UserInteractionStatus._Fields[]UserInteractionStatus._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 UserInteractionStatus._FieldsModifier and TypeMethodDescriptionMap<UserInteractionStatus._Fields,org.apache.thrift.meta_data.FieldMetaData> UserInteractionStatus.getFieldMetaData()Methods in dev.vality.damsel.webhooker with parameters of type UserInteractionStatus._FieldsModifier and TypeMethodDescriptionprotected voidUserInteractionStatus.checkType(UserInteractionStatus._Fields setField, Object value) protected org.apache.thrift.protocol.TFieldUserInteractionStatus.getFieldDesc(UserInteractionStatus._Fields setField) Constructors in dev.vality.damsel.webhooker with parameters of type UserInteractionStatus._FieldsModifierConstructorDescriptionUserInteractionStatus(UserInteractionStatus._Fields setField, Object value)