Class Level.Builder

  • Enclosing class:
    Level

    public static final class Level.Builder
    extends java.lang.Object
    • Method Detail

      • value

        public Level.Builder value​(CategoryLevelValue value)
        The unified category level. For write operations: provide one of the listed enum values, or omit/set to "unmapped_value" to use source_value instead.
      • value

        public Level.Builder value​(org.openapitools.jackson.nullable.JsonNullable<? extends CategoryLevelValue> value)
        The unified category level. For write operations: provide one of the listed enum values, or omit/set to "unmapped_value" to use source_value instead.
      • sourceValue

        public Level.Builder sourceValue​(CategoryLevelSourceValue sourceValue)
        For read operations: the original category level from the provider. For write operations: fallback value used when value is omitted or "unmapped_value". You must ensure this matches the provider's format.
      • sourceValue

        public Level.Builder sourceValue​(org.openapitools.jackson.nullable.JsonNullable<? extends CategoryLevelSourceValue> sourceValue)
        For read operations: the original category level from the provider. For write operations: fallback value used when value is omitted or "unmapped_value". You must ensure this matches the provider's format.
      • build

        public Level build()