Uses of Class
microsoft.graph.search.entity.Qna.Builder
-
Packages that use Qna.Builder Package Description microsoft.graph.search.entity -
-
Uses of Qna.Builder in microsoft.graph.search.entity
Methods in microsoft.graph.search.entity that return Qna.Builder Modifier and Type Method Description Qna.BuilderQna.Builder. availabilityEndDateTime(OffsetDateTime availabilityEndDateTime)Qna.BuilderQna.Builder. availabilityStartDateTime(OffsetDateTime availabilityStartDateTime)static Qna.BuilderQna. builderQna()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Qna.BuilderQna.Builder. description(String description)Qna.BuilderQna.Builder. displayName(String displayName)Qna.BuilderQna.Builder. groupIds(String... groupIds)Qna.BuilderQna.Builder. groupIds(List<String> groupIds)Qna.BuilderQna.Builder. groupIdsNextLink(String groupIdsNextLink)Qna.BuilderQna.Builder. id(String id)Qna.BuilderQna.Builder. isSuggested(Boolean isSuggested)Qna.BuilderQna.Builder. keywords(AnswerKeyword keywords)Qna.BuilderQna.Builder. languageTags(String... languageTags)Qna.BuilderQna.Builder. languageTags(List<String> languageTags)Qna.BuilderQna.Builder. languageTagsNextLink(String languageTagsNextLink)Qna.BuilderQna.Builder. lastModifiedBy(IdentitySet lastModifiedBy)Qna.BuilderQna.Builder. lastModifiedDateTime(OffsetDateTime lastModifiedDateTime)Qna.BuilderQna.Builder. platforms(List<DevicePlatformType> platforms)Qna.BuilderQna.Builder. platforms(DevicePlatformType... platforms)Qna.BuilderQna.Builder. platformsNextLink(String platformsNextLink)Qna.BuilderQna.Builder. state(AnswerState state)Qna.BuilderQna.Builder. targetedVariations(List<AnswerVariant> targetedVariations)Qna.BuilderQna.Builder. targetedVariations(AnswerVariant... targetedVariations)Qna.BuilderQna.Builder. targetedVariationsNextLink(String targetedVariationsNextLink)Qna.BuilderQna.Builder. webUrl(String webUrl)
-