Class DeviceManagementReportsGetCachedReportParameterSet

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

public class DeviceManagementReportsGetCachedReportParameterSet extends Object
The class for the Device Management Reports Get Cached Report Parameter Set.
  • Field Details

    • id

      @SerializedName(value="id", alternate="Id") @Expose @Nullable public String id
      The id.
    • 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.
  • Constructor Details

    • DeviceManagementReportsGetCachedReportParameterSet

      public DeviceManagementReportsGetCachedReportParameterSet()
      Instiaciates a new DeviceManagementReportsGetCachedReportParameterSet
    • DeviceManagementReportsGetCachedReportParameterSet

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