public static final class DeviceManagementSettingAppConstraint.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
DeviceManagementSettingAppConstraint |
build() |
DeviceManagementSettingAppConstraint.Builder |
supportedTypes(List<String> supportedTypes)
“Acceptable app types to allow for this setting”
|
DeviceManagementSettingAppConstraint.Builder |
supportedTypes(String... supportedTypes)
“Acceptable app types to allow for this setting”
|
DeviceManagementSettingAppConstraint.Builder |
supportedTypesNextLink(String supportedTypesNextLink)
“Acceptable app types to allow for this setting”
|
public DeviceManagementSettingAppConstraint.Builder supportedTypes(List<String> supportedTypes)
supportedTypes - value of supportedTypes property (as defined in service metadata)this (for method chaining)public DeviceManagementSettingAppConstraint.Builder supportedTypes(String... supportedTypes)
supportedTypes - value of supportedTypes property (as defined in service metadata)this (for method chaining)public DeviceManagementSettingAppConstraint.Builder supportedTypesNextLink(String supportedTypesNextLink)
supportedTypesNextLink - value of supportedTypes@nextLink property (as defined in service metadata)this (for method chaining)public DeviceManagementSettingAppConstraint build()
Copyright © 2018–2020. All rights reserved.