Class MeetingParticipantInfo.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.MeetingParticipantInfo.Builder
-
- Enclosing class:
- MeetingParticipantInfo
public static final class MeetingParticipantInfo.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MeetingParticipantInfobuild()MeetingParticipantInfo.Builderidentity(IdentitySet identity)MeetingParticipantInfo.Builderrole(OnlineMeetingRole role)MeetingParticipantInfo.Builderupn(String upn)
-
-
-
Method Detail
-
identity
public MeetingParticipantInfo.Builder identity(IdentitySet identity)
-
role
public MeetingParticipantInfo.Builder role(OnlineMeetingRole role)
-
upn
public MeetingParticipantInfo.Builder upn(String upn)
-
build
public MeetingParticipantInfo build()
-
-