Interface ListCaseEditsResponse.Builder

    • Method Detail

      • nextToken

        ListCaseEditsResponse.Builder nextToken​(String nextToken)

        Optional element.

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

        ListCaseEditsResponse.Builder items​(Collection<CaseEditItem> items)

        Response element for ListCaseEdits that includes the action, eventtimestamp, message, and principal for the response.

        Parameters:
        items - Response element for ListCaseEdits that includes the action, eventtimestamp, message, and principal for the response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        ListCaseEditsResponse.Builder items​(CaseEditItem... items)

        Response element for ListCaseEdits that includes the action, eventtimestamp, message, and principal for the response.

        Parameters:
        items - Response element for ListCaseEdits that includes the action, eventtimestamp, message, and principal for the response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • total

        ListCaseEditsResponse.Builder total​(Integer total)

        Response element for ListCaseEdits that identifies the total number of edits.

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