Interface SendProjectSessionActionResponse.Builder

    • Method Detail

      • result

        SendProjectSessionActionResponse.Builder result​(String result)

        A message indicating the result of performing the action.

        Parameters:
        result - A message indicating the result of performing the action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        SendProjectSessionActionResponse.Builder name​(String name)

        The name of the project that was affected by the action.

        Parameters:
        name - The name of the project that was affected by the action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • actionId

        SendProjectSessionActionResponse.Builder actionId​(Integer actionId)

        A unique identifier for the action that was performed.

        Parameters:
        actionId - A unique identifier for the action that was performed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.