Interface ListCommentsResponse.Builder

    • Method Detail

      • nextToken

        ListCommentsResponse.Builder nextToken​(String nextToken)

        Optional request elements.

        Parameters:
        nextToken - Optional request elements.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        ListCommentsResponse.Builder items​(Collection<ListCommentsItem> items)

        Response element for ListComments providing the body, commentID, createDate, creator, lastUpdatedBy and lastUpdatedDate for each response.

        Parameters:
        items - Response element for ListComments providing the body, commentID, createDate, creator, lastUpdatedBy and lastUpdatedDate for each response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        ListCommentsResponse.Builder items​(ListCommentsItem... items)

        Response element for ListComments providing the body, commentID, createDate, creator, lastUpdatedBy and lastUpdatedDate for each response.

        Parameters:
        items - Response element for ListComments providing the body, commentID, createDate, creator, lastUpdatedBy and lastUpdatedDate for each response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • total

        ListCommentsResponse.Builder total​(Integer total)

        Response element for ListComments identifying the number of responses.

        Parameters:
        total - Response element for ListComments identifying the number of responses.
        Returns:
        Returns a reference to this object so that method calls can be chained together.