Uses of Class
io.dialob.client.api.ImmutableStoreEntity
-
Packages that use ImmutableStoreEntity Package Description io.dialob.client.api -
-
Uses of ImmutableStoreEntity in io.dialob.client.api
Methods in io.dialob.client.api that return ImmutableStoreEntity Modifier and Type Method Description ImmutableStoreEntityImmutableStoreEntity.Builder. build()Builds a newImmutableStoreEntity.static ImmutableStoreEntityImmutableStoreEntity. copyOf(DialobStore.StoreEntity instance)Creates an immutable copy of aDialobStore.StoreEntityvalue.ImmutableStoreEntityImmutableStoreEntity. withBody(String value)Copy the current immutable object by setting a value for thebodyattribute.ImmutableStoreEntityImmutableStoreEntity. withBodyType(DialobDocument.DocumentType value)Copy the current immutable object by setting a value for thebodyTypeattribute.ImmutableStoreEntityImmutableStoreEntity. withId(String value)Copy the current immutable object by setting a value for theidattribute.ImmutableStoreEntityImmutableStoreEntity. withVersion(String value)Copy the current immutable object by setting a value for theversionattribute.
-