Class AttachmentContentType


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

      • AttachmentContentType

        public AttachmentContentType​(org.openapitools.jackson.nullable.JsonNullable<? extends AttachmentValue> value,
                                     org.openapitools.jackson.nullable.JsonNullable<? extends AttachmentSourceValue> sourceValue)
      • AttachmentContentType

        public AttachmentContentType()
    • Method Detail

      • value

        public org.openapitools.jackson.nullable.JsonNullable<AttachmentValue> value()
        The content type of the attachment.
      • sourceValue

        public org.openapitools.jackson.nullable.JsonNullable<AttachmentSourceValue> sourceValue()
        The source value of the content type.
      • 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