Uses of Class
odata.msgraph.client.beta.complex.Property
-
Packages that use Property Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of Property in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.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 odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type Property Modifier and Type Field Description protected List<Property>Schema. propertiesMethods in odata.msgraph.client.beta.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 odata.msgraph.client.beta.entity with parameters of type Property Modifier and Type Method Description Schema.BuilderSchema.Builder. properties(Property... properties)Method parameters in odata.msgraph.client.beta.entity with type arguments of type Property Modifier and Type Method Description Schema.BuilderSchema.Builder. properties(List<Property> properties)SchemaSchema. withProperties(List<Property> properties)
-