static ImmutableTopicNameData.Builder |
ImmutableTopicNameData.builder() |
|
ImmutableTopicNameData.Builder |
ImmutableTopicNameData.Builder.from(StaticContentClient.TopicNameData instance) |
Fill a builder with attribute values from the provided TopicNameData instance.
|
ImmutableTopicNameData.Builder |
ImmutableTopicNameData.Builder.locale(Map<String,? extends String> entries) |
Sets or replaces all mappings from the specified map as entries for the locale map.
|
ImmutableTopicNameData.Builder |
ImmutableTopicNameData.Builder.path(String path) |
Initializes the value for the path attribute.
|
ImmutableTopicNameData.Builder |
ImmutableTopicNameData.Builder.putAllLocale(Map<String,? extends String> entries) |
Put all mappings from the specified map as entries to locale map.
|
ImmutableTopicNameData.Builder |
ImmutableTopicNameData.Builder.putLocale(String key,
String value) |
Put one entry to the locale map.
|
ImmutableTopicNameData.Builder |
ImmutableTopicNameData.Builder.putLocale(Map.Entry<String,? extends String> entry) |
Put one entry to the locale map.
|