Package com.courier.models.notifications
Class NotificationListParams
-
- All Implemented Interfaces:
-
com.courier.core.Params
public final class NotificationListParams implements Params
List notification templates in your workspace.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classNotificationListParams.BuilderA builder for NotificationListParams.
-
Method Summary
Modifier and Type Method Description final Optional<String>cursor()Opaque pagination cursor from a previous response. final Optional<String>eventId()Filter to templates linked to this event map ID. final Optional<Boolean>notes()Include template notes in the response. final Headers_additionalHeaders()Additional headers to send with the request. final QueryParams_additionalQueryParams()Additional query param to send with the request. final NotificationListParams.BuildertoBuilder()Headers_headers()The full set of headers in the parameters, including both fixed and additional headers. QueryParams_queryParams()The full set of query params in the parameters, including both fixed and additional query params. Booleanequals(Object other)IntegerhashCode()StringtoString()final static NotificationListParamsnone()final static NotificationListParams.Builderbuilder()Returns a mutable builder for constructing an instance of NotificationListParams. -
-
Method Detail
-
cursor
final Optional<String> cursor()
Opaque pagination cursor from a previous response. Omit for the first page.
-
notes
final Optional<Boolean> notes()
Include template notes in the response. Only applies to legacy templates.
-
_additionalHeaders
final Headers _additionalHeaders()
Additional headers to send with the request.
-
_additionalQueryParams
final QueryParams _additionalQueryParams()
Additional query param to send with the request.
-
toBuilder
final NotificationListParams.Builder toBuilder()
-
_headers
Headers _headers()
The full set of headers in the parameters, including both fixed and additional headers.
-
_queryParams
QueryParams _queryParams()
The full set of query params in the parameters, including both fixed and additional query params.
-
none
final static NotificationListParams none()
-
builder
final static NotificationListParams.Builder builder()
Returns a mutable builder for constructing an instance of NotificationListParams.
-
-
-
-