Uses of Class
microsoft.graph.externalconnectors.complex.SearchSettings
-
Packages that use SearchSettings Package Description microsoft.graph.externalconnectors.complex microsoft.graph.externalconnectors.entity -
-
Uses of SearchSettings in microsoft.graph.externalconnectors.complex
Methods in microsoft.graph.externalconnectors.complex that return SearchSettings Modifier and Type Method Description SearchSettingsSearchSettings.Builder. build()SearchSettingsSearchSettings. withUnmappedField(String name, String value) -
Uses of SearchSettings in microsoft.graph.externalconnectors.entity
Fields in microsoft.graph.externalconnectors.entity declared as SearchSettings Modifier and Type Field Description protected SearchSettingsExternalConnection. searchSettingsMethods in microsoft.graph.externalconnectors.entity that return types with arguments of type SearchSettings Modifier and Type Method Description Optional<SearchSettings>ExternalConnection. getSearchSettings()Methods in microsoft.graph.externalconnectors.entity with parameters of type SearchSettings Modifier and Type Method Description ExternalConnection.BuilderExternalConnection.Builder. searchSettings(SearchSettings searchSettings)ExternalConnectionExternalConnection. withSearchSettings(SearchSettings searchSettings)
-