ImmutableSiteVisitorOutput |
ImmutableSiteVisitorOutput.Builder.build() |
|
static ImmutableSiteVisitorOutput |
ImmutableSiteVisitorOutput.copyOf(SiteVisitor.SiteVisitorOutput instance) |
|
ImmutableSiteVisitorOutput |
ImmutableSiteVisitorOutput.withMessage(SiteVisitor.Message... elements) |
Copy the current immutable object with elements that replace the content of message.
|
ImmutableSiteVisitorOutput |
ImmutableSiteVisitorOutput.withMessage(Iterable<? extends SiteVisitor.Message> elements) |
Copy the current immutable object with elements that replace the content of message.
|
ImmutableSiteVisitorOutput |
ImmutableSiteVisitorOutput.withSites(MigrationBuilder.LocalizedSite... elements) |
Copy the current immutable object with elements that replace the content of sites.
|
ImmutableSiteVisitorOutput |
ImmutableSiteVisitorOutput.withSites(Iterable<? extends MigrationBuilder.LocalizedSite> elements) |
Copy the current immutable object with elements that replace the content of sites.
|