Interface ResolveCaseResponse.Builder

    • Method Detail

      • initialCaseStatus

        ResolveCaseResponse.Builder initialCaseStatus​(String initialCaseStatus)

        The status of the case when the ResolveCase request was sent.

        Parameters:
        initialCaseStatus - The status of the case when the ResolveCase request was sent.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • finalCaseStatus

        ResolveCaseResponse.Builder finalCaseStatus​(String finalCaseStatus)

        The status of the case after the ResolveCase request was processed.

        Parameters:
        finalCaseStatus - The status of the case after the ResolveCase request was processed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.