Uses of Interface
io.dialob.client.api.DialobComposer.FormCommand
-
Packages that use DialobComposer.FormCommand Package Description io.dialob.client.api -
-
Uses of DialobComposer.FormCommand in io.dialob.client.api
Subinterfaces of DialobComposer.FormCommand in io.dialob.client.api Modifier and Type Interface Description static interfaceDialobComposer.ItemCopyCommandstatic interfaceDialobComposer.ItemRenameCommandMethods in io.dialob.client.api that return types with arguments of type DialobComposer.FormCommand Modifier and Type Method Description List<DialobComposer.FormCommand>DialobComposer.FormCommands. getValues()com.google.common.collect.ImmutableList<DialobComposer.FormCommand>ImmutableFormCommands. getValues()Methods in io.dialob.client.api with parameters of type DialobComposer.FormCommand Modifier and Type Method Description ImmutableFormCommands.BuilderImmutableFormCommands.Builder. addValues(DialobComposer.FormCommand element)Adds one element tovalueslist.ImmutableFormCommands.BuilderImmutableFormCommands.Builder. addValues(DialobComposer.FormCommand... elements)Adds elements tovalueslist.ImmutableFormCommandsImmutableFormCommands. withValues(DialobComposer.FormCommand... elements)Copy the current immutable object with elements that replace the content ofvalues.Method parameters in io.dialob.client.api with type arguments of type DialobComposer.FormCommand Modifier and Type Method Description ImmutableFormCommands.BuilderImmutableFormCommands.Builder. addAllValues(Iterable<? extends DialobComposer.FormCommand> elements)Adds elements tovalueslist.ImmutableFormCommands.BuilderImmutableFormCommands.Builder. values(Iterable<? extends DialobComposer.FormCommand> elements)Sets or replaces all elements forvalueslist.ImmutableFormCommandsImmutableFormCommands. withValues(Iterable<? extends DialobComposer.FormCommand> elements)Copy the current immutable object with elements that replace the content ofvalues.
-