Uses of Class
odata.msgraph.client.beta.entity.Chat
-
Packages that use Chat Package Description odata.msgraph.client.beta.entity -
-
Uses of Chat in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return Chat Modifier and Type Method Description ChatChat.Builder. build()ChatChat. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.ChatChat. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).ChatChat. withChatType(ChatType chatType)ChatChat. withCreatedDateTime(OffsetDateTime createdDateTime)ChatChat. withLastUpdatedDateTime(OffsetDateTime lastUpdatedDateTime)ChatChat. withOnlineMeetingInfo(TeamworkOnlineMeetingInfo onlineMeetingInfo)ChatChat. withTenantId(String tenantId)ChatChat. withTopic(String topic)ChatChat. withUnmappedField(String name, String value)ChatChat. withViewpoint(ChatViewpoint viewpoint)ChatChat. withWebUrl(String webUrl)
-