Uses of Class
com.microsoft.graph.models.ChatInfo
Packages that use ChatInfo
-
Uses of ChatInfo in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ChatInfoModifier and TypeMethodDescriptionstatic ChatInfoChatInfo.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueCall.getChatInfo()Gets the chatInfo property value.OnlineMeetingBase.getChatInfo()Gets the chatInfo property value.Methods in com.microsoft.graph.models with parameters of type ChatInfoModifier and TypeMethodDescriptionvoidCall.setChatInfo(ChatInfo value) Sets the chatInfo property value.voidOnlineMeetingBase.setChatInfo(ChatInfo value) Sets the chatInfo property value.