Package com.courier.models.notifications
Class NotificationListResponse
-
- All Implemented Interfaces:
public final class NotificationListResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classNotificationListResponse.BuilderA builder for NotificationListResponse.
public final classNotificationListResponse.Result
-
Method Summary
Modifier and Type Method Description final Pagingpaging()final List<NotificationListResponse.Result>results()final JsonField<Paging>_paging()Returns the raw JSON value of paging. final JsonField<List<NotificationListResponse.Result>>_results()Returns the raw JSON value of results. final Map<String, JsonValue>_additionalProperties()final NotificationListResponse.BuildertoBuilder()final NotificationListResponsevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static NotificationListResponse.Builderbuilder()Returns a mutable builder for constructing an instance of NotificationListResponse. -
-
Method Detail
-
results
final List<NotificationListResponse.Result> results()
-
_paging
final JsonField<Paging> _paging()
Returns the raw JSON value of paging.
Unlike paging, this method doesn't throw if the JSON field has an unexpected type.
-
_results
final JsonField<List<NotificationListResponse.Result>> _results()
Returns the raw JSON value of results.
Unlike results, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final NotificationListResponse.Builder toBuilder()
-
validate
final NotificationListResponse validate()
-
builder
final static NotificationListResponse.Builder builder()
Returns a mutable builder for constructing an instance of NotificationListResponse.
The following fields are required:
.paging() .results()
-
-
-
-