Uses of Class
microsoft.graph.search.complex.AnswerVariant
-
Packages that use AnswerVariant Package Description microsoft.graph.search.complex microsoft.graph.search.entity -
-
Uses of AnswerVariant in microsoft.graph.search.complex
Methods in microsoft.graph.search.complex that return AnswerVariant Modifier and Type Method Description AnswerVariantAnswerVariant.Builder. build()AnswerVariantAnswerVariant. withDescription(String description)AnswerVariantAnswerVariant. withDisplayName(String displayName)AnswerVariantAnswerVariant. withLanguageTag(String languageTag)AnswerVariantAnswerVariant. withPlatform(DevicePlatformType platform)AnswerVariantAnswerVariant. withUnmappedField(String name, String value)AnswerVariantAnswerVariant. withWebUrl(String webUrl) -
Uses of AnswerVariant in microsoft.graph.search.entity
Fields in microsoft.graph.search.entity with type parameters of type AnswerVariant Modifier and Type Field Description protected List<AnswerVariant>Bookmark. targetedVariationsprotected List<AnswerVariant>Qna. targetedVariationsMethods in microsoft.graph.search.entity that return types with arguments of type AnswerVariant Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<AnswerVariant>Bookmark. getTargetedVariations()com.github.davidmoten.odata.client.CollectionPage<AnswerVariant>Bookmark. getTargetedVariations(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.CollectionPage<AnswerVariant>Qna. getTargetedVariations()com.github.davidmoten.odata.client.CollectionPage<AnswerVariant>Qna. getTargetedVariations(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in microsoft.graph.search.entity with parameters of type AnswerVariant Modifier and Type Method Description Bookmark.BuilderBookmark.Builder. targetedVariations(AnswerVariant... targetedVariations)Qna.BuilderQna.Builder. targetedVariations(AnswerVariant... targetedVariations)Method parameters in microsoft.graph.search.entity with type arguments of type AnswerVariant Modifier and Type Method Description Bookmark.BuilderBookmark.Builder. targetedVariations(List<AnswerVariant> targetedVariations)Qna.BuilderQna.Builder. targetedVariations(List<AnswerVariant> targetedVariations)BookmarkBookmark. withTargetedVariations(List<AnswerVariant> targetedVariations)QnaQna. withTargetedVariations(List<AnswerVariant> targetedVariations)
-