Class UnholdOptions

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

public final class UnholdOptions extends Object
Options for the Unhold operation.
  • Constructor Details

    • UnholdOptions

      public UnholdOptions(CommunicationIdentifier targetParticipant)
      Create a new UnholdOptions object.
      Parameters:
      targetParticipant - Participant to be put on unhold.
  • Method Details

    • getTargetParticipant

      public CommunicationIdentifier getTargetParticipant()
      Get Participant to be put on unhold.
      Returns:
      participant.
    • getOperationContext

      public String getOperationContext()
      Get the operation context.
      Returns:
      operation context.
    • setOperationContext

      public UnholdOptions setOperationContext(String operationContext)
      Sets the operation context.
      Parameters:
      operationContext - Operation Context
      Returns:
      The UnholdOptions object.