Class Attachment


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

      • Attachment

        public Attachment​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> url,
                          org.openapitools.jackson.nullable.JsonNullable<? extends AttachmentContentType> contentType)
      • Attachment

        public Attachment()
    • Method Detail

      • url

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> url()
        The URL of the attachment.
      • contentType

        public org.openapitools.jackson.nullable.JsonNullable<AttachmentContentType> contentType()
      • withUrl

        public Attachment withUrl​(java.lang.String url)
        The URL of the attachment.
      • withUrl

        public Attachment withUrl​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> url)
        The URL of the attachment.
      • 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