Uses of Enum Class
dev.vality.damsel.walker.ActionType
Packages that use ActionType
-
Uses of ActionType in dev.vality.damsel.walker
Fields in dev.vality.damsel.walker declared as ActionTypeMethods in dev.vality.damsel.walker that return ActionTypeModifier and TypeMethodDescriptionstatic ActionTypeActionType.findByValue(int value) Find a the enum type by its integer value, as defined in the Thrift IDL.Action.getType()static ActionTypeReturns the enum constant of this class with the specified name.static ActionType[]ActionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.vality.damsel.walker with parameters of type ActionTypeConstructors in dev.vality.damsel.walker with parameters of type ActionTypeModifierConstructorDescriptionAction(String created_at, UserInformation user, ActionType type, String after)