Uses of Class
io.thestencil.persistence.api.ImmutableSiteState
-
-
Uses of ImmutableSiteState in io.thestencil.persistence.api
Methods in io.thestencil.persistence.api that return ImmutableSiteState Modifier and Type Method Description ImmutableSiteStateImmutableSiteState.Builder. build()Builds a newImmutableSiteState.static ImmutableSiteStateImmutableSiteState. copyOf(ZoePersistence.SiteState instance)Creates an immutable copy of aZoePersistence.SiteStatevalue.ImmutableSiteStateImmutableSiteState. withArticles(Map<String,? extends ZoePersistence.Entity<ZoePersistence.Article>> entries)Copy the current immutable object by replacing thearticlesmap with the specified map.ImmutableSiteStateImmutableSiteState. withContentType(ZoePersistence.SiteContentType value)Copy the current immutable object by setting a value for thecontentTypeattribute.ImmutableSiteStateImmutableSiteState. withLinks(Map<String,? extends ZoePersistence.Entity<ZoePersistence.Link>> entries)Copy the current immutable object by replacing thelinksmap with the specified map.ImmutableSiteStateImmutableSiteState. withLocales(Map<String,? extends ZoePersistence.Entity<ZoePersistence.Locale>> entries)Copy the current immutable object by replacing thelocalesmap with the specified map.ImmutableSiteStateImmutableSiteState. withName(String value)Copy the current immutable object by setting a value for thenameattribute.ImmutableSiteStateImmutableSiteState. withPages(Map<String,? extends ZoePersistence.Entity<ZoePersistence.Page>> entries)Copy the current immutable object by replacing thepagesmap with the specified map.ImmutableSiteStateImmutableSiteState. withReleases(Map<String,? extends ZoePersistence.Entity<ZoePersistence.Release>> entries)Copy the current immutable object by replacing thereleasesmap with the specified map.ImmutableSiteStateImmutableSiteState. withWorkflows(Map<String,? extends ZoePersistence.Entity<ZoePersistence.Workflow>> entries)Copy the current immutable object by replacing theworkflowsmap with the specified map.
-