Uses of Class
io.thestencil.staticontent.api.ImmutableTopicNameData
-
Packages that use ImmutableTopicNameData Package Description io.thestencil.staticontent.api -
-
Uses of ImmutableTopicNameData in io.thestencil.staticontent.api
Methods in io.thestencil.staticontent.api that return ImmutableTopicNameData Modifier and Type Method Description ImmutableTopicNameDataImmutableTopicNameData.Builder. build()Builds a newImmutableTopicNameData.static ImmutableTopicNameDataImmutableTopicNameData. copyOf(StaticContentClient.TopicNameData instance)Creates an immutable copy of aStaticContentClient.TopicNameDatavalue.ImmutableTopicNameDataImmutableTopicNameData. withLocale(Map<String,? extends String> entries)Copy the current immutable object by replacing thelocalemap with the specified map.ImmutableTopicNameDataImmutableTopicNameData. withPath(String value)Copy the current immutable object by setting a value for thepathattribute.
-