Interface CustomFieldTimeType

All Superinterfaces:
FieldType
All Known Implementing Classes:
CustomFieldTimeTypeImpl

public interface CustomFieldTimeType extends FieldType

Field type for Time values.


Example to create an instance using the builder pattern

     CustomFieldTimeType customFieldTimeType = CustomFieldTimeType.builder()
             .build()