Uses of Class
io.thestencil.client.api.ImmutableEntity
-
Packages that use ImmutableEntity Package Description io.thestencil.client.api -
-
Uses of ImmutableEntity in io.thestencil.client.api
Methods in io.thestencil.client.api that return ImmutableEntity Modifier and Type Method Description ImmutableEntity<T>ImmutableEntity.Builder. build()Builds a newImmutableEntity.static <T extends StencilClient.EntityBody>
ImmutableEntity<T>ImmutableEntity. copyOf(StencilClient.Entity<T> instance)Creates an immutable copy of aStencilClient.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(StencilClient.EntityType value)Copy the current immutable object by setting a value for thetypeattribute.
-