Interface CloseCaseResponse.Builder

  • Method Details

    • caseStatus

      CloseCaseResponse.Builder caseStatus(String caseStatus)

      A response element providing responses for requests to CloseCase. This element responds Closed if successful.

      Parameters:
      caseStatus - A response element providing responses for requests to CloseCase. This element responds Closed if successful.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • caseStatus

      CloseCaseResponse.Builder caseStatus(CaseStatus caseStatus)

      A response element providing responses for requests to CloseCase. This element responds Closed if successful.

      Parameters:
      caseStatus - A response element providing responses for requests to CloseCase. This element responds Closed if successful.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • closedDate

      CloseCaseResponse.Builder closedDate(Instant closedDate)

      A response element providing responses for requests to CloseCase. This element responds with the ISO-8601 formatted timestamp of the moment when the case was closed.

      Parameters:
      closedDate - A response element providing responses for requests to CloseCase. This element responds with the ISO-8601 formatted timestamp of the moment when the case was closed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.