Compartilhar via


MicrosoftGraphMeetingParticipants Class

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

Implements

public final class MicrosoftGraphMeetingParticipants
implements JsonSerializable<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.

static MicrosoftGraphMeetingParticipants fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftGraphMeetingParticipants from the JsonReader.

MicrosoftGraphMeetingParticipantInfo organizer()

Get the organizer property: meetingParticipantInfo.

JsonWriter toJson(JsonWriter jsonWriter)
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.

fromJson

public static MicrosoftGraphMeetingParticipants fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftGraphMeetingParticipants from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of MicrosoftGraphMeetingParticipants if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the MicrosoftGraphMeetingParticipants.

organizer

public MicrosoftGraphMeetingParticipantInfo organizer()

Get the organizer property: meetingParticipantInfo.

Returns:

the organizer value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

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