Class BatchMarkAsSeenParams.Body
-
- All Implemented Interfaces:
public final class BatchMarkAsSeenParams.BodyRequest to update the status of multiple messages in batch.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBatchMarkAsSeenParams.Body.BuilderA builder for Body.
-
Method Summary
Modifier and Type Method Description final List<String>messageIds()The message IDs to update the status of. final JsonField<List<String>>_messageIds()Returns the raw JSON value of messageIds. final Map<String, JsonValue>_additionalProperties()final BatchMarkAsSeenParams.Body.BuildertoBuilder()final BatchMarkAsSeenParams.Bodyvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BatchMarkAsSeenParams.Body.Builderbuilder()Returns a mutable builder for constructing an instance of Body. -
-
Method Detail
-
messageIds
final List<String> messageIds()
The message IDs to update the status of.
-
_messageIds
final JsonField<List<String>> _messageIds()
Returns the raw JSON value of messageIds.
Unlike messageIds, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BatchMarkAsSeenParams.Body.Builder toBuilder()
-
validate
final BatchMarkAsSeenParams.Body validate()
-
builder
final static BatchMarkAsSeenParams.Body.Builder builder()
Returns a mutable builder for constructing an instance of Body.
The following fields are required:
.messageIds()
-
-
-
-