public final class AddParticipantResultEvent extends CallingServerEventBase
| Modifier and Type | Method and Description |
|---|---|
static AddParticipantResultEvent |
deserialize(com.azure.core.util.BinaryData eventData)
Deserialize
AddParticipantResultEvent event. |
String |
getOperationContext()
Get the operationContext property: The operation context.
|
ResultInfo |
getResultInfo()
Get the resultInfo property: The result details.
|
OperationStatus |
getStatus()
Get the status property: Gets the status of the operation.
|
public ResultInfo getResultInfo()
public String getOperationContext()
public OperationStatus getStatus()
public static AddParticipantResultEvent deserialize(com.azure.core.util.BinaryData eventData)
AddParticipantResultEvent event.eventData - binary data for eventAddParticipantResultEvent event.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.