Uses of Class
odata.msgraph.client.beta.entity.ExtensionProperty
-
Packages that use ExtensionProperty Package Description odata.msgraph.client.beta.entity -
-
Uses of ExtensionProperty in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return ExtensionProperty Modifier and Type Method Description ExtensionPropertyExtensionProperty.Builder. build()ExtensionPropertyExtensionProperty. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.ExtensionPropertyExtensionProperty. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).ExtensionPropertyExtensionProperty. withAppDisplayName(String appDisplayName)ExtensionPropertyExtensionProperty. withDataType(String dataType)ExtensionPropertyExtensionProperty. withIsSyncedFromOnPremises(Boolean isSyncedFromOnPremises)ExtensionPropertyExtensionProperty. withName(String name)ExtensionPropertyExtensionProperty. withTargetObjects(List<String> targetObjects)ExtensionPropertyExtensionProperty. withUnmappedField(String name, String value)
-