Interface ListOpportunitiesResponse.Builder

    • Method Detail

      • nextToken

        ListOpportunitiesResponse.Builder nextToken​(String nextToken)

        A pagination token used to retrieve the next set of results in subsequent calls. This token is included in the response only if there are additional result pages available.

        Parameters:
        nextToken - A pagination token used to retrieve the next set of results in subsequent calls. This token is included in the response only if there are additional result pages available.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • opportunitySummaries

        ListOpportunitiesResponse.Builder opportunitySummaries​(Collection<OpportunitySummary> opportunitySummaries)

        An array that contains minimal details for opportunities that match the request criteria. This summary view provides a quick overview of relevant opportunities.

        Parameters:
        opportunitySummaries - An array that contains minimal details for opportunities that match the request criteria. This summary view provides a quick overview of relevant opportunities.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • opportunitySummaries

        ListOpportunitiesResponse.Builder opportunitySummaries​(OpportunitySummary... opportunitySummaries)

        An array that contains minimal details for opportunities that match the request criteria. This summary view provides a quick overview of relevant opportunities.

        Parameters:
        opportunitySummaries - An array that contains minimal details for opportunities that match the request criteria. This summary view provides a quick overview of relevant opportunities.
        Returns:
        Returns a reference to this object so that method calls can be chained together.