Uses of Class
io.thestencil.client.api.ImmutableSiteState
-
Packages that use ImmutableSiteState Package Description io.thestencil.client.api -
-
Uses of ImmutableSiteState in io.thestencil.client.api
Methods in io.thestencil.client.api that return ImmutableSiteState Modifier and Type Method Description ImmutableSiteStateImmutableSiteState.Builder. build()Builds a newImmutableSiteState.static ImmutableSiteStateImmutableSiteState. copyOf(StencilClient.SiteState instance)Creates an immutable copy of aStencilClient.SiteStatevalue.ImmutableSiteStateImmutableSiteState. withArticles(Map<String,? extends StencilClient.Entity<StencilClient.Article>> entries)Copy the current immutable object by replacing thearticlesmap with the specified map.ImmutableSiteStateImmutableSiteState. withContentType(StencilClient.SiteContentType value)Copy the current immutable object by setting a value for thecontentTypeattribute.ImmutableSiteStateImmutableSiteState. withLinks(Map<String,? extends StencilClient.Entity<StencilClient.Link>> entries)Copy the current immutable object by replacing thelinksmap with the specified map.ImmutableSiteStateImmutableSiteState. withLocales(Map<String,? extends StencilClient.Entity<StencilClient.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 StencilClient.Entity<StencilClient.Page>> entries)Copy the current immutable object by replacing thepagesmap with the specified map.ImmutableSiteStateImmutableSiteState. withReleases(Map<String,? extends StencilClient.Entity<StencilClient.Release>> entries)Copy the current immutable object by replacing thereleasesmap with the specified map.ImmutableSiteStateImmutableSiteState. withWorkflows(Map<String,? extends StencilClient.Entity<StencilClient.Workflow>> entries)Copy the current immutable object by replacing theworkflowsmap with the specified map.
-