Class DeviceManagementSettingFileConstraint.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.DeviceManagementSettingFileConstraint.Builder
-
- Enclosing class:
- DeviceManagementSettingFileConstraint
public static final class DeviceManagementSettingFileConstraint.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeviceManagementSettingFileConstraintbuild()DeviceManagementSettingFileConstraint.BuildersupportedExtensions(String... supportedExtensions)“Acceptable file extensions to upload for this setting”DeviceManagementSettingFileConstraint.BuildersupportedExtensions(List<String> supportedExtensions)“Acceptable file extensions to upload for this setting”DeviceManagementSettingFileConstraint.BuildersupportedExtensionsNextLink(String supportedExtensionsNextLink)“Acceptable file extensions to upload for this setting”
-
-
-
Method Detail
-
supportedExtensions
public DeviceManagementSettingFileConstraint.Builder supportedExtensions(List<String> supportedExtensions)
“Acceptable file extensions to upload for this setting”- Parameters:
supportedExtensions- value ofsupportedExtensionsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
supportedExtensions
public DeviceManagementSettingFileConstraint.Builder supportedExtensions(String... supportedExtensions)
“Acceptable file extensions to upload for this setting”- Parameters:
supportedExtensions- value ofsupportedExtensionsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
supportedExtensionsNextLink
public DeviceManagementSettingFileConstraint.Builder supportedExtensionsNextLink(String supportedExtensionsNextLink)
“Acceptable file extensions to upload for this setting”- Parameters:
supportedExtensionsNextLink- value ofsupportedExtensions@nextLinkproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public DeviceManagementSettingFileConstraint build()
-
-