Class PreferenceUpdateOrCreateTopicResponse.Builder
-
- All Implemented Interfaces:
public final class PreferenceUpdateOrCreateTopicResponse.BuilderA builder for PreferenceUpdateOrCreateTopicResponse.
-
-
Method Summary
Modifier and Type Method Description final PreferenceUpdateOrCreateTopicResponse.Buildermessage(String message)final PreferenceUpdateOrCreateTopicResponse.Buildermessage(JsonField<String> message)Sets Builder.message to an arbitrary JSON value. final PreferenceUpdateOrCreateTopicResponse.BuilderadditionalProperties(Map<String, JsonValue> additionalProperties)final PreferenceUpdateOrCreateTopicResponse.BuilderputAdditionalProperty(String key, JsonValue value)final PreferenceUpdateOrCreateTopicResponse.BuilderputAllAdditionalProperties(Map<String, JsonValue> additionalProperties)final PreferenceUpdateOrCreateTopicResponse.BuilderremoveAdditionalProperty(String key)final PreferenceUpdateOrCreateTopicResponse.BuilderremoveAllAdditionalProperties(Set<String> keys)final PreferenceUpdateOrCreateTopicResponsebuild()Returns an immutable instance of PreferenceUpdateOrCreateTopicResponse. -
-
Method Detail
-
message
final PreferenceUpdateOrCreateTopicResponse.Builder message(String message)
-
message
final PreferenceUpdateOrCreateTopicResponse.Builder message(JsonField<String> message)
Sets Builder.message to an arbitrary JSON value.
You should usually call Builder.message with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final PreferenceUpdateOrCreateTopicResponse.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final PreferenceUpdateOrCreateTopicResponse.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final PreferenceUpdateOrCreateTopicResponse.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final PreferenceUpdateOrCreateTopicResponse.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final PreferenceUpdateOrCreateTopicResponse.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final PreferenceUpdateOrCreateTopicResponse build()
Returns an immutable instance of PreferenceUpdateOrCreateTopicResponse.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.message()
-
-
-
-