Uses of Class
io.dialob.client.api.ImmutableHistoryEntity
-
Packages that use ImmutableHistoryEntity Package Description io.dialob.client.api -
-
Uses of ImmutableHistoryEntity in io.dialob.client.api
Methods in io.dialob.client.api that return ImmutableHistoryEntity Modifier and Type Method Description ImmutableHistoryEntityImmutableHistoryEntity.Builder. build()Builds a newImmutableHistoryEntity.static ImmutableHistoryEntityImmutableHistoryEntity. copyOf(DialobStore.HistoryEntity instance)Creates an immutable copy of aDialobStore.HistoryEntityvalue.ImmutableHistoryEntityImmutableHistoryEntity. withBody(DialobStore.DetachedEntity... elements)Copy the current immutable object with elements that replace the content ofbody.ImmutableHistoryEntityImmutableHistoryEntity. withBody(Iterable<? extends DialobStore.DetachedEntity> elements)Copy the current immutable object with elements that replace the content ofbody.ImmutableHistoryEntityImmutableHistoryEntity. withBodyType(io.dialob.api.form.FormEntity value)Copy the current immutable object by setting a value for thebodyTypeattribute.ImmutableHistoryEntityImmutableHistoryEntity. withId(String value)Copy the current immutable object by setting a value for theidattribute.
-