Package io.dialob.api.proto
Class ActionsFactory
- java.lang.Object
-
- io.dialob.api.proto.ActionsFactory
-
public final class ActionsFactory extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static ImmutableActionNEXT_ACTIONstatic ImmutableActionPREVIOUS_ACTIONstatic ImmutableActionREMOVE_ANSWERS_ACTION
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Actionsactions(Action... actions)static Actionsactions(String rev, Action... actions)static ActionaddRow(String groupId)static Actionanswer(String questionId, Object answer)static Actioncomplete(String questionnaireId)static ActiondeleteRow(String rowId)static ActiongotoPage(String pageId)static Actionnext()static Actionprevious()static ActionremoveAnswers()static Actionrows(String tableId, Iterable<String> ids)static Actionrows(String tableId, String... ids)static ActionsetFailed(String variableId, Object error)static ActionsetLocale(String locale)static ActionsetValue(String variableId, Object value)
-
-
-
Field Detail
-
PREVIOUS_ACTION
public static final ImmutableAction PREVIOUS_ACTION
-
NEXT_ACTION
public static final ImmutableAction NEXT_ACTION
-
REMOVE_ANSWERS_ACTION
public static final ImmutableAction REMOVE_ANSWERS_ACTION
-
-