Uses of Class
io.dialob.client.spi.store.ImmutableEntityState
-
Packages that use ImmutableEntityState Package Description io.dialob.client.spi.store -
-
Uses of ImmutableEntityState in io.dialob.client.spi.store
Methods in io.dialob.client.spi.store that return ImmutableEntityState Modifier and Type Method Description ImmutableEntityStateImmutableEntityState.Builder. build()Builds a newImmutableEntityState.static ImmutableEntityStateImmutableEntityState. copyOf(DialobStoreConfig.EntityState instance)Creates an immutable copy of aDialobStoreConfig.EntityStatevalue.ImmutableEntityStateImmutableEntityState. withEntity(DialobStore.StoreEntity value)Copy the current immutable object by setting a value for theentityattribute.ImmutableEntityStateImmutableEntityState. 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.
-