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