TelephonyChannel Class
- java.
lang. Object - com.
azure. resourcemanager. botservice. models. Channel - com.
azure. resourcemanager. botservice. models. TelephonyChannel
- com.
- com.
public final class TelephonyChannel
extends Channel
Telephony channel definition.
Constructor Summary
| Constructor | Description |
|---|---|
| TelephonyChannel() |
Creates an instance of Telephony |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
channelName()
Get the channel |
|
static
Telephony |
fromJson(JsonReader jsonReader)
Reads an instance of Telephony |
|
Telephony |
properties()
Get the properties property: The set of properties specific to Telephony channel resource. |
| String |
provisioningState()
Get the provisioning |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Telephony |
withEtag(String etag)
Set the etag property: Entity Tag of the resource. |
|
Telephony |
withLocation(String location)
Set the location property: Specifies the location of the resource. |
|
Telephony |
withProperties(TelephonyChannelProperties properties)
Set the properties property: The set of properties specific to Telephony channel resource. |
Methods inherited from Channel
Methods inherited from java.lang.Object
Constructor Details
TelephonyChannel
public TelephonyChannel()
Creates an instance of TelephonyChannel class.
Method Details
channelName
public String channelName()
Get the channelName property: The channel name.
Overrides:
TelephonyChannel.channelName()Returns:
fromJson
public static TelephonyChannel fromJson(JsonReader jsonReader)
Reads an instance of TelephonyChannel from the JsonReader.
Parameters:
Returns:
Throws:
properties
public TelephonyChannelProperties properties()
Get the properties property: The set of properties specific to Telephony channel resource.
Returns:
provisioningState
public String provisioningState()
Get the provisioningState property: Provisioning state of the resource.
Overrides:
TelephonyChannel.provisioningState()Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
TelephonyChannel.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
TelephonyChannel.validate()withEtag
public TelephonyChannel withEtag(String etag)
Set the etag property: Entity Tag of the resource.
Overrides:
TelephonyChannel.withEtag(String etag)Parameters:
withLocation
public TelephonyChannel withLocation(String location)
Set the location property: Specifies the location of the resource.
Overrides:
TelephonyChannel.withLocation(String location)Parameters:
withProperties
public TelephonyChannel withProperties(TelephonyChannelProperties properties)
Set the properties property: The set of properties specific to Telephony channel resource.
Parameters:
Returns: