java.lang.Object
org.holiday.calendar.Holiday.HolidayBuilder
- Enclosing interface:
Holiday
Builder for configurable construction of
Holiday objects.-
Method Summary
Modifier and TypeMethodDescriptionanniversaryDate(LocalDate anniversaryDate) build()Build theHolidayobject.description(String description) observance(Observance observance) rollable(boolean rollable) type(Holiday.Type type)
-
Method Details
-
type
-
type
-
name
-
description
-
rollable
-
monthDay
-
monthDay
-
monthDay
-
observance
-
anniversaryDate
-
build
Build theHolidayobject.- Returns:
- constructed holiday
- Throws:
NullPointerException- iftypewas not set prior to invocation of this method
-