Uses of Class
odata.msgraph.client.entity.ExtensionProperty
-
Packages that use ExtensionProperty Package Description odata.msgraph.client.entity odata.msgraph.client.entity.collection.request -
-
Uses of ExtensionProperty in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type ExtensionProperty Modifier and Type Field Description protected List<ExtensionProperty>Application. extensionPropertiesMethods in odata.msgraph.client.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. withIsMultiValued(Boolean isMultiValued)ExtensionPropertyExtensionProperty. withIsSyncedFromOnPremises(Boolean isSyncedFromOnPremises)ExtensionPropertyExtensionProperty. withName(String name)ExtensionPropertyExtensionProperty. withTargetObjects(List<String> targetObjects)ExtensionPropertyExtensionProperty. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.entity with parameters of type ExtensionProperty Modifier and Type Method Description Application.BuilderApplication.Builder. extensionProperties(ExtensionProperty... extensionProperties)Method parameters in odata.msgraph.client.entity with type arguments of type ExtensionProperty Modifier and Type Method Description Application.BuilderApplication.Builder. extensionProperties(List<ExtensionProperty> extensionProperties)ApplicationApplication. withExtensionProperties(List<ExtensionProperty> extensionProperties) -
Uses of ExtensionProperty in odata.msgraph.client.entity.collection.request
Methods in odata.msgraph.client.entity.collection.request that return types with arguments of type ExtensionProperty Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<ExtensionProperty>DirectoryObjectCollectionRequest. getAvailableExtensionProperties(Boolean isSyncedFromOnPremises)
-