ImmutableSiteState.Builder |
ImmutableSiteState.Builder.articles(Map<String,? extends ZoePersistence.Entity<ZoePersistence.Article>> entries) |
Sets or replaces all mappings from the specified map as entries for the articles map.
|
ImmutableSiteState.Builder |
ImmutableSiteState.Builder.links(Map<String,? extends ZoePersistence.Entity<ZoePersistence.Link>> entries) |
Sets or replaces all mappings from the specified map as entries for the links map.
|
ImmutableSiteState.Builder |
ImmutableSiteState.Builder.locales(Map<String,? extends ZoePersistence.Entity<ZoePersistence.Locale>> entries) |
Sets or replaces all mappings from the specified map as entries for the locales map.
|
ImmutableSiteState.Builder |
ImmutableSiteState.Builder.pages(Map<String,? extends ZoePersistence.Entity<ZoePersistence.Page>> entries) |
Sets or replaces all mappings from the specified map as entries for the pages map.
|
ImmutableSiteState.Builder |
ImmutableSiteState.Builder.putAllArticles(Map<String,? extends ZoePersistence.Entity<ZoePersistence.Article>> entries) |
Put all mappings from the specified map as entries to articles map.
|
ImmutableSiteState.Builder |
ImmutableSiteState.Builder.putAllLinks(Map<String,? extends ZoePersistence.Entity<ZoePersistence.Link>> entries) |
Put all mappings from the specified map as entries to links map.
|
ImmutableSiteState.Builder |
ImmutableSiteState.Builder.putAllLocales(Map<String,? extends ZoePersistence.Entity<ZoePersistence.Locale>> entries) |
Put all mappings from the specified map as entries to locales map.
|
ImmutableSiteState.Builder |
ImmutableSiteState.Builder.putAllPages(Map<String,? extends ZoePersistence.Entity<ZoePersistence.Page>> entries) |
Put all mappings from the specified map as entries to pages map.
|
ImmutableSiteState.Builder |
ImmutableSiteState.Builder.putAllReleases(Map<String,? extends ZoePersistence.Entity<ZoePersistence.Release>> entries) |
Put all mappings from the specified map as entries to releases map.
|
ImmutableSiteState.Builder |
ImmutableSiteState.Builder.putAllWorkflows(Map<String,? extends ZoePersistence.Entity<ZoePersistence.Workflow>> entries) |
Put all mappings from the specified map as entries to workflows map.
|
ImmutableSiteState.Builder |
ImmutableSiteState.Builder.putArticles(Map.Entry<String,? extends ZoePersistence.Entity<ZoePersistence.Article>> entry) |
|
ImmutableSiteState.Builder |
ImmutableSiteState.Builder.putLinks(Map.Entry<String,? extends ZoePersistence.Entity<ZoePersistence.Link>> entry) |
Put one entry to the links map.
|
ImmutableSiteState.Builder |
ImmutableSiteState.Builder.putLocales(Map.Entry<String,? extends ZoePersistence.Entity<ZoePersistence.Locale>> entry) |
|
ImmutableSiteState.Builder |
ImmutableSiteState.Builder.putPages(Map.Entry<String,? extends ZoePersistence.Entity<ZoePersistence.Page>> entry) |
Put one entry to the pages map.
|
ImmutableSiteState.Builder |
ImmutableSiteState.Builder.putReleases(Map.Entry<String,? extends ZoePersistence.Entity<ZoePersistence.Release>> entry) |
|
ImmutableSiteState.Builder |
ImmutableSiteState.Builder.putWorkflows(Map.Entry<String,? extends ZoePersistence.Entity<ZoePersistence.Workflow>> entry) |
|
ImmutableSiteState.Builder |
ImmutableSiteState.Builder.releases(Map<String,? extends ZoePersistence.Entity<ZoePersistence.Release>> entries) |
Sets or replaces all mappings from the specified map as entries for the releases map.
|
ImmutableSiteState |
ImmutableSiteState.withArticles(Map<String,? extends ZoePersistence.Entity<ZoePersistence.Article>> entries) |
Copy the current immutable object by replacing the articles map with the specified map.
|
ImmutableSiteState |
ImmutableSiteState.withLinks(Map<String,? extends ZoePersistence.Entity<ZoePersistence.Link>> entries) |
Copy the current immutable object by replacing the links map with the specified map.
|
ImmutableSiteState |
ImmutableSiteState.withLocales(Map<String,? extends ZoePersistence.Entity<ZoePersistence.Locale>> entries) |
Copy the current immutable object by replacing the locales map with the specified map.
|
ImmutableSiteState |
ImmutableSiteState.withPages(Map<String,? extends ZoePersistence.Entity<ZoePersistence.Page>> entries) |
Copy the current immutable object by replacing the pages map with the specified map.
|
ImmutableSiteState |
ImmutableSiteState.withReleases(Map<String,? extends ZoePersistence.Entity<ZoePersistence.Release>> entries) |
Copy the current immutable object by replacing the releases map with the specified map.
|
ImmutableSiteState |
ImmutableSiteState.withWorkflows(Map<String,? extends ZoePersistence.Entity<ZoePersistence.Workflow>> entries) |
Copy the current immutable object by replacing the workflows map with the specified map.
|
ImmutableSiteState.Builder |
ImmutableSiteState.Builder.workflows(Map<String,? extends ZoePersistence.Entity<ZoePersistence.Workflow>> entries) |
Sets or replaces all mappings from the specified map as entries for the workflows map.
|