Uses of Class
odata.msgraph.client.beta.entity.Conversation
-
Packages that use Conversation Package Description odata.msgraph.client.beta.entity -
-
Uses of Conversation in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return Conversation Modifier and Type Method Description ConversationConversation.Builder. build()ConversationConversation. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.ConversationConversation. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).ConversationConversation. withHasAttachments(Boolean hasAttachments)ConversationConversation. withLastDeliveredDateTime(OffsetDateTime lastDeliveredDateTime)ConversationConversation. withPreview(String preview)ConversationConversation. withTopic(String topic)ConversationConversation. withUniqueSenders(List<String> uniqueSenders)ConversationConversation. withUnmappedField(String name, String value)
-