Package com.courier.models.notifications
Class NotificationListResponse.Result.Tags.Builder
-
- All Implemented Interfaces:
public final class NotificationListResponse.Result.Tags.BuilderA builder for Tags.
-
-
Method Summary
-
-
Method Detail
-
data
final NotificationListResponse.Result.Tags.Builder data(List<NotificationListResponse.Result.Tags.Data> data)
-
data
final NotificationListResponse.Result.Tags.Builder data(JsonField<List<NotificationListResponse.Result.Tags.Data>> data)
Sets Builder.data to an arbitrary JSON value.
You should usually call Builder.data with a well-typed
List<Data>value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
addData
final NotificationListResponse.Result.Tags.Builder addData(NotificationListResponse.Result.Tags.Data data)
Adds a single Data to Builder.data.
-
additionalProperties
final NotificationListResponse.Result.Tags.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final NotificationListResponse.Result.Tags.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final NotificationListResponse.Result.Tags.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final NotificationListResponse.Result.Tags.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final NotificationListResponse.Result.Tags.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final NotificationListResponse.Result.Tags build()
Returns an immutable instance of Tags.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.data()
-
-
-
-