Interface ReportStatus.Builder

    • Method Detail

      • 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, LastStatus
      • 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:
        LastStatus, LastStatus