Interface AttributeBooleanType

All Superinterfaces:
AttributeType
All Known Implementing Classes:
AttributeBooleanTypeImpl

public interface AttributeBooleanType extends AttributeType

Attribute type for Boolean values. Valid values for the Attribute are true and false (JSON Boolean).


Example to create an instance using the builder pattern

     AttributeBooleanType attributeBooleanType = AttributeBooleanType.builder()
             .build()