Class MicrosoftGraphConversationMember
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphConversationMember
-
public final class MicrosoftGraphConversationMember extends MicrosoftGraphEntity
conversationMember.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphConversationMember()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
additionalProperties()
Get the additionalProperties property: conversationMember.String
displayName()
Get the displayName property: The display name of the user.List<String>
roles()
Get the roles property: The roles for that user.void
validate()
Validates the instance.MicrosoftGraphConversationMember
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: conversationMember.MicrosoftGraphConversationMember
withDisplayName(String displayName)
Set the displayName property: The display name of the user.MicrosoftGraphConversationMember
withId(String id)
Set the id property: Read-only.MicrosoftGraphConversationMember
withRoles(List<String> roles)
Set the roles property: The roles for that user.-
Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
-
-
-
Method Detail
-
displayName
public String displayName()
Get the displayName property: The display name of the user.- Returns:
- the displayName value.
-
withDisplayName
public MicrosoftGraphConversationMember withDisplayName(String displayName)
Set the displayName property: The display name of the user.- Parameters:
displayName
- the displayName value to set.- Returns:
- the MicrosoftGraphConversationMember object itself.
-
roles
public List<String> roles()
Get the roles property: The roles for that user.- Returns:
- the roles value.
-
withRoles
public MicrosoftGraphConversationMember withRoles(List<String> roles)
Set the roles property: The roles for that user.- Parameters:
roles
- the roles value to set.- Returns:
- the MicrosoftGraphConversationMember object itself.
-
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: conversationMember.- Overrides:
additionalProperties
in classMicrosoftGraphEntity
- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphConversationMember withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: conversationMember.- Overrides:
withAdditionalProperties
in classMicrosoftGraphEntity
- Parameters:
additionalProperties
- the additionalProperties value to set.- Returns:
- the MicrosoftGraphConversationMember object itself.
-
withId
public MicrosoftGraphConversationMember 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.
-
-