Class ContentBlockType


  • public class ContentBlockType
    extends java.lang.Object
    ContentBlockType - Stackone enum identifying the type of content block.
    • Constructor Detail

      • ContentBlockType

        public ContentBlockType​(org.openapitools.jackson.nullable.JsonNullable<? extends ContentBlockValue> value,
                                org.openapitools.jackson.nullable.JsonNullable<? extends ContentBlockSourceValue> sourceValue)
      • ContentBlockType

        public ContentBlockType()
    • Method Detail

      • value

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

        public org.openapitools.jackson.nullable.JsonNullable<ContentBlockSourceValue> sourceValue()
        The source value of the type.
      • withValue

        public ContentBlockType withValue​(org.openapitools.jackson.nullable.JsonNullable<? extends ContentBlockValue> value)
        The type of the content blocks.
      • 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