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