Uses of Class
io.thestencil.persistence.api.ImmutableEntity
-
-
Uses of ImmutableEntity in io.thestencil.persistence.api
Methods in io.thestencil.persistence.api that return ImmutableEntity Modifier and Type Method Description ImmutableEntity<T>ImmutableEntity.Builder. build()Builds a newImmutableEntity.static <T extends ZoePersistence.EntityBody>
ImmutableEntity<T>ImmutableEntity. copyOf(ZoePersistence.Entity<T> instance)Creates an immutable copy of aZoePersistence.Entityvalue.ImmutableEntity<T>ImmutableEntity. withBody(T value)Copy the current immutable object by setting a value for thebodyattribute.ImmutableEntity<T>ImmutableEntity. withId(String value)Copy the current immutable object by setting a value for theidattribute.ImmutableEntity<T>ImmutableEntity. withType(ZoePersistence.EntityType value)Copy the current immutable object by setting a value for thetypeattribute.
-