Uses of Class
odata.msgraph.client.beta.complex.MeetingParticipantInfo.Builder
-
Packages that use MeetingParticipantInfo.Builder Package Description odata.msgraph.client.beta.complex -
-
Uses of MeetingParticipantInfo.Builder in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return MeetingParticipantInfo.Builder Modifier and Type Method Description static MeetingParticipantInfo.BuilderMeetingParticipantInfo. builder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).MeetingParticipantInfo.BuilderMeetingParticipantInfo.Builder. identity(IdentitySet identity)MeetingParticipantInfo.BuilderMeetingParticipantInfo.Builder. role(OnlineMeetingRole role)MeetingParticipantInfo.BuilderMeetingParticipantInfo.Builder. upn(String upn)
-