Interface StartDirectoryListingResponse.Builder

  • Method Details

    • listingId

      Returns a unique identifier for the directory listing call.

      Parameters:
      listingId - Returns a unique identifier for the directory listing call.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • outputFileName

      StartDirectoryListingResponse.Builder outputFileName(String outputFileName)

      Returns the file name where the results are stored. This is a combination of the connector ID and the listing ID: <connector-id>-<listing-id>.json.

      Parameters:
      outputFileName - Returns the file name where the results are stored. This is a combination of the connector ID and the listing ID: <connector-id>-<listing-id>.json.
      Returns:
      Returns a reference to this object so that method calls can be chained together.