Uses of Class
io.dialob.client.api.ImmutableDetachedEntity
-
Packages that use ImmutableDetachedEntity Package Description io.dialob.client.api -
-
Uses of ImmutableDetachedEntity in io.dialob.client.api
Methods in io.dialob.client.api that return ImmutableDetachedEntity Modifier and Type Method Description ImmutableDetachedEntityImmutableDetachedEntity.Builder. build()Builds a newImmutableDetachedEntity.static ImmutableDetachedEntityImmutableDetachedEntity. copyOf(DialobStore.DetachedEntity instance)Creates an immutable copy of aDialobStore.DetachedEntityvalue.ImmutableDetachedEntityImmutableDetachedEntity. withBody(io.dialob.api.form.FormEntity value)Copy the current immutable object by setting a value for thebodyattribute.ImmutableDetachedEntityImmutableDetachedEntity. withCreated(LocalDateTime value)Copy the current immutable object by setting a value for thecreatedattribute.ImmutableDetachedEntityImmutableDetachedEntity. withHash(String value)Copy the current immutable object by setting a value for thehashattribute.
-