Uses of Class
io.resys.hdes.client.api.ImmutableStoreState
Packages that use ImmutableStoreState
-
Uses of ImmutableStoreState in io.resys.hdes.client.api
Methods in io.resys.hdes.client.api that return ImmutableStoreStateModifier and TypeMethodDescriptionImmutableStoreState.Builder.build()Builds a newImmutableStoreState.static ImmutableStoreStateImmutableStoreState.copyOf(HdesStore.StoreState instance) Creates an immutable copy of aHdesStore.StoreStatevalue.final ImmutableStoreStateImmutableStoreState.withBranches(Map<String, ? extends HdesStore.StoreEntity> entries) Copy the current immutable object by replacing thebranchesmap with the specified map.final ImmutableStoreStateImmutableStoreState.withCommitAt(LocalDateTime value) Copy the current immutable object by setting a value for thecommitAtattribute.final ImmutableStoreStateImmutableStoreState.withCommitId(String value) Copy the current immutable object by setting a value for thecommitIdattribute.final ImmutableStoreStateImmutableStoreState.withDecisions(Map<String, ? extends HdesStore.StoreEntity> entries) Copy the current immutable object by replacing thedecisionsmap with the specified map.final ImmutableStoreStateImmutableStoreState.withFlows(Map<String, ? extends HdesStore.StoreEntity> entries) Copy the current immutable object by replacing theflowsmap with the specified map.final ImmutableStoreStateImmutableStoreState.withServices(Map<String, ? extends HdesStore.StoreEntity> entries) Copy the current immutable object by replacing theservicesmap with the specified map.final ImmutableStoreStateImmutableStoreState.withTagName(String value) Copy the current immutable object by setting a value for thetagNameattribute.final ImmutableStoreStateImmutableStoreState.withTags(Map<String, ? extends HdesStore.StoreEntity> entries) Copy the current immutable object by replacing thetagsmap with the specified map.