Uses of Class
io.thestencil.client.api.ImmutableEntityState
-
Packages that use ImmutableEntityState Package Description io.thestencil.client.api -
-
Uses of ImmutableEntityState in io.thestencil.client.api
Methods in io.thestencil.client.api that return ImmutableEntityState Modifier and Type Method Description ImmutableEntityState<T>ImmutableEntityState.Builder. build()Builds a newImmutableEntityState.static <T extends StencilClient.EntityBody>
ImmutableEntityState<T>ImmutableEntityState. copyOf(StencilConfig.EntityState<T> instance)Creates an immutable copy of aStencilConfig.EntityStatevalue.ImmutableEntityState<T>ImmutableEntityState. withEntity(StencilClient.Entity<T> value)Copy the current immutable object by setting a value for theentityattribute.ImmutableEntityState<T>ImmutableEntityState. withSrc(io.resys.thena.docdb.api.actions.ObjectsActions.ObjectsResult<io.resys.thena.docdb.api.actions.ObjectsActions.BlobObject> value)Copy the current immutable object by setting a value for thesrcattribute.
-