Uses of Class
odata.msgraph.client.entity.ConversationThread
-
Packages that use ConversationThread Package Description odata.msgraph.client.entity -
-
Uses of ConversationThread in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type ConversationThread Modifier and Type Field Description protected List<ConversationThread>Conversation. threadsprotected List<ConversationThread>Group. threadsMethods in odata.msgraph.client.entity that return ConversationThread Modifier and Type Method Description ConversationThreadConversationThread.Builder. build()ConversationThreadConversationThread. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.ConversationThreadConversationThread. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).ConversationThreadConversationThread. withCcRecipients(List<Recipient> ccRecipients)ConversationThreadConversationThread. withHasAttachments(Boolean hasAttachments)ConversationThreadConversationThread. withIsLocked(Boolean isLocked)ConversationThreadConversationThread. withLastDeliveredDateTime(OffsetDateTime lastDeliveredDateTime)ConversationThreadConversationThread. withPosts(List<Post> posts)Returns an immutable copy ofthiswith just thepostsfield changed.ConversationThreadConversationThread. withPreview(String preview)ConversationThreadConversationThread. withTopic(String topic)ConversationThreadConversationThread. withToRecipients(List<Recipient> toRecipients)ConversationThreadConversationThread. withUniqueSenders(List<String> uniqueSenders)ConversationThreadConversationThread. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.entity with parameters of type ConversationThread Modifier and Type Method Description Conversation.BuilderConversation.Builder. threads(ConversationThread... threads)Org.OData.Capabilities.V1.ChangeTrackingGroup.BuilderGroup.Builder. threads(ConversationThread... threads)Org.OData.Capabilities.V1.ChangeTrackingMethod parameters in odata.msgraph.client.entity with type arguments of type ConversationThread Modifier and Type Method Description Conversation.BuilderConversation.Builder. threads(List<ConversationThread> threads)Org.OData.Capabilities.V1.ChangeTrackingGroup.BuilderGroup.Builder. threads(List<ConversationThread> threads)Org.OData.Capabilities.V1.ChangeTrackingConversationConversation. withThreads(List<ConversationThread> threads)Returns an immutable copy ofthiswith just thethreadsfield changed.GroupGroup. withThreads(List<ConversationThread> threads)Returns an immutable copy ofthiswith just thethreadsfield changed.
-