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