Class MessagingAttachment


  • public class MessagingAttachment
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      MessagingAttachment()  
      MessagingAttachment​(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)  
    • Constructor Detail

      • MessagingAttachment

        public MessagingAttachment​(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)
      • MessagingAttachment

        public MessagingAttachment()
    • 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 MessagingAttachment withId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
        Unique identifier
      • withRemoteId

        public MessagingAttachment withRemoteId​(java.lang.String remoteId)
        Provider's unique identifier
      • withRemoteId

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

        public MessagingAttachment withFileName​(java.lang.String fileName)
        Name of the attached file
      • withFileName

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

        public MessagingAttachment withFileSize​(double fileSize)
        Size of the attached file
      • withFileSize

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

        public MessagingAttachment withFileType​(java.lang.String fileType)
        MIME type of the attached file
      • withFileType

        public MessagingAttachment 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