Interface ListEngagementByAcceptingInvitationTasksResponse.Builder

    • Method Detail

      • nextToken

        ListEngagementByAcceptingInvitationTasksResponse.Builder nextToken​(String nextToken)

        A token used for pagination to retrieve the next page of results.If there are more results available, this field will contain a token that can be used in a subsequent API call to retrieve the next page. If there are no more results, this field will be null or an empty string.

        Parameters:
        nextToken - A token used for pagination to retrieve the next page of results.If there are more results available, this field will contain a token that can be used in a subsequent API call to retrieve the next page. If there are no more results, this field will be null or an empty string.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • taskSummaries

        ListEngagementByAcceptingInvitationTasksResponse.Builder taskSummaries​(Collection<ListEngagementByAcceptingInvitationTaskSummary> taskSummaries)

        An array of EngagementByAcceptingInvitationTaskSummary objects, each representing a task that matches the specified filters. The array may be empty if no tasks match the criteria.

        Parameters:
        taskSummaries - An array of EngagementByAcceptingInvitationTaskSummary objects, each representing a task that matches the specified filters. The array may be empty if no tasks match the criteria.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • taskSummaries

        ListEngagementByAcceptingInvitationTasksResponse.Builder taskSummaries​(ListEngagementByAcceptingInvitationTaskSummary... taskSummaries)

        An array of EngagementByAcceptingInvitationTaskSummary objects, each representing a task that matches the specified filters. The array may be empty if no tasks match the criteria.

        Parameters:
        taskSummaries - An array of EngagementByAcceptingInvitationTaskSummary objects, each representing a task that matches the specified filters. The array may be empty if no tasks match the criteria.
        Returns:
        Returns a reference to this object so that method calls can be chained together.