Package odata.msgraph.client.beta.entity
Class RoleScopeTagAutoAssignment.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.RoleScopeTagAutoAssignment.Builder
-
- Enclosing class:
- RoleScopeTagAutoAssignment
public static final class RoleScopeTagAutoAssignment.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RoleScopeTagAutoAssignmentbuild()RoleScopeTagAutoAssignment.Builderid(String id)RoleScopeTagAutoAssignment.Buildertarget(DeviceAndAppManagementAssignmentTarget target)“The auto-assignment target for the specific Role Scope Tag.”
-
-
-
Method Detail
-
id
public RoleScopeTagAutoAssignment.Builder id(String id)
-
target
public RoleScopeTagAutoAssignment.Builder target(DeviceAndAppManagementAssignmentTarget target)
“The auto-assignment target for the specific Role Scope Tag.”- Parameters:
target- value oftargetproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public RoleScopeTagAutoAssignment build()
-
-