Class MicrosoftGraphMeetingParticipants
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphMeetingParticipants
-
public final class MicrosoftGraphMeetingParticipants extends Object
meetingParticipants.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphMeetingParticipants()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>additionalProperties()Get the additionalProperties property: meetingParticipants.List<MicrosoftGraphMeetingParticipantInfo>attendees()Get the attendees property: The attendees property.MicrosoftGraphMeetingParticipantInfoorganizer()Get the organizer property: meetingParticipantInfo.voidvalidate()Validates the instance.MicrosoftGraphMeetingParticipantswithAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: meetingParticipants.MicrosoftGraphMeetingParticipantswithAttendees(List<MicrosoftGraphMeetingParticipantInfo> attendees)Set the attendees property: The attendees property.MicrosoftGraphMeetingParticipantswithOrganizer(MicrosoftGraphMeetingParticipantInfo organizer)Set the organizer property: meetingParticipantInfo.
-
-
-
Method Detail
-
attendees
public List<MicrosoftGraphMeetingParticipantInfo> 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
public MicrosoftGraphMeetingParticipantInfo 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
public Map<String,Object> 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.
-
-