Uses of Class
odata.msgraph.client.beta.complex.IosWebContentFilterBase
-
Packages that use IosWebContentFilterBase Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of IosWebContentFilterBase in odata.msgraph.client.beta.complex
Subclasses of IosWebContentFilterBase in odata.msgraph.client.beta.complex Modifier and Type Class Description classIosWebContentFilterAutoFilter“Represents an iOS Web Content Filter setting type, which enables iOS automatic filter feature and allows for additional URL access control.classIosWebContentFilterSpecificWebsitesAccess“Represents an iOS Web Content Filter setting type, which installs URL bookmarks into iOS built-in browser.Methods in odata.msgraph.client.beta.complex that return IosWebContentFilterBase Modifier and Type Method Description IosWebContentFilterBaseIosWebContentFilterBase. withUnmappedField(String name, String value) -
Uses of IosWebContentFilterBase in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as IosWebContentFilterBase Modifier and Type Field Description protected IosWebContentFilterBaseIosDeviceFeaturesConfiguration. contentFilterSettingsMethods in odata.msgraph.client.beta.entity that return types with arguments of type IosWebContentFilterBase Modifier and Type Method Description Optional<IosWebContentFilterBase>IosDeviceFeaturesConfiguration. getContentFilterSettings()“Gets or sets iOS Web Content Filter settings, supervised mode only”Methods in odata.msgraph.client.beta.entity with parameters of type IosWebContentFilterBase Modifier and Type Method Description IosDeviceFeaturesConfiguration.BuilderIosDeviceFeaturesConfiguration.Builder. contentFilterSettings(IosWebContentFilterBase contentFilterSettings)“Gets or sets iOS Web Content Filter settings, supervised mode only”IosDeviceFeaturesConfigurationIosDeviceFeaturesConfiguration. withContentFilterSettings(IosWebContentFilterBase contentFilterSettings)Returns an immutable copy ofthiswith just thecontentFilterSettingsfield changed.
-