Class DeviceManagementReportsGetPolicyNonComplianceSummaryReportParameterSet

java.lang.Object
com.microsoft.graph.models.DeviceManagementReportsGetPolicyNonComplianceSummaryReportParameterSet

public class DeviceManagementReportsGetPolicyNonComplianceSummaryReportParameterSet extends Object
The class for the Device Management Reports Get Policy Non Compliance Summary Report Parameter Set.
  • Field Details

    • name

      @SerializedName(value="name", alternate="Name") @Expose @Nullable public String name
      The name.
    • select

      @SerializedName(value="select", alternate="Select") @Expose @Nullable public List<String> select
      The select.
    • groupBy

      @SerializedName(value="groupBy", alternate="GroupBy") @Expose @Nullable public List<String> groupBy
      The group By.
    • orderBy

      @SerializedName(value="orderBy", alternate="OrderBy") @Expose @Nullable public List<String> orderBy
      The order By.
    • skip

      @SerializedName(value="skip", alternate="Skip") @Expose @Nullable public Integer skip
      The skip.
    • top

      @SerializedName(value="top", alternate="Top") @Expose @Nullable public Integer top
      The top.
    • sessionId

      @SerializedName(value="sessionId", alternate="SessionId") @Expose @Nullable public String sessionId
      The session Id.
    • filter

      @SerializedName(value="filter", alternate="Filter") @Expose @Nullable public String filter
      The filter.
  • Constructor Details

  • Method Details