public final class AddParticipantResult extends Object
| Constructor and Description |
|---|
AddParticipantResult(String participantId)
Initializes a new instance of AddParticipantResult.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getParticipantId()
Get the participantId property: The id of the added participant.
|
public AddParticipantResult(String participantId)
participantId - the participantId value.public String getParticipantId()
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.