Uses of Enum
io.dialob.api.proto.Action.Type
Packages that use Action.Type
-
Uses of Action.Type in io.dialob.api.proto
Methods in io.dialob.api.proto that return Action.TypeModifier and TypeMethodDescriptionAction.getType()ImmutableAction.getType()static Action.TypeReturns 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.TypeModifier and TypeMethodDescriptionActionItem.getAllowedActions()ImmutableActionItem.getAllowedActions()Methods in io.dialob.api.proto with parameters of type Action.TypeModifier and TypeMethodDescriptionImmutableActionItem.Builder.addAllowedActions(Action.Type element) Adds one element toallowedActionsset.ImmutableActionItem.Builder.addAllowedActions(Action.Type... elements) Adds elements toallowedActionsset.final ImmutableAction.BuilderImmutableAction.Builder.type(Action.Type type) Initializes the value for thetypeattribute.final ImmutableActionItemImmutableActionItem.withAllowedActions(Action.Type... elements) Copy the current immutable object with elements that replace the content ofallowedActions.final 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.TypeModifier and TypeMethodDescriptionImmutableActionItem.Builder.addAllAllowedActions(Iterable<Action.Type> elements) Adds elements toallowedActionsset.ImmutableActionItem.Builder.allowedActions(Iterable<Action.Type> elements) Sets or replaces all elements forallowedActionsset.final ImmutableActionItemImmutableActionItem.withAllowedActions(Iterable<Action.Type> elements) Copy the current immutable object with elements that replace the content ofallowedActions.