Uses of Class
microsoft.graph.search.entity.Bookmark
-
Packages that use Bookmark Package Description microsoft.graph.search.entity -
-
Uses of Bookmark in microsoft.graph.search.entity
Methods in microsoft.graph.search.entity that return Bookmark Modifier and Type Method Description BookmarkBookmark.Builder. build()BookmarkBookmark. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.BookmarkBookmark. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).BookmarkBookmark. withAvailabilityEndDateTime(OffsetDateTime availabilityEndDateTime)BookmarkBookmark. withAvailabilityStartDateTime(OffsetDateTime availabilityStartDateTime)BookmarkBookmark. withCategories(List<String> categories)BookmarkBookmark. withGroupIds(List<String> groupIds)BookmarkBookmark. withIsSuggested(Boolean isSuggested)BookmarkBookmark. withKeywords(AnswerKeyword keywords)BookmarkBookmark. withLanguageTags(List<String> languageTags)BookmarkBookmark. withPlatforms(List<DevicePlatformType> platforms)BookmarkBookmark. withPowerAppIds(List<String> powerAppIds)BookmarkBookmark. withState(AnswerState state)BookmarkBookmark. withTargetedVariations(List<AnswerVariant> targetedVariations)BookmarkBookmark. withUnmappedField(String name, String value)
-