public class DeviceManagementGetEffectivePermissionsParameterSet
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DeviceManagementGetEffectivePermissionsParameterSet.DeviceManagementGetEffectivePermissionsParameterSetBuilder
Fluent builder for the DeviceManagementGetEffectivePermissionsParameterSet
|
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
scope
The scope.
|
| Modifier | Constructor and Description |
|---|---|
|
DeviceManagementGetEffectivePermissionsParameterSet()
Instiaciates a new DeviceManagementGetEffectivePermissionsParameterSet
|
protected |
DeviceManagementGetEffectivePermissionsParameterSet(DeviceManagementGetEffectivePermissionsParameterSet.DeviceManagementGetEffectivePermissionsParameterSetBuilder builder)
Instiaciates a new DeviceManagementGetEffectivePermissionsParameterSet
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<com.microsoft.graph.options.FunctionOption> |
getFunctionOptions()
Gets the functions options from the properties that have been set
|
static DeviceManagementGetEffectivePermissionsParameterSet.DeviceManagementGetEffectivePermissionsParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="scope",
alternate="Scope")
@Expose
@Nullable
public java.lang.String scope
public DeviceManagementGetEffectivePermissionsParameterSet()
protected DeviceManagementGetEffectivePermissionsParameterSet(@Nonnull
DeviceManagementGetEffectivePermissionsParameterSet.DeviceManagementGetEffectivePermissionsParameterSetBuilder builder)
builder - builder bearing the parameters to initialize from@Nonnull public static DeviceManagementGetEffectivePermissionsParameterSet.DeviceManagementGetEffectivePermissionsParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()