Class ReportRootGetTeamsTeamActivityDetailParameterSet

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

public class ReportRootGetTeamsTeamActivityDetailParameterSet extends Object
The class for the Report Root Get Teams Team 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

    • ReportRootGetTeamsTeamActivityDetailParameterSet

      public ReportRootGetTeamsTeamActivityDetailParameterSet()
      Instiaciates a new ReportRootGetTeamsTeamActivityDetailParameterSet
    • ReportRootGetTeamsTeamActivityDetailParameterSet

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