Class DeviceManagementReportsGetHistoricalReportParameterSet

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

public class DeviceManagementReportsGetHistoricalReportParameterSet extends Object
The class for the Device Management Reports Get Historical 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.
    • filter

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

    • DeviceManagementReportsGetHistoricalReportParameterSet

      public DeviceManagementReportsGetHistoricalReportParameterSet()
      Instiaciates a new DeviceManagementReportsGetHistoricalReportParameterSet
    • DeviceManagementReportsGetHistoricalReportParameterSet

      protected DeviceManagementReportsGetHistoricalReportParameterSet(@Nonnull DeviceManagementReportsGetHistoricalReportParameterSet.DeviceManagementReportsGetHistoricalReportParameterSetBuilder builder)
      Instiaciates a new DeviceManagementReportsGetHistoricalReportParameterSet
      Parameters:
      builder - builder bearing the parameters to initialize from
  • Method Details