Class CloseCaseResponse

    • Method Detail

      • caseStatus

        public final CaseStatus caseStatus()

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

        If the service returns an enum value that is not available in the current SDK version, caseStatus will return CaseStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from caseStatusAsString().

        Returns:
        A response element providing responses for requests to CloseCase. This element responds with the case status following the action.
        See Also:
        CaseStatus
      • caseStatusAsString

        public final String caseStatusAsString()

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

        If the service returns an enum value that is not available in the current SDK version, caseStatus will return CaseStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from caseStatusAsString().

        Returns:
        A response element providing responses for requests to CloseCase. This element responds with the case status following the action.
        See Also:
        CaseStatus
      • closedDate

        public final Instant closedDate()

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

        Returns:
        A response element providing responses for requests to CloseCase. This element responds with the case closure date following the action.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object