ImmutableSiteState |
ImmutableSiteState.Builder.build() |
|
static ImmutableSiteState |
ImmutableSiteState.copyOf(StencilComposer.SiteState instance) |
|
ImmutableSiteState |
ImmutableSiteState.withArticles(Map<String,? extends StencilClient.Entity<StencilClient.Article>> entries) |
Copy the current immutable object by replacing the articles map with the specified map.
|
ImmutableSiteState |
ImmutableSiteState.withCommit(String value) |
Copy the current immutable object by setting a value for the commit attribute.
|
ImmutableSiteState |
ImmutableSiteState.withContentType(StencilComposer.SiteContentType value) |
Copy the current immutable object by setting a value for the contentType attribute.
|
ImmutableSiteState |
ImmutableSiteState.withLinks(Map<String,? extends StencilClient.Entity<StencilClient.Link>> entries) |
Copy the current immutable object by replacing the links map with the specified map.
|
ImmutableSiteState |
ImmutableSiteState.withLocales(Map<String,? extends StencilClient.Entity<StencilClient.Locale>> entries) |
Copy the current immutable object by replacing the locales map with the specified map.
|
ImmutableSiteState |
ImmutableSiteState.withName(String value) |
Copy the current immutable object by setting a value for the name attribute.
|
ImmutableSiteState |
ImmutableSiteState.withPages(Map<String,? extends StencilClient.Entity<StencilClient.Page>> entries) |
Copy the current immutable object by replacing the pages map with the specified map.
|
ImmutableSiteState |
ImmutableSiteState.withReleases(Map<String,? extends StencilClient.Entity<StencilClient.Release>> entries) |
Copy the current immutable object by replacing the releases map with the specified map.
|
ImmutableSiteState |
ImmutableSiteState.withTemplates(Map<String,? extends StencilClient.Entity<StencilClient.Template>> entries) |
Copy the current immutable object by replacing the templates map with the specified map.
|
ImmutableSiteState |
ImmutableSiteState.withWorkflows(Map<String,? extends StencilClient.Entity<StencilClient.Workflow>> entries) |
Copy the current immutable object by replacing the workflows map with the specified map.
|