| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity |
| Modifier and Type | Class and Description |
|---|---|
class |
DeviceManagementEnumConstraint
“Constraint that enforces the setting value is from a permitted set of strings”
|
class |
DeviceManagementIntentSettingSecretConstraint
“Constraint indicating that this value is a secret and will be encrypted.”
|
class |
DeviceManagementSettingAbstractImplementationConstraint
“Constraint that enforces an AbstractComplex type has or is set to a particular
value”
|
class |
DeviceManagementSettingAppConstraint
“Constraint enforcing the setting contains only vaild app types.”
|
class |
DeviceManagementSettingBooleanConstraint
“Constraint the enforces a particular boolean value”
|
class |
DeviceManagementSettingCollectionConstraint
“Constraint that enforces the maximum number of elements a collection”
|
class |
DeviceManagementSettingEnrollmentTypeConstraint
“Constraint that enforces the enrollment types applied to a setting”
|
class |
DeviceManagementSettingFileConstraint
“Constraint enforcing the file extension is acceptable for a given setting”
|
class |
DeviceManagementSettingIntegerConstraint
“Constraint enforcing the permitted value range for an integer setting”
|
class |
DeviceManagementSettingProfileConstraint
“Constraint enforcing a given profile metadata”
|
class |
DeviceManagementSettingRegexConstraint
“Constraint enforcing the setting matches against a given RegEx pattern”
|
class |
DeviceManagementSettingRequiredConstraint
“Constraint that enforces a particular required setting that is not null/
undefined/empty string/not configured”
|
class |
DeviceManagementSettingSddlConstraint
“Constraint enforcing the setting is well formed SDDL”
|
class |
DeviceManagementSettingStringLengthConstraint
“Constraint enforcing a given string length range”
|
class |
DeviceManagementSettingXmlConstraint
“Constraint enforcing the setting is well formed XML”
|
| Modifier and Type | Field and Description |
|---|---|
protected List<DeviceManagementConstraint> |
DeviceManagementSettingDependency.constraints |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<DeviceManagementConstraint> |
DeviceManagementSettingDependency.getConstraints()
“Collection of constraints for the dependency setting value”
|
com.github.davidmoten.odata.client.CollectionPage<DeviceManagementConstraint> |
DeviceManagementSettingDependency.getConstraints(com.github.davidmoten.odata.client.HttpRequestOptions options)
“Collection of constraints for the dependency setting value”
|
| Modifier and Type | Method and Description |
|---|---|
DeviceManagementSettingDependency.Builder |
DeviceManagementSettingDependency.Builder.constraints(DeviceManagementConstraint... constraints)
“Collection of constraints for the dependency setting value”
|
| Modifier and Type | Method and Description |
|---|---|
DeviceManagementSettingDependency.Builder |
DeviceManagementSettingDependency.Builder.constraints(List<DeviceManagementConstraint> constraints)
“Collection of constraints for the dependency setting value”
|
| Modifier and Type | Field and Description |
|---|---|
protected List<DeviceManagementConstraint> |
DeviceManagementSettingDefinition.constraints |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<DeviceManagementConstraint> |
DeviceManagementSettingDefinition.getConstraints()
“Collection of constraints for the setting value”
|
com.github.davidmoten.odata.client.CollectionPage<DeviceManagementConstraint> |
DeviceManagementSettingDefinition.getConstraints(com.github.davidmoten.odata.client.HttpRequestOptions options)
“Collection of constraints for the setting value”
|
| Modifier and Type | Method and Description |
|---|---|
DeviceManagementAbstractComplexSettingDefinition.Builder |
DeviceManagementAbstractComplexSettingDefinition.Builder.constraints(DeviceManagementConstraint... constraints) |
DeviceManagementComplexSettingDefinition.Builder |
DeviceManagementComplexSettingDefinition.Builder.constraints(DeviceManagementConstraint... constraints) |
DeviceManagementCollectionSettingDefinition.Builder |
DeviceManagementCollectionSettingDefinition.Builder.constraints(DeviceManagementConstraint... constraints) |
DeviceManagementSettingDefinition.Builder |
DeviceManagementSettingDefinition.Builder.constraints(DeviceManagementConstraint... constraints)
“Collection of constraints for the setting value”
|
| Modifier and Type | Method and Description |
|---|---|
DeviceManagementAbstractComplexSettingDefinition.Builder |
DeviceManagementAbstractComplexSettingDefinition.Builder.constraints(List<DeviceManagementConstraint> constraints) |
DeviceManagementComplexSettingDefinition.Builder |
DeviceManagementComplexSettingDefinition.Builder.constraints(List<DeviceManagementConstraint> constraints) |
DeviceManagementCollectionSettingDefinition.Builder |
DeviceManagementCollectionSettingDefinition.Builder.constraints(List<DeviceManagementConstraint> constraints) |
DeviceManagementSettingDefinition.Builder |
DeviceManagementSettingDefinition.Builder.constraints(List<DeviceManagementConstraint> constraints)
“Collection of constraints for the setting value”
|
Copyright © 2018–2020. All rights reserved.