RejectCallOptions Class
- java.
lang. Object - com.
azure. communication. callautomation. models. RejectCallOptions
- com.
public final class RejectCallOptions
The options for creating a call.
Constructor Summary
| Constructor | Description |
|---|---|
| RejectCallOptions(String incomingCallContext) |
Constructor |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Call |
getCallRejectReason()
Get the call |
| String |
getIncomingCallContext()
Get the incoming |
|
Reject |
setCallRejectReason(CallRejectReason callRejectReason)
Set the call |
Methods inherited from java.lang.Object
Constructor Details
RejectCallOptions
public RejectCallOptions(String incomingCallContext)
Constructor
Parameters:
Method Details
getCallRejectReason
public CallRejectReason getCallRejectReason()
Get the callRejectReason
Returns:
getIncomingCallContext
public String getIncomingCallContext()
Get the incomingCallContext.
Returns:
setCallRejectReason
public RejectCallOptions setCallRejectReason(CallRejectReason callRejectReason)
Set the callRejectReason
Parameters:
Returns: