Class MicrosoftGraphMeetingParticipants
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphMeetingParticipants
meetingParticipants.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphMeetingParticipants class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: meetingParticipants.Get the attendees property: The attendees property.Get the organizer property: meetingParticipantInfo.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: meetingParticipants.withAttendees(List<MicrosoftGraphMeetingParticipantInfo> attendees) Set the attendees property: The attendees property.Set the organizer property: meetingParticipantInfo.
-
Constructor Details
-
MicrosoftGraphMeetingParticipants
public MicrosoftGraphMeetingParticipants()Creates an instance of MicrosoftGraphMeetingParticipants class.
-
-
Method Details
-
attendees
Get the attendees property: The attendees property.- Returns:
- the attendees value.
-
withAttendees
public MicrosoftGraphMeetingParticipants withAttendees(List<MicrosoftGraphMeetingParticipantInfo> attendees) Set the attendees property: The attendees property.- Parameters:
attendees- the attendees value to set.- Returns:
- the MicrosoftGraphMeetingParticipants object itself.
-
organizer
Get the organizer property: meetingParticipantInfo.- Returns:
- the organizer value.
-
withOrganizer
public MicrosoftGraphMeetingParticipants withOrganizer(MicrosoftGraphMeetingParticipantInfo organizer) Set the organizer property: meetingParticipantInfo.- Parameters:
organizer- the organizer value to set.- Returns:
- the MicrosoftGraphMeetingParticipants object itself.
-
additionalProperties
Get the additionalProperties property: meetingParticipants.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphMeetingParticipants withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: meetingParticipants.- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphMeetingParticipants object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-