Class ApplicationAttachment


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

      • ApplicationAttachment

        public ApplicationAttachment​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fileName,
                                     org.openapitools.jackson.nullable.JsonNullable<java.lang.String> content,
                                     org.openapitools.jackson.nullable.JsonNullable<java.lang.String> url,
                                     org.openapitools.jackson.nullable.JsonNullable<? extends ApplicationAttachmentContentType> contentType)
      • ApplicationAttachment

        public ApplicationAttachment()
    • Method Detail

      • fileName

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fileName()
        The file name of the attachment.
      • content

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

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

        public ApplicationAttachment withFileName​(java.lang.String fileName)
        The file name of the attachment.
      • withFileName

        public ApplicationAttachment withFileName​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fileName)
        The file name of the attachment.
      • withContent

        public ApplicationAttachment withContent​(java.lang.String content)
        The content of the attachment.
      • withContent

        public ApplicationAttachment withContent​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> content)
        The content of the attachment.
      • withUrl

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