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
Methods 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. withPreview(String preview)ConversationThreadConversationThread. withTopic(String topic)ConversationThreadConversationThread. withToRecipients(List<Recipient> toRecipients)ConversationThreadConversationThread. withUniqueSenders(List<String> uniqueSenders)ConversationThreadConversationThread. withUnmappedField(String name, String value)
-