Interface OpenHoursRule.Builder

    • Method Detail

      • startTime

        OpenHoursRule.Builder startTime​(String startTime)

        The start of the scheduled time, in ISO 8601 format, when the channel can send messages.

        Parameters:
        startTime - The start of the scheduled time, in ISO 8601 format, when the channel can send messages.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endTime

        OpenHoursRule.Builder endTime​(String endTime)

        The end of the scheduled time, in ISO 8601 format, when the channel can't send messages.

        Parameters:
        endTime - The end of the scheduled time, in ISO 8601 format, when the channel can't send messages.
        Returns:
        Returns a reference to this object so that method calls can be chained together.