Class ReportRootGetGroupArchivedPrintJobsParameterSet

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

public class ReportRootGetGroupArchivedPrintJobsParameterSet extends Object
The class for the Report Root Get Group Archived Print Jobs Parameter Set.
  • Field Details

    • groupId

      @SerializedName(value="groupId", alternate="GroupId") @Expose @Nullable public String groupId
      The group Id.
    • startDateTime

      @SerializedName(value="startDateTime", alternate="StartDateTime") @Expose @Nullable public OffsetDateTime startDateTime
      The start Date Time.
    • endDateTime

      @SerializedName(value="endDateTime", alternate="EndDateTime") @Expose @Nullable public OffsetDateTime endDateTime
      The end Date Time.
  • Constructor Details

    • ReportRootGetGroupArchivedPrintJobsParameterSet

      public ReportRootGetGroupArchivedPrintJobsParameterSet()
      Instiaciates a new ReportRootGetGroupArchivedPrintJobsParameterSet
    • ReportRootGetGroupArchivedPrintJobsParameterSet

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