Interface ReportDestination.Builder

  • Method Details

    • integrationId

      ReportDestination.Builder integrationId(String integrationId)

      The integration identifier for the document provider.

      Parameters:
      integrationId - The integration identifier for the document provider.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • containerId

      ReportDestination.Builder containerId(String containerId)

      The container identifier where the report will be published.

      Parameters:
      containerId - The container identifier where the report will be published.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • parentId

      ReportDestination.Builder parentId(String parentId)

      The parent document identifier under which the report will be created.

      Parameters:
      parentId - The parent document identifier under which the report will be created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • documentId

      ReportDestination.Builder documentId(String documentId)

      The existing document identifier to update instead of creating a new document.

      Parameters:
      documentId - The existing document identifier to update instead of creating a new document.
      Returns:
      Returns a reference to this object so that method calls can be chained together.