| Interface | Description |
|---|---|
| HolidaySearcher |
This functional interface provides a single method for searching holidays based on country.
|
| Class | Description |
|---|---|
| BusinessDay |
This class is responsible for computing the next business day.
|
| BusinessDay.Builder |
Public builder for creating instances of
app.pickmaven.businessdays.BusinessDay objects. |
| GoogleCalendarAPI |
This class implements
app.pickmaven.businessdays.HolidaySearcher interface for getting a list of LocalDate objects representing
the holidays for specific countries using the app.pickmaven.businessdays.GoogleCalendarAPI of Google. |
| Holiday |
The base unit to refer to the holiday date.
|
| Holidays |
The collection object storing reference to the
app.pickmaven.businessdays.Holiday objects. |
| HolidayUtils |
Utility class for computing holidays and convert dates.
|
| PublicHolidayAPI |
This class implements
app.pickmaven.businessdays.HolidaySearcher interface for getting a list of LocalDate objects representing
the holidays for specific countries using the app.pickmaven.businessdays.PublicHolidayAPI of RapidAPI. |
| TemporalRange |
The base unit to refer to a temporal range between two
LocalDate objects. |
| TemporalRange.Builder |
Public builder for creating instances of
app.pickmaven.businessdays.TemporalRange objects. |
Copyright © 2020. All rights reserved.