Package odata.msgraph.client.beta.entity
Class WindowsDriverUpdateProfileAssignment.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.WindowsDriverUpdateProfileAssignment.Builder
-
- Enclosing class:
- WindowsDriverUpdateProfileAssignment
public static final class WindowsDriverUpdateProfileAssignment.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WindowsDriverUpdateProfileAssignmentbuild()WindowsDriverUpdateProfileAssignment.Builderid(String id)WindowsDriverUpdateProfileAssignment.Buildertarget(DeviceAndAppManagementAssignmentTarget target)“The assignment target that the driver update profile is assigned to.”
-
-
-
Method Detail
-
id
public WindowsDriverUpdateProfileAssignment.Builder id(String id)
-
target
public WindowsDriverUpdateProfileAssignment.Builder target(DeviceAndAppManagementAssignmentTarget target)
“The assignment target that the driver update profile is assigned to.”- Parameters:
target- value oftargetproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public WindowsDriverUpdateProfileAssignment build()
-
-