Class LmsCreateContentRequestDtoContentType


  • public class LmsCreateContentRequestDtoContentType
    extends java.lang.Object
    LmsCreateContentRequestDtoContentType

    The type of content

    • Constructor Detail

      • LmsCreateContentRequestDtoContentType

        public LmsCreateContentRequestDtoContentType()
    • Method Detail

      • value

        public org.openapitools.jackson.nullable.JsonNullable<LmsCreateContentRequestDtoValue> value()
        The content type for write operations. Provide one of the listed enum values. If omitted or set to "unmapped_value", the source_value will be sent to the provider instead.
      • sourceValue

        public org.openapitools.jackson.nullable.JsonNullable<LmsCreateContentRequestDtoSourceValue> sourceValue()
        The provider-specific value to use when value is omitted or set to "unmapped_value". You are responsible for ensuring this matches the provider's expected format.
      • withValue

        public LmsCreateContentRequestDtoContentType withValue​(org.openapitools.jackson.nullable.JsonNullable<? extends LmsCreateContentRequestDtoValue> value)
        The content type for write operations. Provide one of the listed enum values. If omitted or set to "unmapped_value", the source_value will be sent to the provider instead.
      • 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