Interface CustomFieldBooleanType

All Superinterfaces:
FieldType
All Known Implementing Classes:
CustomFieldBooleanTypeImpl

public interface CustomFieldBooleanType extends FieldType

Field type for Boolean values.


Example to create an instance using the builder pattern

     CustomFieldBooleanType customFieldBooleanType = CustomFieldBooleanType.builder()
             .build()