Class NotificationContentGetResponse.Builder
-
- All Implemented Interfaces:
public final class NotificationContentGetResponse.BuilderA builder for NotificationContentGetResponse.
-
-
Method Summary
-
-
Method Detail
-
elements
final NotificationContentGetResponse.Builder elements(List<ElementWithChecksums> elements)
-
elements
final NotificationContentGetResponse.Builder elements(JsonField<List<ElementWithChecksums>> elements)
Sets Builder.elements to an arbitrary JSON value.
You should usually call Builder.elements with a well-typed
List<ElementWithChecksums>value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
addElement
final NotificationContentGetResponse.Builder addElement(ElementWithChecksums element)
Adds a single ElementWithChecksums to elements.
-
version
final NotificationContentGetResponse.Builder version(String version)
Content version identifier.
-
version
final NotificationContentGetResponse.Builder version(JsonField<String> version)
Sets Builder.version to an arbitrary JSON value.
You should usually call Builder.version 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 NotificationContentGetResponse.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final NotificationContentGetResponse.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final NotificationContentGetResponse.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final NotificationContentGetResponse.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final NotificationContentGetResponse.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final NotificationContentGetResponse build()
Returns an immutable instance of NotificationContentGetResponse.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.elements() .version()
-
-
-
-