Share via


MicrosoftGraphMeetingParticipantInfo Class

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

Implements

public final class MicrosoftGraphMeetingParticipantInfo
implements JsonSerializable<MicrosoftGraphMeetingParticipantInfo>

Represents a meeting participant info.

Constructor Summary

Constructor Description
MicrosoftGraphMeetingParticipantInfo()

Creates an instance of MicrosoftGraphMeetingParticipantInfo class.

Method Summary

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

Get the additionalProperties property: meetingParticipantInfo.

static MicrosoftGraphMeetingParticipantInfo fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftGraphMeetingParticipantInfo from the JsonReader.

MicrosoftGraphIdentitySet identity()

Get the identity property: identitySet.

MicrosoftGraphOnlineMeetingRole role()

Get the role property: onlineMeetingRole.

JsonWriter toJson(JsonWriter jsonWriter)
String upn()

Get the upn property: User principal name of the participant.

void validate()

Validates the instance.

MicrosoftGraphMeetingParticipantInfo withAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: meetingParticipantInfo.

MicrosoftGraphMeetingParticipantInfo withIdentity(MicrosoftGraphIdentitySet identity)

Set the identity property: identitySet.

MicrosoftGraphMeetingParticipantInfo withRole(MicrosoftGraphOnlineMeetingRole role)

Set the role property: onlineMeetingRole.

MicrosoftGraphMeetingParticipantInfo withUpn(String upn)

Set the upn property: User principal name of the participant.

Methods inherited from java.lang.Object

Constructor Details

MicrosoftGraphMeetingParticipantInfo

public MicrosoftGraphMeetingParticipantInfo()

Creates an instance of MicrosoftGraphMeetingParticipantInfo class.

Method Details

additionalProperties

public Map<String,Object> additionalProperties()

Get the additionalProperties property: meetingParticipantInfo.

Returns:

the additionalProperties value.

fromJson

public static MicrosoftGraphMeetingParticipantInfo fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftGraphMeetingParticipantInfo from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of MicrosoftGraphMeetingParticipantInfo 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 MicrosoftGraphMeetingParticipantInfo.

identity

public MicrosoftGraphIdentitySet identity()

Get the identity property: identitySet.

Returns:

the identity value.

role

public MicrosoftGraphOnlineMeetingRole role()

Get the role property: onlineMeetingRole.

Returns:

the role value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

upn

public String upn()

Get the upn property: User principal name of the participant.

Returns:

the upn value.

validate

public void validate()

Validates the instance.

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.

withIdentity

public MicrosoftGraphMeetingParticipantInfo withIdentity(MicrosoftGraphIdentitySet identity)

Set the identity property: identitySet.

Parameters:

identity - the identity value to set.

Returns:

the MicrosoftGraphMeetingParticipantInfo object itself.

withRole

public MicrosoftGraphMeetingParticipantInfo withRole(MicrosoftGraphOnlineMeetingRole role)

Set the role property: onlineMeetingRole.

Parameters:

role - the role value to set.

Returns:

the MicrosoftGraphMeetingParticipantInfo object itself.

withUpn

public MicrosoftGraphMeetingParticipantInfo withUpn(String upn)

Set the upn property: User principal name of the participant.

Parameters:

upn - the upn value to set.

Returns:

the MicrosoftGraphMeetingParticipantInfo object itself.

Applies to