Uses of Interface
io.thestencil.persistence.api.ZoePersistence.Release
-
-
Uses of ZoePersistence.Release in io.thestencil.persistence.api
Classes in io.thestencil.persistence.api that implement ZoePersistence.Release Modifier and Type Class Description classImmutableReleaseImmutable implementation ofZoePersistence.Release.Methods in io.thestencil.persistence.api that return types with arguments of type ZoePersistence.Release Modifier and Type Method Description com.google.common.collect.ImmutableMap<String,ZoePersistence.Entity<ZoePersistence.Release>>ImmutableSiteState. getReleases()Map<String,ZoePersistence.Entity<ZoePersistence.Release>>ZoePersistence.SiteState. getReleases()io.smallrye.mutiny.Uni<ZoePersistence.Entity<ZoePersistence.Release>>CreateBuilder. release(CreateBuilder.CreateRelease init)Methods in io.thestencil.persistence.api with parameters of type ZoePersistence.Release Modifier and Type Method Description static ImmutableReleaseImmutableRelease. copyOf(ZoePersistence.Release instance)Creates an immutable copy of aZoePersistence.Releasevalue.ImmutableRelease.BuilderImmutableRelease.Builder. from(ZoePersistence.Release instance)Fill a builder with attribute values from the providedReleaseinstance.Method parameters in io.thestencil.persistence.api with type arguments of type ZoePersistence.Release Modifier and Type Method Description ImmutableSiteState.BuilderImmutableSiteState.Builder. putAllReleases(Map<String,? extends ZoePersistence.Entity<ZoePersistence.Release>> entries)Put all mappings from the specified map as entries toreleasesmap.ImmutableSiteState.BuilderImmutableSiteState.Builder. putReleases(String key, ZoePersistence.Entity<ZoePersistence.Release> value)Put one entry to thereleasesmap.ImmutableSiteState.BuilderImmutableSiteState.Builder. putReleases(Map.Entry<String,? extends ZoePersistence.Entity<ZoePersistence.Release>> entry)Put one entry to thereleasesmap.ImmutableSiteState.BuilderImmutableSiteState.Builder. releases(Map<String,? extends ZoePersistence.Entity<ZoePersistence.Release>> entries)Sets or replaces all mappings from the specified map as entries for thereleasesmap.ImmutableSiteStateImmutableSiteState. withReleases(Map<String,? extends ZoePersistence.Entity<ZoePersistence.Release>> entries)Copy the current immutable object by replacing thereleasesmap with the specified map.
-