Interface CloseCaseResponse.Builder

  • Method Details

    • caseStatus

      CloseCaseResponse.Builder caseStatus(String caseStatus)

      A response element providing responses for requests to CloseCase. This element responds with the case status following the action.

      Parameters:
      caseStatus - A response element providing responses for requests to CloseCase. This element responds with the case status following the action.
      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 with the case status following the action.

      Parameters:
      caseStatus - A response element providing responses for requests to CloseCase. This element responds with the case status following the action.
      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 case closure date following the action.

      Parameters:
      closedDate - A response element providing responses for requests to CloseCase. This element responds with the case closure date following the action.
      Returns:
      Returns a reference to this object so that method calls can be chained together.