Class TokenMeetingInfo.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.TokenMeetingInfo.Builder
-
- Enclosing class:
- TokenMeetingInfo
public static final class TokenMeetingInfo.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TokenMeetingInfo.BuilderallowConversationWithoutHost(Boolean allowConversationWithoutHost)TokenMeetingInfobuild()TokenMeetingInfo.Buildertoken(String token)
-
-
-
Method Detail
-
allowConversationWithoutHost
public TokenMeetingInfo.Builder allowConversationWithoutHost(Boolean allowConversationWithoutHost)
-
token
public TokenMeetingInfo.Builder token(String token)
-
build
public TokenMeetingInfo build()
-
-