ImmutableBatchSite |
ImmutableBatchSite.Builder.build() |
|
static ImmutableBatchSite |
ImmutableBatchSite.copyOf(CreateBuilder.BatchSite instance) |
|
ImmutableBatchSite |
ImmutableBatchSite.withArticles(CreateBuilder.CreateArticle... elements) |
Copy the current immutable object with elements that replace the content of articles.
|
ImmutableBatchSite |
ImmutableBatchSite.withArticles(Iterable<? extends CreateBuilder.CreateArticle> elements) |
Copy the current immutable object with elements that replace the content of articles.
|
ImmutableBatchSite |
ImmutableBatchSite.withLinks(CreateBuilder.CreateLink... elements) |
Copy the current immutable object with elements that replace the content of links.
|
ImmutableBatchSite |
ImmutableBatchSite.withLinks(Iterable<? extends CreateBuilder.CreateLink> elements) |
Copy the current immutable object with elements that replace the content of links.
|
ImmutableBatchSite |
ImmutableBatchSite.withLocales(CreateBuilder.CreateLocale... elements) |
Copy the current immutable object with elements that replace the content of locales.
|
ImmutableBatchSite |
ImmutableBatchSite.withLocales(Iterable<? extends CreateBuilder.CreateLocale> elements) |
Copy the current immutable object with elements that replace the content of locales.
|
ImmutableBatchSite |
ImmutableBatchSite.withPages(CreateBuilder.CreatePage... elements) |
Copy the current immutable object with elements that replace the content of pages.
|
ImmutableBatchSite |
ImmutableBatchSite.withPages(Iterable<? extends CreateBuilder.CreatePage> elements) |
Copy the current immutable object with elements that replace the content of pages.
|
ImmutableBatchSite |
ImmutableBatchSite.withWorkflows(CreateBuilder.CreateWorkflow... elements) |
Copy the current immutable object with elements that replace the content of workflows.
|
ImmutableBatchSite |
ImmutableBatchSite.withWorkflows(Iterable<? extends CreateBuilder.CreateWorkflow> elements) |
Copy the current immutable object with elements that replace the content of workflows.
|