Interface SearchCasesResponse.Builder

    • Method Detail

      • cases

        SearchCasesResponse.Builder cases​(Collection<SearchCasesResponseItem> cases)

        A list of case documents where each case contains the properties CaseId and Fields where each field is a complex union structure.

        Parameters:
        cases - A list of case documents where each case contains the properties CaseId and Fields where each field is a complex union structure.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • cases

        SearchCasesResponse.Builder cases​(SearchCasesResponseItem... cases)

        A list of case documents where each case contains the properties CaseId and Fields where each field is a complex union structure.

        Parameters:
        cases - A list of case documents where each case contains the properties CaseId and Fields where each field is a complex union structure.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        SearchCasesResponse.Builder nextToken​(String nextToken)

        The token for the next set of results. This is null if there are no more results to return.

        Parameters:
        nextToken - The token for the next set of results. This is null if there are no more results to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.