| Interface | Description |
|---|---|
| HolidaySearcher |
This functional interface provides a single method for searching holidays based on country.
|
| Class | Description |
|---|---|
| GoogleCalendarAPI |
This class implements
app.pickmaven.businessdays.api.HolidaySearcher interface for getting a list of LocalDate objects representing
the holidays for specific countries using the app.pickmaven.businessdays.api.GoogleCalendarAPI of Google. |
| PublicHolidayAPI |
This class implements
app.pickmaven.businessdays.api.HolidaySearcher interface for getting a list of LocalDate objects representing
the holidays for specific countries using the app.pickmaven.businessdays.api.PublicHolidayAPI of RapidAPI. |
Copyright © 2020. All rights reserved.