Interface Holidays.HolidayInstance

Enclosing interface:
Holidays

public static interface Holidays.HolidayInstance
Represents a holiday instance.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the holiday category, e.g.
    Get the date of the holiday.
    Get the local name of the holiday.
  • Method Details

    • getCategory

      String getCategory()
      Get the holiday category, e.g. "public".
      Returns:
      the holiday category, e.g. "public".
    • getName

      String getName()
      Get the local name of the holiday.
      Returns:
      the local name of the holiday.
    • getDate

      LocalDate getDate()
      Get the date of the holiday.
      Returns:
      the date of the holiday.