Class ReportRootGetMailboxUsageDetailParameterSet

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

public class ReportRootGetMailboxUsageDetailParameterSet extends Object
The class for the Report Root Get Mailbox Usage Detail Parameter Set.
  • Field Details

    • period

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

    • ReportRootGetMailboxUsageDetailParameterSet

      public ReportRootGetMailboxUsageDetailParameterSet()
      Instiaciates a new ReportRootGetMailboxUsageDetailParameterSet
    • ReportRootGetMailboxUsageDetailParameterSet

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