Class ReportRootGetSkypeForBusinessActivityUserDetailParameterSet

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

public class ReportRootGetSkypeForBusinessActivityUserDetailParameterSet extends Object
The class for the Report Root Get Skype For Business Activity 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

    • ReportRootGetSkypeForBusinessActivityUserDetailParameterSet

      public ReportRootGetSkypeForBusinessActivityUserDetailParameterSet()
      Instiaciates a new ReportRootGetSkypeForBusinessActivityUserDetailParameterSet
    • ReportRootGetSkypeForBusinessActivityUserDetailParameterSet

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