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.ResultV2 (CDS) template summary returned in list responses.
-
Method Summary
Modifier and Type Method Description final Pagingpaging()final List<NotificationListResponse.Result>results()Notification templates in this workspace. 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()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.Builderbuilder()Returns a mutable builder for constructing an instance of NotificationListResponse. -
-
Method Detail
-
results
final List<NotificationListResponse.Result> results()
Notification templates in this workspace.
-
_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()
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.Builder builder()
Returns a mutable builder for constructing an instance of NotificationListResponse.
The following fields are required:
.paging() .results()
-
-
-
-