Class Report.Request

  • Enclosing class:
    Report

    public static final class Report.Request
    extends Object
    • Method Detail

      • toJson

        public String toJson()
      • name

        public Report.Request name​(String name)
        Report type string identifier. See the “Report Types” section of this documentation
        Parameters:
        name - Report type string identifier. See the “Report Types” section of this documentation
        Returns:
        The Report request object.
      • result

        public Report.Request result​(String result)
        The result of the report
        Parameters:
        result - The result of the report
        Returns:
        The Report request object.
      • getName

        public String getName()
        Report type string identifier. See the “Report Types” section of this documentation
        Returns:
        Report type string identifier. See the “Report Types” section of this documentation
      • getResult

        public String getResult()
        The result of the report
        Returns:
        The result of the report