Class MessagingAttachmentResultData


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

      • MessagingAttachmentResultData

        public MessagingAttachmentResultData​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id,
                                             org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId,
                                             org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fileName,
                                             org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> fileSize,
                                             org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fileType)
      • MessagingAttachmentResultData

        public MessagingAttachmentResultData()
    • 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
      • fileName

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fileName()
        Name of the attached file
      • fileSize

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> fileSize()
        Size of the attached file
      • fileType

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fileType()
        MIME type of the attached file
      • withId

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

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

        public MessagingAttachmentResultData withFileName​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fileName)
        Name of the attached file
      • withFileSize

        public MessagingAttachmentResultData withFileSize​(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> fileSize)
        Size of the attached file
      • withFileType

        public MessagingAttachmentResultData withFileType​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fileType)
        MIME type of the attached file
      • 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