Interface MaintenanceStatus.Builder

  • Method Details

    • maintenanceDay

      MaintenanceStatus.Builder maintenanceDay(String maintenanceDay)
      The currently selected maintenance day.
      Parameters:
      maintenanceDay - The currently selected maintenance day.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • maintenanceDay

      MaintenanceStatus.Builder maintenanceDay(MaintenanceDay maintenanceDay)
      The currently selected maintenance day.
      Parameters:
      maintenanceDay - The currently selected maintenance day.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • maintenanceDeadline

      MaintenanceStatus.Builder maintenanceDeadline(String maintenanceDeadline)
      Maintenance is required by the displayed date and time. Date and time is in ISO.
      Parameters:
      maintenanceDeadline - Maintenance is required by the displayed date and time. Date and time is in ISO.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maintenanceScheduledDate

      MaintenanceStatus.Builder maintenanceScheduledDate(String maintenanceScheduledDate)
      The currently scheduled maintenance date and time. Date and time is in ISO.
      Parameters:
      maintenanceScheduledDate - The currently scheduled maintenance date and time. Date and time is in ISO.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maintenanceStartTime

      MaintenanceStatus.Builder maintenanceStartTime(String maintenanceStartTime)
      The currently selected maintenance start time. Time is in UTC.
      Parameters:
      maintenanceStartTime - The currently selected maintenance start time. Time is in UTC.
      Returns:
      Returns a reference to this object so that method calls can be chained together.