Uses of Class
odata.msgraph.client.beta.complex.DeviceManagementConstraint
-
Packages that use DeviceManagementConstraint Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of DeviceManagementConstraint in odata.msgraph.client.beta.complex
Subclasses of DeviceManagementConstraint in odata.msgraph.client.beta.complex Modifier and Type Class Description classDeviceManagementEnumConstraint“Constraint that enforces the setting value is from a permitted set of strings”classDeviceManagementIntentSettingSecretConstraint“Constraint indicating that this value is a secret and will be encrypted.”classDeviceManagementSettingAbstractImplementationConstraint“Constraint that enforces an AbstractComplex type has or is set to a particular value”classDeviceManagementSettingAppConstraint“Constraint enforcing the setting contains only vaild app types.”classDeviceManagementSettingBooleanConstraint“Constraint the enforces a particular boolean value”classDeviceManagementSettingCollectionConstraint“Constraint that enforces the maximum number of elements a collection”classDeviceManagementSettingEnrollmentTypeConstraint“Constraint that enforces the enrollment types applied to a setting”classDeviceManagementSettingFileConstraint“Constraint enforcing the file extension is acceptable for a given setting”classDeviceManagementSettingIntegerConstraint“Constraint enforcing the permitted value range for an integer setting”classDeviceManagementSettingProfileConstraint“Constraint enforcing a given profile metadata”classDeviceManagementSettingRegexConstraint“Constraint enforcing the setting matches against a given RegEx pattern”classDeviceManagementSettingRequiredConstraint“Constraint that enforces a particular required setting that is not null/ undefined/empty string/not configured”classDeviceManagementSettingSddlConstraint“Constraint enforcing the setting is well formed SDDL”classDeviceManagementSettingStringLengthConstraint“Constraint enforcing a given string length range”classDeviceManagementSettingXmlConstraint“Constraint enforcing the setting is well formed XML”Fields in odata.msgraph.client.beta.complex with type parameters of type DeviceManagementConstraint Modifier and Type Field Description protected List<DeviceManagementConstraint>DeviceManagementSettingDependency. constraintsMethods in odata.msgraph.client.beta.complex that return DeviceManagementConstraint Modifier and Type Method Description DeviceManagementConstraintDeviceManagementConstraint. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.complex that return types with arguments of type DeviceManagementConstraint Modifier and Type Method 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”Methods in odata.msgraph.client.beta.complex with parameters of type DeviceManagementConstraint Modifier and Type Method Description DeviceManagementSettingDependency.BuilderDeviceManagementSettingDependency.Builder. constraints(DeviceManagementConstraint... constraints)“Collection of constraints for the dependency setting value”Method parameters in odata.msgraph.client.beta.complex with type arguments of type DeviceManagementConstraint Modifier and Type Method Description DeviceManagementSettingDependency.BuilderDeviceManagementSettingDependency.Builder. constraints(List<DeviceManagementConstraint> constraints)“Collection of constraints for the dependency setting value” -
Uses of DeviceManagementConstraint in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type DeviceManagementConstraint Modifier and Type Field Description protected List<DeviceManagementConstraint>DeviceManagementSettingDefinition. constraintsMethods in odata.msgraph.client.beta.entity that return types with arguments of type DeviceManagementConstraint Modifier and Type Method 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”Methods in odata.msgraph.client.beta.entity with parameters of type DeviceManagementConstraint Modifier and Type Method Description DeviceManagementAbstractComplexSettingDefinition.BuilderDeviceManagementAbstractComplexSettingDefinition.Builder. constraints(DeviceManagementConstraint... constraints)DeviceManagementCollectionSettingDefinition.BuilderDeviceManagementCollectionSettingDefinition.Builder. constraints(DeviceManagementConstraint... constraints)DeviceManagementComplexSettingDefinition.BuilderDeviceManagementComplexSettingDefinition.Builder. constraints(DeviceManagementConstraint... constraints)DeviceManagementSettingDefinition.BuilderDeviceManagementSettingDefinition.Builder. constraints(DeviceManagementConstraint... constraints)“Collection of constraints for the setting value”Method parameters in odata.msgraph.client.beta.entity with type arguments of type DeviceManagementConstraint Modifier and Type Method Description DeviceManagementAbstractComplexSettingDefinition.BuilderDeviceManagementAbstractComplexSettingDefinition.Builder. constraints(List<DeviceManagementConstraint> constraints)DeviceManagementCollectionSettingDefinition.BuilderDeviceManagementCollectionSettingDefinition.Builder. constraints(List<DeviceManagementConstraint> constraints)DeviceManagementComplexSettingDefinition.BuilderDeviceManagementComplexSettingDefinition.Builder. constraints(List<DeviceManagementConstraint> constraints)DeviceManagementSettingDefinition.BuilderDeviceManagementSettingDefinition.Builder. constraints(List<DeviceManagementConstraint> constraints)“Collection of constraints for the setting value”DeviceManagementSettingDefinitionDeviceManagementSettingDefinition. withConstraints(List<DeviceManagementConstraint> constraints)Returns an immutable copy ofthiswith just theconstraintsfield changed.
-