Share via


TransferCallResult Class

  • java.lang.Object
    • com.azure.communication.callautomation.models.TransferCallResult

public final class TransferCallResult

The TransferCallResult model.

Constructor Summary

Constructor Description
TransferCallResult()

Public constructor.

Method Summary

Modifier and Type Method and Description
String getOperationContext()

Get the operationContext property: The operation context provided by client.

Methods inherited from java.lang.Object

Constructor Details

TransferCallResult

public TransferCallResult()

Public constructor.

Method Details

getOperationContext

public String getOperationContext()

Get the operationContext property: The operation context provided by client.

Returns:

the operationContext value.

Applies to