Uses of Class
odata.msgraph.client.beta.entity.Mention
-
Packages that use Mention Package Description odata.msgraph.client.beta.entity -
-
Uses of Mention in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return Mention Modifier and Type Method Description MentionMention.Builder. build()MentionMention. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.MentionMention. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).MentionMention. withApplication(String application)MentionMention. withClientReference(String clientReference)MentionMention. withCreatedBy(EmailAddress createdBy)MentionMention. withCreatedDateTime(OffsetDateTime createdDateTime)MentionMention. withDeepLink(String deepLink)MentionMention. withMentioned(EmailAddress mentioned)MentionMention. withMentionText(String mentionText)MentionMention. withServerCreatedDateTime(OffsetDateTime serverCreatedDateTime)MentionMention. withUnmappedField(String name, String value)
-