Interface ReportFilter.Builder

    • Method Detail

      • status

        ReportFilter.Builder status​(String status)

        The status used to filter reports. You can filter using one status only.

        Parameters:
        status - The status used to filter reports. You can filter using one status only.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ReportStatusType, ReportStatusType
      • status

        ReportFilter.Builder status​(ReportStatusType status)

        The status used to filter reports. You can filter using one status only.

        Parameters:
        status - The status used to filter reports. You can filter using one status only.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ReportStatusType, ReportStatusType