Class MicrosoftGraphMeetingParticipantInfo
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphMeetingParticipantInfo
meetingParticipantInfo.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphMeetingParticipantInfo class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: meetingParticipantInfo.identity()Get the identity property: identitySet.role()Get the role property: onlineMeetingRole.upn()Get the upn property: User principal name of the participant.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: meetingParticipantInfo.withIdentity(MicrosoftGraphIdentitySet identity) Set the identity property: identitySet.Set the role property: onlineMeetingRole.Set the upn property: User principal name of the participant.
-
Constructor Details
-
MicrosoftGraphMeetingParticipantInfo
public MicrosoftGraphMeetingParticipantInfo()Creates an instance of MicrosoftGraphMeetingParticipantInfo class.
-
-
Method Details
-
identity
Get the identity property: identitySet.- Returns:
- the identity value.
-
withIdentity
Set the identity property: identitySet.- Parameters:
identity- the identity value to set.- Returns:
- the MicrosoftGraphMeetingParticipantInfo object itself.
-
role
Get the role property: onlineMeetingRole.- Returns:
- the role value.
-
withRole
Set the role property: onlineMeetingRole.- Parameters:
role- the role value to set.- Returns:
- the MicrosoftGraphMeetingParticipantInfo object itself.
-
upn
Get the upn property: User principal name of the participant.- Returns:
- the upn value.
-
withUpn
Set the upn property: User principal name of the participant.- Parameters:
upn- the upn value to set.- Returns:
- the MicrosoftGraphMeetingParticipantInfo object itself.
-
additionalProperties
Get the additionalProperties property: meetingParticipantInfo.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphMeetingParticipantInfo withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: meetingParticipantInfo.- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphMeetingParticipantInfo object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-