Interface SchemaBoolean

All Superinterfaces:
Prototype.Api, SchemaItem
All Known Implementing Classes:
SchemaBoolean.BuilderBase.SchemaBooleanImpl

public interface SchemaBoolean extends Prototype.Api, SchemaItem
Json schema related to the boolean value.
See Also:
  • Method Details

    • builder

      static SchemaBoolean.Builder builder()
      Create a new fluent API builder to customize configuration.
      Returns:
      a new builder
    • builder

      static SchemaBoolean.Builder builder(SchemaBoolean instance)
      Create a new fluent API builder from an existing instance.
      Parameters:
      instance - an existing instance used as a base for the builder
      Returns:
      a builder based on an instance
    • create

      static SchemaBoolean create()
      Create a new instance with default values.
      Returns:
      a new instance
    • schemaType

      SchemaType schemaType()