Class MicrosoftGraphChatMessageHostedContent
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphChatMessageHostedContent
-
public final class MicrosoftGraphChatMessageHostedContent extends MicrosoftGraphEntity
chatMessageHostedContent.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphChatMessageHostedContent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
additionalProperties()
Get the additionalProperties property: chatMessageHostedContent.void
validate()
Validates the instance.MicrosoftGraphChatMessageHostedContent
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: chatMessageHostedContent.MicrosoftGraphChatMessageHostedContent
withId(String id)
Set the id property: Read-only.-
Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
-
-
-
Method Detail
-
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: chatMessageHostedContent.- Overrides:
additionalProperties
in classMicrosoftGraphEntity
- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphChatMessageHostedContent withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: chatMessageHostedContent.- Overrides:
withAdditionalProperties
in classMicrosoftGraphEntity
- Parameters:
additionalProperties
- the additionalProperties value to set.- Returns:
- the MicrosoftGraphChatMessageHostedContent object itself.
-
withId
public MicrosoftGraphChatMessageHostedContent withId(String id)
Set the id property: Read-only.- Overrides:
withId
in classMicrosoftGraphEntity
- Parameters:
id
- the id value to set.- Returns:
- the MicrosoftGraphEntity object itself.
-
validate
public void validate()
Validates the instance.- Overrides:
validate
in classMicrosoftGraphEntity
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-