Class AddParticipantResult
java.lang.Object
com.azure.communication.callautomation.models.AddParticipantResult
The AddParticipantResult model.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the invitationId property: The invitation ID used to send out add participant request.Get the operationContext property: The operation context provided by client.Get the participant property: The participant property.
-
Constructor Details
-
AddParticipantResult
public AddParticipantResult()Public constructor.
-
-
Method Details
-
getParticipant
Get the participant property: The participant property.- Returns:
- the participant value.
-
getOperationContext
Get the operationContext property: The operation context provided by client.- Returns:
- the operationContext value.
-
getInvitationId
Get the invitationId property: The invitation ID used to send out add participant request.- Returns:
- the invitationId value.
-