Uses of Class
microsoft.graph.externalconnectors.complex.Property.Builder
-
Packages that use Property.Builder Package Description microsoft.graph.externalconnectors.complex -
-
Uses of Property.Builder in microsoft.graph.externalconnectors.complex
Methods in microsoft.graph.externalconnectors.complex that return Property.Builder Modifier and Type Method Description Property.BuilderProperty.Builder. aliases(String... aliases)Property.BuilderProperty.Builder. aliases(List<String> aliases)Property.BuilderProperty.Builder. aliasesNextLink(String aliasesNextLink)static Property.BuilderProperty. builder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Property.BuilderProperty.Builder. isQueryable(Boolean isQueryable)Property.BuilderProperty.Builder. isRefinable(Boolean isRefinable)Property.BuilderProperty.Builder. isRetrievable(Boolean isRetrievable)Property.BuilderProperty.Builder. isSearchable(Boolean isSearchable)Property.BuilderProperty.Builder. labels(List<Label> labels)Property.BuilderProperty.Builder. labels(Label... labels)Property.BuilderProperty.Builder. labelsNextLink(String labelsNextLink)Property.BuilderProperty.Builder. name(String name)Property.BuilderProperty.Builder. type(PropertyType type)
-