Class MessagingMessageResultData


  • public class MessagingMessageResultData
    extends java.lang.Object
    • Constructor Detail

      • MessagingMessageResultData

        public MessagingMessageResultData​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id,
                                          org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId,
                                          org.openapitools.jackson.nullable.JsonNullable<? extends MessagingMessageResultContent> content,
                                          org.openapitools.jackson.nullable.JsonNullable<java.lang.String> parentMessageId,
                                          org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<MessagingAttachment>> attachments,
                                          org.openapitools.jackson.nullable.JsonNullable<? extends MessagingMessageResultAuthor> author,
                                          org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt,
                                          org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
      • MessagingMessageResultData

        public MessagingMessageResultData()
    • Method Detail

      • id

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
        Unique identifier
      • remoteId

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
        Provider's unique identifier
      • parentMessageId

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> parentMessageId()
        ID of the parent message if this is a reply
      • attachments

        public org.openapitools.jackson.nullable.JsonNullable<java.util.List<MessagingAttachment>> attachments()
        List of attachments in the message
      • createdAt

        public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt()
        Timestamp when the message was created
      • updatedAt

        public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt()
        Timestamp when the message was last updated
      • withId

        public MessagingMessageResultData withId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
        Unique identifier
      • withRemoteId

        public MessagingMessageResultData withRemoteId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
        Provider's unique identifier
      • withParentMessageId

        public MessagingMessageResultData withParentMessageId​(java.lang.String parentMessageId)
        ID of the parent message if this is a reply
      • withParentMessageId

        public MessagingMessageResultData withParentMessageId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> parentMessageId)
        ID of the parent message if this is a reply
      • withCreatedAt

        public MessagingMessageResultData withCreatedAt​(java.time.OffsetDateTime createdAt)
        Timestamp when the message was created
      • withCreatedAt

        public MessagingMessageResultData withCreatedAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
        Timestamp when the message was created
      • withUpdatedAt

        public MessagingMessageResultData withUpdatedAt​(java.time.OffsetDateTime updatedAt)
        Timestamp when the message was last updated
      • withUpdatedAt

        public MessagingMessageResultData withUpdatedAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
        Timestamp when the message was last updated
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object