Uses of Class
odata.msgraph.client.beta.entity.SchemaExtension
-
Packages that use SchemaExtension Package Description odata.msgraph.client.beta.entity -
-
Uses of SchemaExtension in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return SchemaExtension Modifier and Type Method Description SchemaExtensionSchemaExtension.Builder. build()SchemaExtensionSchemaExtension. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.SchemaExtensionSchemaExtension. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).SchemaExtensionSchemaExtension. withDescription(String description)SchemaExtensionSchemaExtension. withOwner(String owner)SchemaExtensionSchemaExtension. withProperties(List<ExtensionSchemaProperty> properties)SchemaExtensionSchemaExtension. withStatus(String status)SchemaExtensionSchemaExtension. withTargetTypes(List<String> targetTypes)SchemaExtensionSchemaExtension. withUnmappedField(String name, String value)
-