Uses of Class
com.microsoft.graph.models.ConversationThread
Packages that use ConversationThread
-
Uses of ConversationThread in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ConversationThreadModifier and TypeMethodDescriptionstatic ConversationThreadConversationThread.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in com.microsoft.graph.models that return types with arguments of type ConversationThreadModifier and TypeMethodDescriptionConversation.getThreads()Gets the threads property value.Group.getThreads()Gets the threads property value.ConversationThreadCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type ConversationThreadModifier and TypeMethodDescriptionvoidConversation.setThreads(List<ConversationThread> value) Sets the threads property value.voidGroup.setThreads(List<ConversationThread> value) Sets the threads property value.voidConversationThreadCollectionResponse.setValue(List<ConversationThread> value) Sets the value property value.