Package odata.msgraph.client.beta.entity
Class DeviceManagementScriptGroupAssignment.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.DeviceManagementScriptGroupAssignment.Builder
-
- Enclosing class:
- DeviceManagementScriptGroupAssignment
public static final class DeviceManagementScriptGroupAssignment.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeviceManagementScriptGroupAssignmentbuild()DeviceManagementScriptGroupAssignment.Builderid(String id)DeviceManagementScriptGroupAssignment.BuildertargetGroupId(String targetGroupId)“The Id of the Azure Active Directory group we are targeting the script to.”
-
-
-
Method Detail
-
id
public DeviceManagementScriptGroupAssignment.Builder id(String id)
-
targetGroupId
public DeviceManagementScriptGroupAssignment.Builder targetGroupId(String targetGroupId)
“The Id of the Azure Active Directory group we are targeting the script to.”- Parameters:
targetGroupId- value oftargetGroupIdproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public DeviceManagementScriptGroupAssignment build()
-
-