Interface ListProspectingFromEngagementTasksResponse.Builder

  • Method Details

    • nextToken

      A pagination token used to retrieve the next page of results. If this field is present, pass its value as NextToken in the next call. If absent or empty, there are no further pages.

      Parameters:
      nextToken - A pagination token used to retrieve the next page of results. If this field is present, pass its value as NextToken in the next call. If absent or empty, there are no further pages.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • taskSummaries

      Prospecting task summaries matching the specified filters. Each summary includes the task identifier, name, status counters, and timing information. If no tasks match the filter criteria, the list is empty.

      Parameters:
      taskSummaries - Prospecting task summaries matching the specified filters. Each summary includes the task identifier, name, status counters, and timing information. If no tasks match the filter criteria, the list is empty.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • taskSummaries

      Prospecting task summaries matching the specified filters. Each summary includes the task identifier, name, status counters, and timing information. If no tasks match the filter criteria, the list is empty.

      Parameters:
      taskSummaries - Prospecting task summaries matching the specified filters. Each summary includes the task identifier, name, status counters, and timing information. If no tasks match the filter criteria, the list is empty.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • taskSummaries

      Prospecting task summaries matching the specified filters. Each summary includes the task identifier, name, status counters, and timing information. If no tasks match the filter criteria, the list is empty.

      This is a convenience method that creates an instance of the ProspectingTaskSummary.Builder avoiding the need to create one manually via ProspectingTaskSummary.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to taskSummaries(List<ProspectingTaskSummary>).

      Parameters:
      taskSummaries - a consumer that will call methods on ProspectingTaskSummary.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: