ImmutableTopicData |
ImmutableTopicData.Builder.build() |
|
static ImmutableTopicData |
ImmutableTopicData.copyOf(StaticContentClient.TopicData instance) |
|
ImmutableTopicData |
ImmutableTopicData.withHeadings(MarkdownContent.Heading... elements) |
Copy the current immutable object with elements that replace the content of headings.
|
ImmutableTopicData |
ImmutableTopicData.withHeadings(Iterable<? extends MarkdownContent.Heading> elements) |
Copy the current immutable object with elements that replace the content of headings.
|
ImmutableTopicData |
ImmutableTopicData.withImages(MarkdownContent.ImageTag... elements) |
Copy the current immutable object with elements that replace the content of images.
|
ImmutableTopicData |
ImmutableTopicData.withImages(Iterable<? extends MarkdownContent.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.
|