Class ReportRootGetOffice365GroupsActivityDetailParameterSet

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

public class ReportRootGetOffice365GroupsActivityDetailParameterSet extends Object
The class for the Report Root Get Office365Groups Activity 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

    • ReportRootGetOffice365GroupsActivityDetailParameterSet

      public ReportRootGetOffice365GroupsActivityDetailParameterSet()
      Instiaciates a new ReportRootGetOffice365GroupsActivityDetailParameterSet
    • ReportRootGetOffice365GroupsActivityDetailParameterSet

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