Interface DateSetAttribute

All Superinterfaces:
Attribute
All Known Implementing Classes:
DateSetAttributeImpl

public interface DateSetAttribute extends Attribute

This type represents an attribute whose value is a set of dates.


Example to create an instance using the builder pattern

     DateSetAttribute dateSetAttribute = DateSetAttribute.builder()
             .plusValue(valueBuilder -> valueBuilder)
             .build()