Uses of Class
odata.msgraph.client.complex.ExtensionSchemaProperty
-
Packages that use ExtensionSchemaProperty Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of ExtensionSchemaProperty in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return ExtensionSchemaProperty Modifier and Type Method Description ExtensionSchemaPropertyExtensionSchemaProperty.Builder. build()ExtensionSchemaPropertyExtensionSchemaProperty. withName(String name)ExtensionSchemaPropertyExtensionSchemaProperty. withType(String type)ExtensionSchemaPropertyExtensionSchemaProperty. withUnmappedField(String name, String value) -
Uses of ExtensionSchemaProperty in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type ExtensionSchemaProperty Modifier and Type Field Description protected List<ExtensionSchemaProperty>SchemaExtension. propertiesMethods in odata.msgraph.client.entity that return types with arguments of type ExtensionSchemaProperty Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<ExtensionSchemaProperty>SchemaExtension. getProperties()com.github.davidmoten.odata.client.CollectionPage<ExtensionSchemaProperty>SchemaExtension. getProperties(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.entity with parameters of type ExtensionSchemaProperty Modifier and Type Method Description SchemaExtension.BuilderSchemaExtension.Builder. properties(ExtensionSchemaProperty... properties)Method parameters in odata.msgraph.client.entity with type arguments of type ExtensionSchemaProperty Modifier and Type Method Description SchemaExtension.BuilderSchemaExtension.Builder. properties(List<ExtensionSchemaProperty> properties)SchemaExtensionSchemaExtension. withProperties(List<ExtensionSchemaProperty> properties)
-