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