MicrosoftGraphMeetingParticipants Class

  • java.lang.Object
    • com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphMeetingParticipants

public final class MicrosoftGraphMeetingParticipants

meetingParticipants.

Constructor Summary

Constructor Description
MicrosoftGraphMeetingParticipants()

Creates an instance of MicrosoftGraphMeetingParticipants class.

Method Summary

Modifier and Type Method and Description
Map<String,Object> additionalProperties()

Get the additionalProperties property: meetingParticipants.

List<MicrosoftGraphMeetingParticipantInfo> attendees()

Get the attendees property: The attendees property.

MicrosoftGraphMeetingParticipantInfo organizer()

Get the organizer property: meetingParticipantInfo.

void validate()

Validates the instance.

MicrosoftGraphMeetingParticipants withAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: meetingParticipants.

MicrosoftGraphMeetingParticipants withAttendees(List<MicrosoftGraphMeetingParticipantInfo> attendees)

Set the attendees property: The attendees property.

MicrosoftGraphMeetingParticipants withOrganizer(MicrosoftGraphMeetingParticipantInfo organizer)

Set the organizer property: meetingParticipantInfo.

Methods inherited from java.lang.Object

Constructor Details

MicrosoftGraphMeetingParticipants

public MicrosoftGraphMeetingParticipants()

Creates an instance of MicrosoftGraphMeetingParticipants class.

Method Details

additionalProperties

public Map additionalProperties()

Get the additionalProperties property: meetingParticipants.

Returns:

the additionalProperties value.

attendees

public List attendees()

Get the attendees property: The attendees property.

Returns:

the attendees value.

organizer

public MicrosoftGraphMeetingParticipantInfo organizer()

Get the organizer property: meetingParticipantInfo.

Returns:

the organizer value.

validate

public void validate()

Validates the instance.

withAdditionalProperties

public MicrosoftGraphMeetingParticipants withAdditionalProperties(Map additionalProperties)

Set the additionalProperties property: meetingParticipants.

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the MicrosoftGraphMeetingParticipants object itself.

withAttendees

public MicrosoftGraphMeetingParticipants withAttendees(List attendees)

Set the attendees property: The attendees property.

Parameters:

attendees - the attendees value to set.

Returns:

the MicrosoftGraphMeetingParticipants object itself.

withOrganizer

public MicrosoftGraphMeetingParticipants withOrganizer(MicrosoftGraphMeetingParticipantInfo organizer)

Set the organizer property: meetingParticipantInfo.

Parameters:

organizer - the organizer value to set.

Returns:

the MicrosoftGraphMeetingParticipants object itself.

Applies to