public static final class IosNetworkUsageRule.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
IosNetworkUsageRule |
build() |
IosNetworkUsageRule.Builder |
cellularDataBlocked(Boolean cellularDataBlocked)
“If set to true, corresponding managed apps will not be allowed to use cellular
data at any time.”
|
IosNetworkUsageRule.Builder |
cellularDataBlockWhenRoaming(Boolean cellularDataBlockWhenRoaming)
“If set to true, corresponding managed apps will not be allowed to use cellular
data when roaming.”
|
IosNetworkUsageRule.Builder |
managedApps(List<AppListItem> managedApps)
“Information about the managed apps that this rule is going to apply to.
|
IosNetworkUsageRule.Builder |
managedAppsNextLink(String managedAppsNextLink)
“Information about the managed apps that this rule is going to apply to.
|
public IosNetworkUsageRule.Builder managedApps(List<AppListItem> managedApps)
managedApps - value of managedApps property (as defined in service metadata)this (for method chaining)public IosNetworkUsageRule.Builder managedAppsNextLink(String managedAppsNextLink)
managedAppsNextLink - value of managedApps@nextLink property (as defined in service metadata)this (for method chaining)public IosNetworkUsageRule.Builder cellularDataBlockWhenRoaming(Boolean cellularDataBlockWhenRoaming)
cellularDataBlockWhenRoaming - value of cellularDataBlockWhenRoaming property (as defined in service metadata)this (for method chaining)public IosNetworkUsageRule.Builder cellularDataBlocked(Boolean cellularDataBlocked)
cellularDataBlocked - value of cellularDataBlocked property (as defined in service metadata)this (for method chaining)public IosNetworkUsageRule build()
Copyright © 2018–2020. All rights reserved.