Uses of Class
io.dialob.api.proto.Action.Type
-
Packages that use Action.Type Package Description io.dialob.api.proto -
-
Uses of Action.Type in io.dialob.api.proto
Methods in io.dialob.api.proto that return Action.Type Modifier and Type Method Description Action.TypeAction. getType()Action.TypeImmutableAction. getType()static Action.TypeAction.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Action.Type[]Action.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.dialob.api.proto that return types with arguments of type Action.Type Modifier and Type Method Description Set<Action.Type>ActionItem. getAllowedActions()Set<Action.Type>ImmutableActionItem. getAllowedActions()Methods in io.dialob.api.proto with parameters of type Action.Type Modifier and Type Method Description ImmutableActionItem.BuilderImmutableActionItem.Builder. addAllowedActions(Action.Type element)Adds one element toallowedActionsset.ImmutableActionItem.BuilderImmutableActionItem.Builder. addAllowedActions(Action.Type... elements)Adds elements toallowedActionsset.ImmutableAction.BuilderImmutableAction.Builder. type(Action.Type type)Initializes the value for thetypeattribute.ImmutableActionItemImmutableActionItem. withAllowedActions(Action.Type... elements)Copy the current immutable object with elements that replace the content ofallowedActions.ImmutableActionImmutableAction. withType(Action.Type value)Copy the current immutable object by setting a value for thetypeattribute.Method parameters in io.dialob.api.proto with type arguments of type Action.Type Modifier and Type Method Description ImmutableActionItem.BuilderImmutableActionItem.Builder. addAllAllowedActions(Iterable<Action.Type> elements)Adds elements toallowedActionsset.ImmutableActionItem.BuilderImmutableActionItem.Builder. allowedActions(Iterable<Action.Type> elements)Sets or replaces all elements forallowedActionsset.ImmutableActionItemImmutableActionItem. withAllowedActions(Iterable<Action.Type> elements)Copy the current immutable object with elements that replace the content ofallowedActions.
-