Uses of Class
io.dialob.client.api.ImmutableStoreState
-
Packages that use ImmutableStoreState Package Description io.dialob.client.api -
-
Uses of ImmutableStoreState in io.dialob.client.api
Methods in io.dialob.client.api that return ImmutableStoreState Modifier and Type Method Description ImmutableStoreStateImmutableStoreState.Builder. build()Builds a newImmutableStoreState.static ImmutableStoreStateImmutableStoreState. copyOf(DialobStore.StoreState instance)Creates an immutable copy of aDialobStore.StoreStatevalue.ImmutableStoreStateImmutableStoreState. withForms(Map<String,? extends DialobStore.StoreEntity> entries)Copy the current immutable object by replacing theformsmap with the specified map.ImmutableStoreStateImmutableStoreState. withRevs(Map<String,? extends DialobStore.StoreEntity> entries)Copy the current immutable object by replacing therevsmap with the specified map.ImmutableStoreStateImmutableStoreState. withTags(Map<String,? extends DialobStore.StoreEntity> entries)Copy the current immutable object by replacing thetagsmap with the specified map.
-