Interface SopRecommendation.Builder

    • Method Detail

      • appComponentName

        SopRecommendation.Builder appComponentName​(String appComponentName)

        Name of the Application Component.

        Parameters:
        appComponentName - Name of the Application Component.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        SopRecommendation.Builder description​(String description)

        Description of the SOP recommendation.

        Parameters:
        description - Description of the SOP recommendation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        SopRecommendation.Builder items​(RecommendationItem... items)

        The recommendation items.

        Parameters:
        items - The recommendation items.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        SopRecommendation.Builder name​(String name)

        Name of the SOP recommendation.

        Parameters:
        name - Name of the SOP recommendation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • prerequisite

        SopRecommendation.Builder prerequisite​(String prerequisite)

        Prerequisite for the SOP recommendation.

        Parameters:
        prerequisite - Prerequisite for the SOP recommendation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • recommendationId

        SopRecommendation.Builder recommendationId​(String recommendationId)

        Identifier for the SOP recommendation.

        Parameters:
        recommendationId - Identifier for the SOP recommendation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • recommendationStatus

        SopRecommendation.Builder recommendationStatus​(String recommendationStatus)

        Status of the recommended standard operating procedure.

        Parameters:
        recommendationStatus - Status of the recommended standard operating procedure.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RecommendationStatus, RecommendationStatus
      • referenceId

        SopRecommendation.Builder referenceId​(String referenceId)

        Reference identifier for the SOP recommendation.

        Parameters:
        referenceId - Reference identifier for the SOP recommendation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.