MicrosoftGraphMeetingParticipantInfo Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphMeetingParticipantInfo
- com.
Implements
public final class MicrosoftGraphMeetingParticipantInfo
implements JsonSerializable<MicrosoftGraphMeetingParticipantInfo>
Represents a meeting participant info.
Constructor Summary
| Constructor | Description |
|---|---|
| MicrosoftGraphMeetingParticipantInfo() |
Creates an instance of Microsoft |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Map<String,Object> |
additionalProperties()
Get the additional |
|
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
|
Microsoft |
identity()
Get the identity property: identity |
|
Microsoft |
role()
Get the role property: online |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
upn()
Get the upn property: User principal name of the participant. |
| void |
validate()
Validates the instance. |
|
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
|
Microsoft |
withIdentity(MicrosoftGraphIdentitySet identity)
Set the identity property: identity |
|
Microsoft |
withRole(MicrosoftGraphOnlineMeetingRole role)
Set the role property: online |
|
Microsoft |
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:
fromJson
public static MicrosoftGraphMeetingParticipantInfo fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphMeetingParticipantInfo from the JsonReader.
Parameters:
Returns:
Throws:
identity
public MicrosoftGraphIdentitySet identity()
Get the identity property: identitySet.
Returns:
role
public MicrosoftGraphOnlineMeetingRole role()
Get the role property: onlineMeetingRole.
Returns:
toJson
upn
public String upn()
Get the upn property: User principal name of the participant.
Returns:
validate
public void validate()
Validates the instance.
withAdditionalProperties
public MicrosoftGraphMeetingParticipantInfo withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: meetingParticipantInfo.
Parameters:
Returns:
withIdentity
public MicrosoftGraphMeetingParticipantInfo withIdentity(MicrosoftGraphIdentitySet identity)
Set the identity property: identitySet.
Parameters:
Returns:
withRole
public MicrosoftGraphMeetingParticipantInfo withRole(MicrosoftGraphOnlineMeetingRole role)
Set the role property: onlineMeetingRole.
Parameters:
Returns:
withUpn
public MicrosoftGraphMeetingParticipantInfo withUpn(String upn)
Set the upn property: User principal name of the participant.
Parameters:
Returns: