PstnConfiguration Class
- java.
lang. Object - com.
azure. communication. administration. models. PstnConfiguration
- com.
public final class PstnConfiguration
The PstnConfiguration model.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| PstnConfiguration() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
getApplicationId()
Get the application |
| String |
getCallbackUrl()
Get the callback |
|
Pstn |
setApplicationId(String applicationId)
Set the application |
|
Pstn |
setCallbackUrl(String callbackUrl)
Set the callback |
Methods inherited from java.lang.Object
Constructor Details
PstnConfiguration
public PstnConfiguration()
Method Details
getApplicationId
public String getApplicationId()
Get the applicationId property: The application id of the application to which to configure.
Returns:
getCallbackUrl
public String getCallbackUrl()
Get the callbackUrl property: The webhook URL on the phone number configuration.
Returns:
setApplicationId
public PstnConfiguration setApplicationId(String applicationId)
Set the applicationId property: The application id of the application to which to configure.
Parameters:
Returns:
setCallbackUrl
public PstnConfiguration setCallbackUrl(String callbackUrl)
Set the callbackUrl property: The webhook URL on the phone number configuration.
Parameters:
Returns: