ImmutableTopicData |
ImmutableTopicData.Builder.build() |
|
static ImmutableTopicData |
ImmutableTopicData.copyOf(SiteVisitor.TopicData instance) |
|
ImmutableTopicData |
ImmutableTopicData.withHeadings(StaticContentClient.Heading... elements) |
Copy the current immutable object with elements that replace the content of headings.
|
ImmutableTopicData |
ImmutableTopicData.withHeadings(Iterable<? extends StaticContentClient.Heading> elements) |
Copy the current immutable object with elements that replace the content of headings.
|
ImmutableTopicData |
ImmutableTopicData.withImages(StaticContentClient.ImageTag... elements) |
Copy the current immutable object with elements that replace the content of images.
|
ImmutableTopicData |
ImmutableTopicData.withImages(Iterable<? extends StaticContentClient.ImageTag> elements) |
Copy the current immutable object with elements that replace the content of images.
|
ImmutableTopicData |
ImmutableTopicData.withLocale(String value) |
Copy the current immutable object by setting a value for the locale attribute.
|
ImmutableTopicData |
ImmutableTopicData.withPath(String value) |
Copy the current immutable object by setting a value for the path attribute.
|
ImmutableTopicData |
ImmutableTopicData.withValue(String value) |
Copy the current immutable object by setting a value for the value attribute.
|