Interface BusinessTimeSlot


  • public interface BusinessTimeSlot
    Represents a business hour time slot object
    Since:
    11.20
    • Method Detail

      • getStartTime

        java.lang.String getStartTime()
        Returns:
        the start for this time slot in the format HH:mm (see SimpleDateFormat)
        Since:
        11.20
      • getEndTime

        java.lang.String getEndTime()
        Returns:
        the end for this time slot in the format HH:mm (see SimpleDateFormat)
        Since:
        11.20
      • getActiveDaysOfWeek

        java.util.EnumSet<java.time.DayOfWeek> getActiveDaysOfWeek()
        Returns a set indicating for which weekdays this time slot is defined.
        Returns:
        the weekday set
        Since:
        11.20