Package com.microsoft.graph.models
Class DeviceCompliancePolicyScheduleActionsForRulesParameterSet
java.lang.Object
com.microsoft.graph.models.DeviceCompliancePolicyScheduleActionsForRulesParameterSet
The class for the Device Compliance Policy Schedule Actions For Rules Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the DeviceCompliancePolicyScheduleActionsForRulesParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptionThe device Compliance Scheduled Action For Rules. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new DeviceCompliancePolicyScheduleActionsForRulesParameterSetprotectedDeviceCompliancePolicyScheduleActionsForRulesParameterSet(DeviceCompliancePolicyScheduleActionsForRulesParameterSet.DeviceCompliancePolicyScheduleActionsForRulesParameterSetBuilder builder) Instiaciates a new DeviceCompliancePolicyScheduleActionsForRulesParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>Gets the functions options from the properties that have been setGets a new builder for the body
-
Field Details
-
deviceComplianceScheduledActionForRules
@SerializedName(value="deviceComplianceScheduledActionForRules", alternate="DeviceComplianceScheduledActionForRules") @Expose @Nullable public List<DeviceComplianceScheduledActionForRule> deviceComplianceScheduledActionForRulesThe device Compliance Scheduled Action For Rules.
-
-
Constructor Details
-
DeviceCompliancePolicyScheduleActionsForRulesParameterSet
public DeviceCompliancePolicyScheduleActionsForRulesParameterSet()Instiaciates a new DeviceCompliancePolicyScheduleActionsForRulesParameterSet -
DeviceCompliancePolicyScheduleActionsForRulesParameterSet
protected DeviceCompliancePolicyScheduleActionsForRulesParameterSet(@Nonnull DeviceCompliancePolicyScheduleActionsForRulesParameterSet.DeviceCompliancePolicyScheduleActionsForRulesParameterSetBuilder builder) Instiaciates a new DeviceCompliancePolicyScheduleActionsForRulesParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static DeviceCompliancePolicyScheduleActionsForRulesParameterSet.DeviceCompliancePolicyScheduleActionsForRulesParameterSetBuilder newBuilder()Gets a new builder for the body- Returns:
- a new builder
-
getFunctionOptions
Gets the functions options from the properties that have been set- Returns:
- a list of function options for the request
-