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