Interface CloseCaseResponse.Builder

    • Method Detail

      • 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, CaseStatus
      • 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:
        CaseStatus, CaseStatus
      • 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.