Package odata.msgraph.client.beta.entity
Class DeviceManagementResourceAccessProfileAssignment.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.DeviceManagementResourceAccessProfileAssignment.Builder
-
- Enclosing class:
- DeviceManagementResourceAccessProfileAssignment
public static final class DeviceManagementResourceAccessProfileAssignment.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeviceManagementResourceAccessProfileAssignmentbuild()DeviceManagementResourceAccessProfileAssignment.Builderid(String id)DeviceManagementResourceAccessProfileAssignment.Builderintent(DeviceManagementResourceAccessProfileIntent intent)“The assignment intent for the resource access profile.”DeviceManagementResourceAccessProfileAssignment.BuildersourceId(String sourceId)“The identifier of the source of the assignment.”DeviceManagementResourceAccessProfileAssignment.Buildertarget(DeviceAndAppManagementAssignmentTarget target)“The assignment target for the resource access profile.”
-
-
-
Method Detail
-
id
public DeviceManagementResourceAccessProfileAssignment.Builder id(String id)
-
intent
public DeviceManagementResourceAccessProfileAssignment.Builder intent(DeviceManagementResourceAccessProfileIntent intent)
“The assignment intent for the resource access profile.”- Parameters:
intent- value ofintentproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
sourceId
public DeviceManagementResourceAccessProfileAssignment.Builder sourceId(String sourceId)
“The identifier of the source of the assignment.”- Parameters:
sourceId- value ofsourceIdproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
target
public DeviceManagementResourceAccessProfileAssignment.Builder target(DeviceAndAppManagementAssignmentTarget target)
“The assignment target for the resource access profile.”- Parameters:
target- value oftargetproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public DeviceManagementResourceAccessProfileAssignment build()
-
-