Uses of Class
microsoft.graph.search.enums.AnswerState
-
Packages that use AnswerState Package Description microsoft.graph.search.entity microsoft.graph.search.enums -
-
Uses of AnswerState in microsoft.graph.search.entity
Fields in microsoft.graph.search.entity declared as AnswerState Modifier and Type Field Description protected AnswerStateAcronym. stateprotected AnswerStateBookmark. stateprotected AnswerStateQna. stateMethods in microsoft.graph.search.entity that return types with arguments of type AnswerState Modifier and Type Method Description Optional<AnswerState>Acronym. getState()Optional<AnswerState>Bookmark. getState()Optional<AnswerState>Qna. getState()Methods in microsoft.graph.search.entity with parameters of type AnswerState Modifier and Type Method Description Acronym.BuilderAcronym.Builder. state(AnswerState state)Bookmark.BuilderBookmark.Builder. state(AnswerState state)Qna.BuilderQna.Builder. state(AnswerState state)AcronymAcronym. withState(AnswerState state)BookmarkBookmark. withState(AnswerState state)QnaQna. withState(AnswerState state) -
Uses of AnswerState in microsoft.graph.search.enums
Methods in microsoft.graph.search.enums that return AnswerState Modifier and Type Method Description static AnswerStateAnswerState. valueOf(String name)Returns the enum constant of this type with the specified name.static AnswerState[]AnswerState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-