Class DeviceManagementSettingAbstractImplementationConstraint.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.DeviceManagementSettingAbstractImplementationConstraint.Builder
-
- Enclosing class:
- DeviceManagementSettingAbstractImplementationConstraint
public static final class DeviceManagementSettingAbstractImplementationConstraint.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeviceManagementSettingAbstractImplementationConstraint.BuilderallowedAbstractImplementationDefinitionIds(String... allowedAbstractImplementationDefinitionIds)“List of value which means not configured for the setting”DeviceManagementSettingAbstractImplementationConstraint.BuilderallowedAbstractImplementationDefinitionIds(List<String> allowedAbstractImplementationDefinitionIds)“List of value which means not configured for the setting”DeviceManagementSettingAbstractImplementationConstraint.BuilderallowedAbstractImplementationDefinitionIdsNextLink(String allowedAbstractImplementationDefinitionIdsNextLink)“List of value which means not configured for the setting”DeviceManagementSettingAbstractImplementationConstraintbuild()
-
-
-
Method Detail
-
allowedAbstractImplementationDefinitionIds
public DeviceManagementSettingAbstractImplementationConstraint.Builder allowedAbstractImplementationDefinitionIds(List<String> allowedAbstractImplementationDefinitionIds)
“List of value which means not configured for the setting”- Parameters:
allowedAbstractImplementationDefinitionIds- value ofallowedAbstractImplementationDefinitionIdsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
allowedAbstractImplementationDefinitionIds
public DeviceManagementSettingAbstractImplementationConstraint.Builder allowedAbstractImplementationDefinitionIds(String... allowedAbstractImplementationDefinitionIds)
“List of value which means not configured for the setting”- Parameters:
allowedAbstractImplementationDefinitionIds- value ofallowedAbstractImplementationDefinitionIdsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
allowedAbstractImplementationDefinitionIdsNextLink
public DeviceManagementSettingAbstractImplementationConstraint.Builder allowedAbstractImplementationDefinitionIdsNextLink(String allowedAbstractImplementationDefinitionIdsNextLink)
“List of value which means not configured for the setting”- Parameters:
allowedAbstractImplementationDefinitionIdsNextLink- value ofallowedAbstractImplementationDefinitionIds@nextLinkproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public DeviceManagementSettingAbstractImplementationConstraint build()
-
-