你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MicrosoftGraphChatMessageReaction Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphChatMessageReaction
- com.
Implements
public final class MicrosoftGraphChatMessageReaction
implements JsonSerializable<MicrosoftGraphChatMessageReaction>
chatMessageReaction.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphChatMessageReaction() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
Offset |
createdDateTime()
Get the created |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
String |
reactionType()
Get the reaction |
Json |
toJson(JsonWriter jsonWriter) |
Microsoft |
user()
Get the user property: identity |
void |
validate()
Validates the instance. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withCreatedDateTime(OffsetDateTime createdDateTime)
Set the created |
Microsoft |
withReactionType(String reactionType)
Set the reaction |
Microsoft |
withUser(MicrosoftGraphIdentitySet user)
Set the user property: identity |
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphChatMessageReaction
public MicrosoftGraphChatMessageReaction()
Creates an instance of MicrosoftGraphChatMessageReaction class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: chatMessageReaction.
Returns:
createdDateTime
public OffsetDateTime createdDateTime()
Get the createdDateTime property: The createdDateTime property.
Returns:
fromJson
public static MicrosoftGraphChatMessageReaction fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphChatMessageReaction from the JsonReader.
Parameters:
Returns:
Throws:
reactionType
public String reactionType()
Get the reactionType property: The reactionType property.
Returns:
toJson
user
public MicrosoftGraphIdentitySet user()
Get the user property: identitySet.
Returns:
validate
public void validate()
Validates the instance.
withAdditionalProperties
public MicrosoftGraphChatMessageReaction withAdditionalProperties(Map
Set the additionalProperties property: chatMessageReaction.
Parameters:
Returns:
withCreatedDateTime
public MicrosoftGraphChatMessageReaction withCreatedDateTime(OffsetDateTime createdDateTime)
Set the createdDateTime property: The createdDateTime property.
Parameters:
Returns:
withReactionType
public MicrosoftGraphChatMessageReaction withReactionType(String reactionType)
Set the reactionType property: The reactionType property.
Parameters:
Returns:
withUser
public MicrosoftGraphChatMessageReaction withUser(MicrosoftGraphIdentitySet user)
Set the user property: identitySet.
Parameters:
Returns: