Uses of Class
dev.vality.damsel.walker.ActionType
| Package | Description |
|---|---|
| dev.vality.damsel.walker |
-
Uses of ActionType in dev.vality.damsel.walker
Fields in dev.vality.damsel.walker declared as ActionType Modifier and Type Field Description ActionTypeAction. typeMethods in dev.vality.damsel.walker that return ActionType Modifier and Type Method Description static ActionTypeActionType. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.ActionTypeAction. getType()static ActionTypeActionType. valueOf(String name)Returns the enum constant of this type with the specified name.static ActionType[]ActionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.vality.damsel.walker with parameters of type ActionType Modifier and Type Method Description ActionAction. setType(ActionType type)Constructors in dev.vality.damsel.walker with parameters of type ActionType Constructor Description Action(String created_at, UserInformation user, ActionType type, String after)