Interface RecommendedActionUpdate.Builder

    • Method Detail

      • actionId

        RecommendedActionUpdate.Builder actionId​(String actionId)

        A unique identifier of the updated recommendation action.

        Parameters:
        actionId - A unique identifier of the updated recommendation action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        RecommendedActionUpdate.Builder status​(String status)

        The status of the updated recommendation action.

        • applied

        • scheduled

        Parameters:
        status - The status of the updated recommendation action.

        • applied

        • scheduled

        Returns:
        Returns a reference to this object so that method calls can be chained together.