Uses of Class
odata.msgraph.client.complex.ChatViewpoint
-
Packages that use ChatViewpoint Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of ChatViewpoint in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return ChatViewpoint Modifier and Type Method Description ChatViewpointChatViewpoint.Builder. build()ChatViewpointChatViewpoint. withIsHidden(Boolean isHidden)ChatViewpointChatViewpoint. withLastMessageReadDateTime(OffsetDateTime lastMessageReadDateTime)ChatViewpointChatViewpoint. withUnmappedField(String name, Object value) -
Uses of ChatViewpoint in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as ChatViewpoint Modifier and Type Field Description protected ChatViewpointChat. viewpointMethods in odata.msgraph.client.entity that return types with arguments of type ChatViewpoint Modifier and Type Method Description Optional<ChatViewpoint>Chat. getViewpoint()Methods in odata.msgraph.client.entity with parameters of type ChatViewpoint Modifier and Type Method Description Chat.BuilderChat.Builder. viewpoint(ChatViewpoint viewpoint)ChatChat. withViewpoint(ChatViewpoint viewpoint)
-