Uses of Interface
io.dialob.api.proto.Actions
-
Packages that use Actions Package Description io.dialob.api.proto -
-
Uses of Actions in io.dialob.api.proto
Classes in io.dialob.api.proto that implement Actions Modifier and Type Class Description classImmutableActionsImmutable implementation ofActions.Methods in io.dialob.api.proto that return Actions Modifier and Type Method Description static ActionsActionsFactory. actions(Action... actions)static ActionsActionsFactory. actions(String rev, Action... actions)Methods in io.dialob.api.proto with parameters of type Actions Modifier and Type Method Description static ImmutableActionsImmutableActions. copyOf(Actions instance)Creates an immutable copy of aActionsvalue.ImmutableActions.BuilderImmutableActions.Builder. from(Actions instance)Fill a builder with attribute values from the providedActionsinstance.
-