Package app.knock.api.models.messages
Class MessageMarkAsSeenParams
-
- All Implemented Interfaces:
-
app.knock.api.core.Params
public final class MessageMarkAsSeenParams implements Params
Marks a message as
seen. This indicates that the user has viewed the message in their feed or inbox. Read more about message engagement statuses /send-notifications/message-statuses#engagement-status.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classMessageMarkAsSeenParams.BuilderA builder for MessageMarkAsSeenParams.
-
Method Summary
Modifier and Type Method Description final Optional<String>messageId()final Map<String, JsonValue>_additionalBodyProperties()final Headers_additionalHeaders()final QueryParams_additionalQueryParams()final MessageMarkAsSeenParams.BuildertoBuilder()final Optional<Map<String, JsonValue>>_body()final String_pathParam(Integer index)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 MessageMarkAsSeenParamsnone()final static MessageMarkAsSeenParams.Builderbuilder()Returns a mutable builder for constructing an instance of MessageMarkAsSeenParams. -
-
Method Detail
-
_additionalBodyProperties
final Map<String, JsonValue> _additionalBodyProperties()
-
_additionalHeaders
final Headers _additionalHeaders()
-
_additionalQueryParams
final QueryParams _additionalQueryParams()
-
toBuilder
final MessageMarkAsSeenParams.Builder toBuilder()
-
_pathParam
final String _pathParam(Integer index)
-
_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 MessageMarkAsSeenParams none()
-
builder
final static MessageMarkAsSeenParams.Builder builder()
Returns a mutable builder for constructing an instance of MessageMarkAsSeenParams.
-
-
-
-