MicrosoftGraphChatInfo Class

  • java.lang.Object
    • com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphChatInfo

public final class MicrosoftGraphChatInfo

chatInfo.

Constructor Summary

Constructor Description
MicrosoftGraphChatInfo()

Creates an instance of MicrosoftGraphChatInfo class.

Method Summary

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

Get the additionalProperties property: chatInfo.

String messageId()

Get the messageId property: The unique identifier of a message in a Microsoft Teams channel.

String replyChainMessageId()

Get the replyChainMessageId property: The ID of the reply message.

String threadId()

Get the threadId property: The unique identifier for a thread in Microsoft Teams.

void validate()

Validates the instance.

MicrosoftGraphChatInfo withAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: chatInfo.

MicrosoftGraphChatInfo withMessageId(String messageId)

Set the messageId property: The unique identifier of a message in a Microsoft Teams channel.

MicrosoftGraphChatInfo withReplyChainMessageId(String replyChainMessageId)

Set the replyChainMessageId property: The ID of the reply message.

MicrosoftGraphChatInfo withThreadId(String threadId)

Set the threadId property: The unique identifier for a thread in Microsoft Teams.

Methods inherited from java.lang.Object

Constructor Details

MicrosoftGraphChatInfo

public MicrosoftGraphChatInfo()

Creates an instance of MicrosoftGraphChatInfo class.

Method Details

additionalProperties

public Map additionalProperties()

Get the additionalProperties property: chatInfo.

Returns:

the additionalProperties value.

messageId

public String messageId()

Get the messageId property: The unique identifier of a message in a Microsoft Teams channel.

Returns:

the messageId value.

replyChainMessageId

public String replyChainMessageId()

Get the replyChainMessageId property: The ID of the reply message.

Returns:

the replyChainMessageId value.

threadId

public String threadId()

Get the threadId property: The unique identifier for a thread in Microsoft Teams.

Returns:

the threadId value.

validate

public void validate()

Validates the instance.

withAdditionalProperties

public MicrosoftGraphChatInfo withAdditionalProperties(Map additionalProperties)

Set the additionalProperties property: chatInfo.

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the MicrosoftGraphChatInfo object itself.

withMessageId

public MicrosoftGraphChatInfo withMessageId(String messageId)

Set the messageId property: The unique identifier of a message in a Microsoft Teams channel.

Parameters:

messageId - the messageId value to set.

Returns:

the MicrosoftGraphChatInfo object itself.

withReplyChainMessageId

public MicrosoftGraphChatInfo withReplyChainMessageId(String replyChainMessageId)

Set the replyChainMessageId property: The ID of the reply message.

Parameters:

replyChainMessageId - the replyChainMessageId value to set.

Returns:

the MicrosoftGraphChatInfo object itself.

withThreadId

public MicrosoftGraphChatInfo withThreadId(String threadId)

Set the threadId property: The unique identifier for a thread in Microsoft Teams.

Parameters:

threadId - the threadId value to set.

Returns:

the MicrosoftGraphChatInfo object itself.

Applies to