你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MicrosoftGraphChat Class

public final class MicrosoftGraphChat
extends MicrosoftGraphEntity

chat.

Constructor Summary

Constructor Description
MicrosoftGraphChat()

Creates an instance of MicrosoftGraphChat class.

Method Summary

Modifier and Type Method and Description
Map<String,Object> additionalProperties()

Get the additionalProperties property: chat.

static MicrosoftGraphChat fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftGraphChat from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

MicrosoftGraphChat withAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: chat.

MicrosoftGraphChat withId(String id)

Set the id property: Read-only.

Methods inherited from MicrosoftGraphEntity

Methods inherited from java.lang.Object

Constructor Details

MicrosoftGraphChat

public MicrosoftGraphChat()

Creates an instance of MicrosoftGraphChat class.

Method Details

additionalProperties

public Map additionalProperties()

Get the additionalProperties property: chat.

Overrides:

MicrosoftGraphChat.additionalProperties()

Returns:

the additionalProperties value.

fromJson

public static MicrosoftGraphChat fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftGraphChat from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of MicrosoftGraphChat if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the MicrosoftGraphChat.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

MicrosoftGraphChat.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Overrides:

MicrosoftGraphChat.validate()

withAdditionalProperties

public MicrosoftGraphChat withAdditionalProperties(Map additionalProperties)

Set the additionalProperties property: chat.

Overrides:

MicrosoftGraphChat.withAdditionalProperties(Map<String,Object> additionalProperties)

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the MicrosoftGraphChat object itself.

withId

public MicrosoftGraphChat withId(String id)

Set the id property: Read-only.

Overrides:

MicrosoftGraphChat.withId(String id)

Parameters:

id

Applies to