Uses of Class
microsoft.graph.externalconnectors.complex.DisplayTemplate
-
Packages that use DisplayTemplate Package Description microsoft.graph.externalconnectors.complex -
-
Uses of DisplayTemplate in microsoft.graph.externalconnectors.complex
Fields in microsoft.graph.externalconnectors.complex with type parameters of type DisplayTemplate Modifier and Type Field Description protected List<DisplayTemplate>SearchSettings. searchResultTemplatesMethods in microsoft.graph.externalconnectors.complex that return DisplayTemplate Modifier and Type Method Description DisplayTemplateDisplayTemplate.Builder. build()DisplayTemplateDisplayTemplate. withId(String id)DisplayTemplateDisplayTemplate. withLayout(Json layout)DisplayTemplateDisplayTemplate. withPriority(Integer priority)DisplayTemplateDisplayTemplate. withUnmappedField(String name, String value)Methods in microsoft.graph.externalconnectors.complex that return types with arguments of type DisplayTemplate Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<DisplayTemplate>SearchSettings. getSearchResultTemplates()com.github.davidmoten.odata.client.CollectionPage<DisplayTemplate>SearchSettings. getSearchResultTemplates(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in microsoft.graph.externalconnectors.complex with parameters of type DisplayTemplate Modifier and Type Method Description SearchSettings.BuilderSearchSettings.Builder. searchResultTemplates(DisplayTemplate... searchResultTemplates)Method parameters in microsoft.graph.externalconnectors.complex with type arguments of type DisplayTemplate Modifier and Type Method Description SearchSettings.BuilderSearchSettings.Builder. searchResultTemplates(List<DisplayTemplate> searchResultTemplates)
-