Package com.microsoft.graph.models
Class DeviceManagementReportsGetConfigurationPolicyNonComplianceReportParameterSet
java.lang.Object
com.microsoft.graph.models.DeviceManagementReportsGetConfigurationPolicyNonComplianceReportParameterSet
public class DeviceManagementReportsGetConfigurationPolicyNonComplianceReportParameterSet
extends Object
The class for the Device Management Reports Get Configuration Policy Non Compliance Report Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the DeviceManagementReportsGetConfigurationPolicyNonComplianceReportParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new DeviceManagementReportsGetConfigurationPolicyNonComplianceReportParameterSetprotected
DeviceManagementReportsGetConfigurationPolicyNonComplianceReportParameterSet
(DeviceManagementReportsGetConfigurationPolicyNonComplianceReportParameterSet.DeviceManagementReportsGetConfigurationPolicyNonComplianceReportParameterSetBuilder builder) Instiaciates a new DeviceManagementReportsGetConfigurationPolicyNonComplianceReportParameterSet -
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
-
name
The name. -
select
The select. -
search
The search. -
groupBy
The group By. -
orderBy
The order By. -
skip
The skip. -
top
The top. -
sessionId
The session Id. -
filter
The filter.
-
-
Constructor Details
-
DeviceManagementReportsGetConfigurationPolicyNonComplianceReportParameterSet
public DeviceManagementReportsGetConfigurationPolicyNonComplianceReportParameterSet()Instiaciates a new DeviceManagementReportsGetConfigurationPolicyNonComplianceReportParameterSet -
DeviceManagementReportsGetConfigurationPolicyNonComplianceReportParameterSet
protected DeviceManagementReportsGetConfigurationPolicyNonComplianceReportParameterSet(@Nonnull DeviceManagementReportsGetConfigurationPolicyNonComplianceReportParameterSet.DeviceManagementReportsGetConfigurationPolicyNonComplianceReportParameterSetBuilder builder) Instiaciates a new DeviceManagementReportsGetConfigurationPolicyNonComplianceReportParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static DeviceManagementReportsGetConfigurationPolicyNonComplianceReportParameterSet.DeviceManagementReportsGetConfigurationPolicyNonComplianceReportParameterSetBuilder 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
-