Package com.microsoft.graph.models
Class DeviceManagementGetEffectivePermissionsParameterSet.DeviceManagementGetEffectivePermissionsParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.DeviceManagementGetEffectivePermissionsParameterSet.DeviceManagementGetEffectivePermissionsParameterSetBuilder
- Enclosing class:
DeviceManagementGetEffectivePermissionsParameterSet
public static final class DeviceManagementGetEffectivePermissionsParameterSet.DeviceManagementGetEffectivePermissionsParameterSetBuilder
extends Object
Fluent builder for the DeviceManagementGetEffectivePermissionsParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new DeviceManagementGetEffectivePermissionsParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestSets the Scope
-
Field Details
-
scope
The scope parameter value
-
-
Constructor Details
-
DeviceManagementGetEffectivePermissionsParameterSetBuilder
@Nullable protected DeviceManagementGetEffectivePermissionsParameterSetBuilder()Instanciates a new DeviceManagementGetEffectivePermissionsParameterSetBuilder
-
-
Method Details
-
withScope
@Nonnull public DeviceManagementGetEffectivePermissionsParameterSet.DeviceManagementGetEffectivePermissionsParameterSetBuilder withScope(@Nullable String val) Sets the Scope- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
build
Buils the resulting body object to be passed to the request- Returns:
- the body object to pass to the request
-