Class AddParticipantsResult

java.lang.Object
com.azure.communication.callautomation.models.AddParticipantsResult

public final class AddParticipantsResult extends Object
The AddParticipantsResult model.
  • Constructor Details

    • AddParticipantsResult

      public AddParticipantsResult()
      Public constructor.
  • Method Details

    • getParticipants

      public List<CallParticipant> getParticipants()
      Get the participants property: The participants property.
      Returns:
      the participants value.
    • getOperationContext

      public String getOperationContext()
      Get the operationContext property: The operation context provided by client.
      Returns:
      the operationContext value.