Package com.microsoft.graph.models
Class DeviceCompliancePolicyScheduleActionsForRulesParameterSet.DeviceCompliancePolicyScheduleActionsForRulesParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.DeviceCompliancePolicyScheduleActionsForRulesParameterSet.DeviceCompliancePolicyScheduleActionsForRulesParameterSetBuilder
- Enclosing class:
DeviceCompliancePolicyScheduleActionsForRulesParameterSet
public static final class DeviceCompliancePolicyScheduleActionsForRulesParameterSet.DeviceCompliancePolicyScheduleActionsForRulesParameterSetBuilder
extends Object
Fluent builder for the DeviceCompliancePolicyScheduleActionsForRulesParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<DeviceComplianceScheduledActionForRule>The deviceComplianceScheduledActionForRules parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new DeviceCompliancePolicyScheduleActionsForRulesParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestSets the DeviceComplianceScheduledActionForRules
-
Field Details
-
deviceComplianceScheduledActionForRules
@Nullable protected List<DeviceComplianceScheduledActionForRule> deviceComplianceScheduledActionForRulesThe deviceComplianceScheduledActionForRules parameter value
-
-
Constructor Details
-
DeviceCompliancePolicyScheduleActionsForRulesParameterSetBuilder
@Nullable protected DeviceCompliancePolicyScheduleActionsForRulesParameterSetBuilder()Instanciates a new DeviceCompliancePolicyScheduleActionsForRulesParameterSetBuilder
-
-
Method Details
-
withDeviceComplianceScheduledActionForRules
@Nonnull public DeviceCompliancePolicyScheduleActionsForRulesParameterSet.DeviceCompliancePolicyScheduleActionsForRulesParameterSetBuilder withDeviceComplianceScheduledActionForRules(@Nullable List<DeviceComplianceScheduledActionForRule> val) Sets the DeviceComplianceScheduledActionForRules- 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
-