Uses of Class
odata.msgraph.client.beta.entity.Chat.Builder
-
Packages that use Chat.Builder Package Description odata.msgraph.client.beta.entity -
-
Uses of Chat.Builder in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return Chat.Builder Modifier and Type Method Description static Chat.BuilderChat. builderChat()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Chat.BuilderChat.Builder. chatType(ChatType chatType)Chat.BuilderChat.Builder. createdDateTime(OffsetDateTime createdDateTime)Chat.BuilderChat.Builder. id(String id)Chat.BuilderChat.Builder. lastUpdatedDateTime(OffsetDateTime lastUpdatedDateTime)Chat.BuilderChat.Builder. onlineMeetingInfo(TeamworkOnlineMeetingInfo onlineMeetingInfo)Chat.BuilderChat.Builder. tenantId(String tenantId)Chat.BuilderChat.Builder. topic(String topic)Chat.BuilderChat.Builder. viewpoint(ChatViewpoint viewpoint)Chat.BuilderChat.Builder. webUrl(String webUrl)
-