Uses of Class
odata.msgraph.client.beta.entity.Schema
-
Packages that use Schema Package Description odata.msgraph.client.beta.entity -
-
Uses of Schema in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.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)
-