Uses of Interface
io.dialob.api.proto.Action
-
Packages that use Action Package Description io.dialob.api.proto -
-
Uses of Action in io.dialob.api.proto
Classes in io.dialob.api.proto that implement Action Modifier and Type Class Description classImmutableActionImmutable implementation ofAction.Methods in io.dialob.api.proto that return Action Modifier and Type Method Description static ActionActionsFactory. addRow(String groupId)static ActionActionsFactory. answer(String questionId, Object answer)static ActionActionsFactory. complete(String questionnaireId)static ActionActionsFactory. deleteRow(String rowId)static ActionActionsFactory. gotoPage(String pageId)static ActionActionsFactory. next()static ActionActionsFactory. previous()static ActionActionsFactory. removeAnswers()static ActionActionsFactory. rows(String tableId, Iterable<String> ids)static ActionActionsFactory. rows(String tableId, String... ids)static ActionActionsFactory. setFailed(String variableId, Object error)static ActionActionsFactory. setLocale(String locale)static ActionActionsFactory. setValue(String variableId, Object value)Methods in io.dialob.api.proto that return types with arguments of type Action Modifier and Type Method Description List<Action>Actions. getActions()List<Action>ImmutableActions. getActions()Methods in io.dialob.api.proto with parameters of type Action Modifier and Type Method Description static ActionsActionsFactory. actions(Action... actions)static ActionsActionsFactory. actions(String rev, Action... actions)ImmutableActions.BuilderImmutableActions.Builder. addActions(Action element)Adds one element toactionslist.ImmutableActions.BuilderImmutableActions.Builder. addActions(Action... elements)Adds elements toactionslist.static ImmutableActionImmutableAction. copyOf(Action instance)Creates an immutable copy of aActionvalue.ImmutableAction.BuilderImmutableAction.Builder. from(Action instance)Fill a builder with attribute values from the providedActioninstance.ImmutableActionsImmutableActions. withActions(Action... elements)Copy the current immutable object with elements that replace the content ofactions.Method parameters in io.dialob.api.proto with type arguments of type Action Modifier and Type Method Description ImmutableActions.BuilderImmutableActions.Builder. actions(Iterable<? extends Action> elements)Sets or replaces all elements foractionslist.ImmutableActions.BuilderImmutableActions.Builder. addAllActions(Iterable<? extends Action> elements)Adds elements toactionslist.ImmutableActionsImmutableActions. withActions(Iterable<? extends Action> elements)Copy the current immutable object with elements that replace the content ofactions.
-