Package odata.msgraph.client.beta.entity
Class Chat.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.Chat.Builder
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Chatbuild()Chat.BuilderchatType(ChatType chatType)Chat.BuildercreatedDateTime(OffsetDateTime createdDateTime)Chat.Builderid(String id)Chat.BuilderlastUpdatedDateTime(OffsetDateTime lastUpdatedDateTime)Chat.BuilderonlineMeetingInfo(TeamworkOnlineMeetingInfo onlineMeetingInfo)Chat.BuildertenantId(String tenantId)Chat.Buildertopic(String topic)Chat.Builderviewpoint(ChatViewpoint viewpoint)Chat.BuilderwebUrl(String webUrl)
-
-
-
Method Detail
-
id
public Chat.Builder id(String id)
-
chatType
public Chat.Builder chatType(ChatType chatType)
-
createdDateTime
public Chat.Builder createdDateTime(OffsetDateTime createdDateTime)
-
lastUpdatedDateTime
public Chat.Builder lastUpdatedDateTime(OffsetDateTime lastUpdatedDateTime)
-
onlineMeetingInfo
public Chat.Builder onlineMeetingInfo(TeamworkOnlineMeetingInfo onlineMeetingInfo)
-
tenantId
public Chat.Builder tenantId(String tenantId)
-
topic
public Chat.Builder topic(String topic)
-
viewpoint
public Chat.Builder viewpoint(ChatViewpoint viewpoint)
-
webUrl
public Chat.Builder webUrl(String webUrl)
-
build
public Chat build()
-
-