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