Class DeviceManagementSettingProfileConstraint.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.DeviceManagementSettingProfileConstraint.Builder
-
- Enclosing class:
- DeviceManagementSettingProfileConstraint
public static final class DeviceManagementSettingProfileConstraint.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeviceManagementSettingProfileConstraintbuild()DeviceManagementSettingProfileConstraint.Buildersource(String source)“The source of the entity”DeviceManagementSettingProfileConstraint.Buildertypes(String... types)“A collection of types this entity carries”DeviceManagementSettingProfileConstraint.Buildertypes(List<String> types)“A collection of types this entity carries”DeviceManagementSettingProfileConstraint.BuildertypesNextLink(String typesNextLink)“A collection of types this entity carries”
-
-
-
Method Detail
-
source
public DeviceManagementSettingProfileConstraint.Builder source(String source)
“The source of the entity”- Parameters:
source- value ofsourceproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
types
public DeviceManagementSettingProfileConstraint.Builder types(List<String> types)
“A collection of types this entity carries”- Parameters:
types- value oftypesproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
types
public DeviceManagementSettingProfileConstraint.Builder types(String... types)
“A collection of types this entity carries”- Parameters:
types- value oftypesproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
typesNextLink
public DeviceManagementSettingProfileConstraint.Builder typesNextLink(String typesNextLink)
“A collection of types this entity carries”- Parameters:
typesNextLink- value oftypes@nextLinkproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public DeviceManagementSettingProfileConstraint build()
-
-