MicrosoftGraphMeetingParticipants Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphMeetingParticipants
- com.
Implements
public final class MicrosoftGraphMeetingParticipants
implements JsonSerializable<MicrosoftGraphMeetingParticipants>
meetingParticipants.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphMeetingParticipants() |
Creates an instance of Microsoft |
Method Summary
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphMeetingParticipants
public MicrosoftGraphMeetingParticipants()
Creates an instance of MicrosoftGraphMeetingParticipants class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: meetingParticipants.
Returns:
attendees
public List
Get the attendees property: The attendees property.
Returns:
fromJson
public static MicrosoftGraphMeetingParticipants fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphMeetingParticipants from the JsonReader.
Parameters:
Returns:
Throws:
organizer
public MicrosoftGraphMeetingParticipantInfo organizer()
Get the organizer property: meetingParticipantInfo.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAdditionalProperties
public MicrosoftGraphMeetingParticipants withAdditionalProperties(Map
Set the additionalProperties property: meetingParticipants.
Parameters:
Returns:
withAttendees
public MicrosoftGraphMeetingParticipants withAttendees(List
Set the attendees property: The attendees property.
Parameters:
Returns:
withOrganizer
public MicrosoftGraphMeetingParticipants withOrganizer(MicrosoftGraphMeetingParticipantInfo organizer)
Set the organizer property: meetingParticipantInfo.
Parameters:
Returns:
Applies to
Azure SDK for Java