MicrosoftGraphChatMessageReaction Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphChatMessageReaction
- com.
Implements
public final class MicrosoftGraphChatMessageReaction
implements JsonSerializable<MicrosoftGraphChatMessageReaction>
Represents a chat message reaction.
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<String,Object> additionalProperties()
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<String,Object> additionalProperties)
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: