Interface UpdateResolverTypeResponse.Builder

    • Method Detail

      • caseId

        UpdateResolverTypeResponse.Builder caseId​(String caseId)

        Response element for UpdateResolver identifying the case ID being updated.

        Parameters:
        caseId - Response element for UpdateResolver identifying the case ID being updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • caseStatus

        UpdateResolverTypeResponse.Builder caseStatus​(String caseStatus)

        Response element for UpdateResolver identifying the current status of the case.

        Parameters:
        caseStatus - Response element for UpdateResolver identifying the current status of the case.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CaseStatus, CaseStatus
      • caseStatus

        UpdateResolverTypeResponse.Builder caseStatus​(CaseStatus caseStatus)

        Response element for UpdateResolver identifying the current status of the case.

        Parameters:
        caseStatus - Response element for UpdateResolver identifying the current status of the case.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CaseStatus, CaseStatus
      • resolverType

        UpdateResolverTypeResponse.Builder resolverType​(String resolverType)

        Response element for UpdateResolver identifying the current resolver of the case.

        Parameters:
        resolverType - Response element for UpdateResolver identifying the current resolver of the case.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ResolverType, ResolverType
      • resolverType

        UpdateResolverTypeResponse.Builder resolverType​(ResolverType resolverType)

        Response element for UpdateResolver identifying the current resolver of the case.

        Parameters:
        resolverType - Response element for UpdateResolver identifying the current resolver of the case.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ResolverType, ResolverType