Interface SearchProductsAsAdminResponse.Builder

    • Method Detail

      • productViewDetails

        SearchProductsAsAdminResponse.Builder productViewDetails​(Collection<ProductViewDetail> productViewDetails)

        Information about the product views.

        Parameters:
        productViewDetails - Information about the product views.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • productViewDetails

        SearchProductsAsAdminResponse.Builder productViewDetails​(ProductViewDetail... productViewDetails)

        Information about the product views.

        Parameters:
        productViewDetails - Information about the product views.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextPageToken

        SearchProductsAsAdminResponse.Builder nextPageToken​(String nextPageToken)

        The page token to use to retrieve the next set of results. If there are no additional results, this value is null.

        Parameters:
        nextPageToken - The page token to use to retrieve the next set of results. If there are no additional results, this value is null.
        Returns:
        Returns a reference to this object so that method calls can be chained together.