Uses of Class
microsoft.graph.externalconnectors.complex.Property
-
Packages that use Property Package Description microsoft.graph.externalconnectors.complex microsoft.graph.externalconnectors.entity -
-
Uses of Property in microsoft.graph.externalconnectors.complex
Methods in microsoft.graph.externalconnectors.complex that return Property Modifier and Type Method Description PropertyProperty.Builder. build()PropertyProperty. withIsQueryable(Boolean isQueryable)PropertyProperty. withIsRefinable(Boolean isRefinable)PropertyProperty. withIsRetrievable(Boolean isRetrievable)PropertyProperty. withIsSearchable(Boolean isSearchable)PropertyProperty. withName(String name)PropertyProperty. withType(PropertyType type)PropertyProperty. withUnmappedField(String name, String value) -
Uses of Property in microsoft.graph.externalconnectors.entity
Fields in microsoft.graph.externalconnectors.entity with type parameters of type Property Modifier and Type Field Description protected List<Property>Schema. propertiesMethods in microsoft.graph.externalconnectors.entity that return types with arguments of type Property Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<Property>Schema. getProperties()com.github.davidmoten.odata.client.CollectionPage<Property>Schema. getProperties(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in microsoft.graph.externalconnectors.entity with parameters of type Property Modifier and Type Method Description Schema.BuilderSchema.Builder. properties(Property... properties)Method parameters in microsoft.graph.externalconnectors.entity with type arguments of type Property Modifier and Type Method Description Schema.BuilderSchema.Builder. properties(List<Property> properties)SchemaSchema. withProperties(List<Property> properties)
-