Uses of Class
odata.msgraph.client.beta.entity.Post.Builder
-
Packages that use Post.Builder Package Description odata.msgraph.client.beta.entity -
-
Uses of Post.Builder in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return Post.Builder Modifier and Type Method Description Post.BuilderPost.Builder. body(ItemBody body)static Post.BuilderPost. builderPost()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Post.BuilderPost.Builder. categories(String... categories)Post.BuilderPost.Builder. categories(List<String> categories)Post.BuilderPost.Builder. categoriesNextLink(String categoriesNextLink)Post.BuilderPost.Builder. changeKey(String changeKey)Post.BuilderPost.Builder. conversationId(String conversationId)Post.BuilderPost.Builder. conversationThreadId(String conversationThreadId)Post.BuilderPost.Builder. createdDateTime(OffsetDateTime createdDateTime)Post.BuilderPost.Builder. from(Recipient from)Post.BuilderPost.Builder. hasAttachments(Boolean hasAttachments)Post.BuilderPost.Builder. id(String id)Post.BuilderPost.Builder. importance(Importance importance)Post.BuilderPost.Builder. lastModifiedDateTime(OffsetDateTime lastModifiedDateTime)Post.BuilderPost.Builder. newParticipants(List<Recipient> newParticipants)Post.BuilderPost.Builder. newParticipants(Recipient... newParticipants)Post.BuilderPost.Builder. newParticipantsNextLink(String newParticipantsNextLink)Post.BuilderPost.Builder. receivedDateTime(OffsetDateTime receivedDateTime)Post.BuilderPost.Builder. sender(Recipient sender)
-