Uses of Class
odata.msgraph.client.entity.ManagedAppConfiguration
-
Packages that use ManagedAppConfiguration Package Description odata.msgraph.client.entity -
-
Uses of ManagedAppConfiguration in odata.msgraph.client.entity
Subclasses of ManagedAppConfiguration in odata.msgraph.client.entity Modifier and Type Class Description classTargetedManagedAppConfiguration“Configuration used to deliver a set of custom settings as-is to all users in the targeted security group”Methods in odata.msgraph.client.entity that return ManagedAppConfiguration Modifier and Type Method Description ManagedAppConfigurationManagedAppConfiguration. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.ManagedAppConfigurationManagedAppConfiguration. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).ManagedAppConfigurationManagedAppConfiguration. withCustomSettings(List<KeyValuePair> customSettings)Returns an immutable copy ofthiswith just thecustomSettingsfield changed.ManagedAppConfigurationManagedAppConfiguration. withUnmappedField(String name, Object value)
-