Uses of Class
odata.msgraph.client.beta.entity.Post
-
Packages that use Post Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.request -
-
Uses of Post in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return Post Modifier and Type Method Description PostPost.Builder. build()PostPost. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.PostPost. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).PostPost. withBody(ItemBody body)PostPost. withConversationId(String conversationId)PostPost. withConversationThreadId(String conversationThreadId)PostPost. withFrom(Recipient from)PostPost. withHasAttachments(Boolean hasAttachments)PostPost. withImportance(Importance importance)PostPost. withNewParticipants(List<Recipient> newParticipants)PostPost. withReceivedDateTime(OffsetDateTime receivedDateTime)PostPost. withSender(Recipient sender)PostPost. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.entity with parameters of type Post Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestNoReturnConversationThread. reply(Post post)com.github.davidmoten.odata.client.ActionRequestNoReturnPost. reply(Post post) -
Uses of Post in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request with parameters of type Post Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestNoReturnConversationThreadRequest. reply(Post post)com.github.davidmoten.odata.client.ActionRequestNoReturnPostRequest. reply(Post post)
-