Class DeviceManagementSettingAppConstraint.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.DeviceManagementSettingAppConstraint.Builder
-
- Enclosing class:
- DeviceManagementSettingAppConstraint
public static final class DeviceManagementSettingAppConstraint.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeviceManagementSettingAppConstraintbuild()DeviceManagementSettingAppConstraint.BuildersupportedTypes(String... supportedTypes)“Acceptable app types to allow for this setting”DeviceManagementSettingAppConstraint.BuildersupportedTypes(List<String> supportedTypes)“Acceptable app types to allow for this setting”DeviceManagementSettingAppConstraint.BuildersupportedTypesNextLink(String supportedTypesNextLink)“Acceptable app types to allow for this setting”
-
-
-
Method Detail
-
supportedTypes
public DeviceManagementSettingAppConstraint.Builder supportedTypes(List<String> supportedTypes)
“Acceptable app types to allow for this setting”- Parameters:
supportedTypes- value ofsupportedTypesproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
supportedTypes
public DeviceManagementSettingAppConstraint.Builder supportedTypes(String... supportedTypes)
“Acceptable app types to allow for this setting”- Parameters:
supportedTypes- value ofsupportedTypesproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
supportedTypesNextLink
public DeviceManagementSettingAppConstraint.Builder supportedTypesNextLink(String supportedTypesNextLink)
“Acceptable app types to allow for this setting”- Parameters:
supportedTypesNextLink- value ofsupportedTypes@nextLinkproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public DeviceManagementSettingAppConstraint build()
-
-