Uses of Class
io.dialob.client.api.ImmutableUpdate
-
Packages that use ImmutableUpdate Package Description io.dialob.client.api -
-
Uses of ImmutableUpdate in io.dialob.client.api
Methods in io.dialob.client.api that return ImmutableUpdate Modifier and Type Method Description ImmutableUpdateImmutableUpdate.Builder. build()Builds a newImmutableUpdate.static ImmutableUpdateImmutableUpdate. copyOf(DialobComposer.Update instance)Creates an immutable copy of aDialobComposer.Updatevalue.ImmutableUpdateImmutableUpdate. withFormEntity(io.dialob.api.form.FormEntity value)Copy the current immutable object by setting a value for theformEntityattribute.ImmutableUpdateImmutableUpdate. withId(String value)Copy the current immutable object by setting a value for theidattribute.ImmutableUpdateImmutableUpdate. withRev(String value)Copy the current immutable object by setting a value for therevattribute.
-