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