Class LmsUpsertContentRequestDtoContentType


  • public class LmsUpsertContentRequestDtoContentType
    extends java.lang.Object
    LmsUpsertContentRequestDtoContentType

    The type of content

    • Constructor Detail

      • LmsUpsertContentRequestDtoContentType

        public LmsUpsertContentRequestDtoContentType()
    • Method Detail

      • value

        public org.openapitools.jackson.nullable.JsonNullable<LmsUpsertContentRequestDtoValue> 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<LmsUpsertContentRequestDtoSourceValue> 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 LmsUpsertContentRequestDtoContentType withValue​(org.openapitools.jackson.nullable.JsonNullable<? extends LmsUpsertContentRequestDtoValue> 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