Class ReportRootGetM365AppUserDetailParameterSet

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

public class ReportRootGetM365AppUserDetailParameterSet extends Object
The class for the Report Root Get M365App User Detail Parameter Set.
  • Field Details

    • date

      @SerializedName(value="date", alternate="Date") @Expose @Nullable public com.microsoft.graph.core.DateOnly date
      The date.
    • period

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

    • ReportRootGetM365AppUserDetailParameterSet

      public ReportRootGetM365AppUserDetailParameterSet()
      Instiaciates a new ReportRootGetM365AppUserDetailParameterSet
    • ReportRootGetM365AppUserDetailParameterSet

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