Uses of Class
microsoft.graph.externalconnectors.entity.Schema
-
Packages that use Schema Package Description microsoft.graph.externalconnectors.entity -
-
Uses of Schema in microsoft.graph.externalconnectors.entity
Methods in microsoft.graph.externalconnectors.entity that return Schema Modifier and Type Method Description SchemaSchema.Builder. build()SchemaSchema. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.SchemaSchema. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).SchemaSchema. withBaseType(String baseType)SchemaSchema. withProperties(List<Property> properties)SchemaSchema. withUnmappedField(String name, String value)
-