Uses of Class
odata.msgraph.client.complex.IosNetworkUsageRule
-
Packages that use IosNetworkUsageRule Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of IosNetworkUsageRule in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return IosNetworkUsageRule Modifier and Type Method Description IosNetworkUsageRuleIosNetworkUsageRule.Builder. build()IosNetworkUsageRuleIosNetworkUsageRule. withCellularDataBlocked(Boolean cellularDataBlocked)Returns an immutable copy ofthiswith just thecellularDataBlockedfield changed.IosNetworkUsageRuleIosNetworkUsageRule. withCellularDataBlockWhenRoaming(Boolean cellularDataBlockWhenRoaming)Returns an immutable copy ofthiswith just thecellularDataBlockWhenRoamingfield changed.IosNetworkUsageRuleIosNetworkUsageRule. withUnmappedField(String name, Object value) -
Uses of IosNetworkUsageRule in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type IosNetworkUsageRule Modifier and Type Field Description protected List<IosNetworkUsageRule>IosGeneralDeviceConfiguration. networkUsageRulesMethods in odata.msgraph.client.entity that return types with arguments of type IosNetworkUsageRule Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<IosNetworkUsageRule>IosGeneralDeviceConfiguration. getNetworkUsageRules()“List of managed apps and the network rules that applies to them.com.github.davidmoten.odata.client.CollectionPage<IosNetworkUsageRule>IosGeneralDeviceConfiguration. getNetworkUsageRules(com.github.davidmoten.odata.client.HttpRequestOptions options)“List of managed apps and the network rules that applies to them.Methods in odata.msgraph.client.entity with parameters of type IosNetworkUsageRule Modifier and Type Method Description IosGeneralDeviceConfiguration.BuilderIosGeneralDeviceConfiguration.Builder. networkUsageRules(IosNetworkUsageRule... networkUsageRules)“List of managed apps and the network rules that applies to them.Method parameters in odata.msgraph.client.entity with type arguments of type IosNetworkUsageRule Modifier and Type Method Description IosGeneralDeviceConfiguration.BuilderIosGeneralDeviceConfiguration.Builder. networkUsageRules(List<IosNetworkUsageRule> networkUsageRules)“List of managed apps and the network rules that applies to them.IosGeneralDeviceConfigurationIosGeneralDeviceConfiguration. withNetworkUsageRules(List<IosNetworkUsageRule> networkUsageRules)Returns an immutable copy ofthiswith just thenetworkUsageRulesfield changed.
-