Interface ReportStatus.Builder

  • Method Details

    • lastDelivery

      ReportStatus.Builder lastDelivery(String lastDelivery)

      A timestamp that gives the date of a report delivery.

      Parameters:
      lastDelivery - A timestamp that gives the date of a report delivery.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastStatus

      ReportStatus.Builder lastStatus(String lastStatus)

      An enum that gives the status of a report delivery.

      Parameters:
      lastStatus - An enum that gives the status of a report delivery.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • lastStatus

      ReportStatus.Builder lastStatus(LastStatus lastStatus)

      An enum that gives the status of a report delivery.

      Parameters:
      lastStatus - An enum that gives the status of a report delivery.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: