Package odata.msgraph.client.complex
Class CallParticipantInfo.Builder
- java.lang.Object
-
- odata.msgraph.client.complex.CallParticipantInfo.Builder
-
- Enclosing class:
- CallParticipantInfo
public static final class CallParticipantInfo.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CallParticipantInfobuild()CallParticipantInfo.Builderparticipant(IdentitySet participant)
-
-
-
Method Detail
-
participant
public CallParticipantInfo.Builder participant(IdentitySet participant)
-
build
public CallParticipantInfo build()
-
-