Package com.microsoft.graph.models
Class ReportRootGetOneDriveActivityUserDetailParameterSet
java.lang.Object
com.microsoft.graph.models.ReportRootGetOneDriveActivityUserDetailParameterSet
The class for the Report Root Get One Drive Activity User Detail Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the ReportRootGetOneDriveActivityUserDetailParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new ReportRootGetOneDriveActivityUserDetailParameterSetprotected
ReportRootGetOneDriveActivityUserDetailParameterSet
(ReportRootGetOneDriveActivityUserDetailParameterSet.ReportRootGetOneDriveActivityUserDetailParameterSetBuilder builder) Instiaciates a new ReportRootGetOneDriveActivityUserDetailParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>
Gets the functions options from the properties that have been setGets a new builder for the body
-
Field Details
-
date
@SerializedName(value="date", alternate="Date") @Expose @Nullable public com.microsoft.graph.core.DateOnly dateThe date. -
period
The period.
-
-
Constructor Details
-
ReportRootGetOneDriveActivityUserDetailParameterSet
public ReportRootGetOneDriveActivityUserDetailParameterSet()Instiaciates a new ReportRootGetOneDriveActivityUserDetailParameterSet -
ReportRootGetOneDriveActivityUserDetailParameterSet
protected ReportRootGetOneDriveActivityUserDetailParameterSet(@Nonnull ReportRootGetOneDriveActivityUserDetailParameterSet.ReportRootGetOneDriveActivityUserDetailParameterSetBuilder builder) Instiaciates a new ReportRootGetOneDriveActivityUserDetailParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static ReportRootGetOneDriveActivityUserDetailParameterSet.ReportRootGetOneDriveActivityUserDetailParameterSetBuilder newBuilder()Gets a new builder for the body- Returns:
- a new builder
-
getFunctionOptions
Gets the functions options from the properties that have been set- Returns:
- a list of function options for the request
-