Interface HandOffTime.Builder

    • Method Detail

      • hourOfDay

        HandOffTime.Builder hourOfDay​(Integer hourOfDay)

        The hour when an on-call rotation shift begins or ends.

        Parameters:
        hourOfDay - The hour when an on-call rotation shift begins or ends.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • minuteOfHour

        HandOffTime.Builder minuteOfHour​(Integer minuteOfHour)

        The minute when an on-call rotation shift begins or ends.

        Parameters:
        minuteOfHour - The minute when an on-call rotation shift begins or ends.
        Returns:
        Returns a reference to this object so that method calls can be chained together.