Class BatchMarkAsUnseenParams.Body
-
- All Implemented Interfaces:
public final class BatchMarkAsUnseenParams.BodyRequest to update the status of multiple messages in batch.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBatchMarkAsUnseenParams.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 BatchMarkAsUnseenParams.Body.BuildertoBuilder()final BatchMarkAsUnseenParams.Bodyvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BatchMarkAsUnseenParams.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 BatchMarkAsUnseenParams.Body.Builder toBuilder()
-
validate
final BatchMarkAsUnseenParams.Body validate()
-
builder
final static BatchMarkAsUnseenParams.Body.Builder builder()
Returns a mutable builder for constructing an instance of Body.
The following fields are required:
.messageIds()
-
-
-
-