Class ReportRootGetYammerDeviceUsageUserDetailParameterSet

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

public class ReportRootGetYammerDeviceUsageUserDetailParameterSet extends Object
The class for the Report Root Get Yammer Device Usage 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

    • ReportRootGetYammerDeviceUsageUserDetailParameterSet

      public ReportRootGetYammerDeviceUsageUserDetailParameterSet()
      Instiaciates a new ReportRootGetYammerDeviceUsageUserDetailParameterSet
    • ReportRootGetYammerDeviceUsageUserDetailParameterSet

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