Class ContentType


  • public class ContentType
    extends java.lang.Object
    ContentType

    The type of content

    • Constructor Detail

      • ContentType

        public ContentType​(org.openapitools.jackson.nullable.JsonNullable<? extends ContentValue> value,
                           org.openapitools.jackson.nullable.JsonNullable<? extends ContentSourceValue> sourceValue)
      • ContentType

        public ContentType()
    • Method Detail

      • value

        public org.openapitools.jackson.nullable.JsonNullable<ContentValue> value()
      • sourceValue

        public org.openapitools.jackson.nullable.JsonNullable<ContentSourceValue> sourceValue()
      • withValue

        public ContentType withValue​(org.openapitools.jackson.nullable.JsonNullable<? extends ContentValue> value)
      • withSourceValue

        public ContentType withSourceValue​(org.openapitools.jackson.nullable.JsonNullable<? extends ContentSourceValue> sourceValue)
      • 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