public class DeviceManagementReportsGetPolicyNonComplianceSummaryReportParameterSet
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DeviceManagementReportsGetPolicyNonComplianceSummaryReportParameterSet.DeviceManagementReportsGetPolicyNonComplianceSummaryReportParameterSetBuilder
Fluent builder for the DeviceManagementReportsGetPolicyNonComplianceSummaryReportParameterSet
|
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
filter
The filter.
|
java.util.List<java.lang.String> |
groupBy
The group By.
|
java.lang.String |
name
The name.
|
java.util.List<java.lang.String> |
orderBy
The order By.
|
java.lang.String |
search
The search.
|
java.util.List<java.lang.String> |
select
The select.
|
java.lang.String |
sessionId
The session Id.
|
java.lang.Integer |
skip
The skip.
|
java.lang.Integer |
top
The top.
|
| Modifier | Constructor and Description |
|---|---|
|
DeviceManagementReportsGetPolicyNonComplianceSummaryReportParameterSet()
Instiaciates a new DeviceManagementReportsGetPolicyNonComplianceSummaryReportParameterSet
|
protected |
DeviceManagementReportsGetPolicyNonComplianceSummaryReportParameterSet(DeviceManagementReportsGetPolicyNonComplianceSummaryReportParameterSet.DeviceManagementReportsGetPolicyNonComplianceSummaryReportParameterSetBuilder builder)
Instiaciates a new DeviceManagementReportsGetPolicyNonComplianceSummaryReportParameterSet
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<com.microsoft.graph.options.FunctionOption> |
getFunctionOptions()
Gets the functions options from the properties that have been set
|
static DeviceManagementReportsGetPolicyNonComplianceSummaryReportParameterSet.DeviceManagementReportsGetPolicyNonComplianceSummaryReportParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="name",
alternate="Name")
@Expose
@Nullable
public java.lang.String name
@SerializedName(value="select",
alternate="Select")
@Expose
@Nullable
public java.util.List<java.lang.String> select
@SerializedName(value="search",
alternate="Search")
@Expose
@Nullable
public java.lang.String search
@SerializedName(value="groupBy",
alternate="GroupBy")
@Expose
@Nullable
public java.util.List<java.lang.String> groupBy
@SerializedName(value="orderBy",
alternate="OrderBy")
@Expose
@Nullable
public java.util.List<java.lang.String> orderBy
@SerializedName(value="skip",
alternate="Skip")
@Expose
@Nullable
public java.lang.Integer skip
@SerializedName(value="top",
alternate="Top")
@Expose
@Nullable
public java.lang.Integer top
@SerializedName(value="sessionId",
alternate="SessionId")
@Expose
@Nullable
public java.lang.String sessionId
@SerializedName(value="filter",
alternate="Filter")
@Expose
@Nullable
public java.lang.String filter
public DeviceManagementReportsGetPolicyNonComplianceSummaryReportParameterSet()
protected DeviceManagementReportsGetPolicyNonComplianceSummaryReportParameterSet(@Nonnull
DeviceManagementReportsGetPolicyNonComplianceSummaryReportParameterSet.DeviceManagementReportsGetPolicyNonComplianceSummaryReportParameterSetBuilder builder)
builder - builder bearing the parameters to initialize from@Nonnull public static DeviceManagementReportsGetPolicyNonComplianceSummaryReportParameterSet.DeviceManagementReportsGetPolicyNonComplianceSummaryReportParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()