Interface ParticipantDetailsToAdd.Builder

  • Method Details

    • participantRole

      ParticipantDetailsToAdd.Builder participantRole(String participantRole)

      The role of the participant being added.

      Parameters:
      participantRole - The role of the participant being added.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • participantRole

      ParticipantDetailsToAdd.Builder participantRole(ParticipantRole participantRole)

      The role of the participant being added.

      Parameters:
      participantRole - The role of the participant being added.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • displayName

      ParticipantDetailsToAdd.Builder displayName(String displayName)

      The display name of the participant.

      Parameters:
      displayName - The display name of the participant.
      Returns:
      Returns a reference to this object so that method calls can be chained together.