Uses of Class
io.dialob.api.proto.ImmutableActions
-
Packages that use ImmutableActions Package Description io.dialob.api.proto -
-
Uses of ImmutableActions in io.dialob.api.proto
Methods in io.dialob.api.proto that return ImmutableActions Modifier and Type Method Description ImmutableActionsImmutableActions.Builder. build()Builds a newImmutableActions.static ImmutableActionsImmutableActions. copyOf(Actions instance)Creates an immutable copy of aActionsvalue.ImmutableActionsImmutableActions. withActions(Action... elements)Copy the current immutable object with elements that replace the content ofactions.ImmutableActionsImmutableActions. withActions(Iterable<? extends Action> elements)Copy the current immutable object with elements that replace the content ofactions.ImmutableActionsImmutableActions. withRev(String value)Copy the current immutable object by setting a value for therevattribute.
-