Package com.courier.models.notifications
Class NotificationListResponse.Result.Tags
-
- All Implemented Interfaces:
public final class NotificationListResponse.Result.Tags
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classNotificationListResponse.Result.Tags.BuilderA builder for Tags.
public final classNotificationListResponse.Result.Tags.Data
-
Method Summary
Modifier and Type Method Description final List<NotificationListResponse.Result.Tags.Data>data()final JsonField<List<NotificationListResponse.Result.Tags.Data>>_data()Returns the raw JSON value of data. final Map<String, JsonValue>_additionalProperties()final NotificationListResponse.Result.Tags.BuildertoBuilder()final NotificationListResponse.Result.Tagsvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static NotificationListResponse.Result.Tags.Builderbuilder()Returns a mutable builder for constructing an instance of Tags. -
-
Method Detail
-
data
final List<NotificationListResponse.Result.Tags.Data> data()
-
_data
final JsonField<List<NotificationListResponse.Result.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.Tags.Builder toBuilder()
-
validate
final NotificationListResponse.Result.Tags validate()
-
builder
final static NotificationListResponse.Result.Tags.Builder builder()
Returns a mutable builder for constructing an instance of Tags.
The following fields are required:
.data()
-
-
-
-