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