Package com.courier.models.notifications
Class NotificationListResponse.Result.Notification.Tags
-
- All Implemented Interfaces:
public final class NotificationListResponse.Result.Notification.Tags
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classNotificationListResponse.Result.Notification.Tags.BuilderA builder for Tags.
public final classNotificationListResponse.Result.Notification.Tags.Data
-
Method Summary
Modifier and Type Method Description final List<NotificationListResponse.Result.Notification.Tags.Data>data()final JsonField<List<NotificationListResponse.Result.Notification.Tags.Data>>_data()Returns the raw JSON value of data. final Map<String, JsonValue>_additionalProperties()final NotificationListResponse.Result.Notification.Tags.BuildertoBuilder()final NotificationListResponse.Result.Notification.Tagsvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static NotificationListResponse.Result.Notification.Tags.Builderbuilder()Returns a mutable builder for constructing an instance of Tags. -
-
Method Detail
-
data
final List<NotificationListResponse.Result.Notification.Tags.Data> data()
-
_data
final JsonField<List<NotificationListResponse.Result.Notification.Tags.Data>> _data()
Returns the raw JSON value of data.
Unlike data, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final NotificationListResponse.Result.Notification.Tags.Builder toBuilder()
-
validate
final NotificationListResponse.Result.Notification.Tags validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static NotificationListResponse.Result.Notification.Tags.Builder builder()
Returns a mutable builder for constructing an instance of Tags.
The following fields are required:
.data()
-
-
-
-