Package com.microsoft.graph.models
Class ReportRootGetSharePointActivityUserDetailParameterSet
java.lang.Object
com.microsoft.graph.models.ReportRootGetSharePointActivityUserDetailParameterSet
The class for the Report Root Get Share Point Activity User Detail Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the ReportRootGetSharePointActivityUserDetailParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new ReportRootGetSharePointActivityUserDetailParameterSetprotected
ReportRootGetSharePointActivityUserDetailParameterSet
(ReportRootGetSharePointActivityUserDetailParameterSet.ReportRootGetSharePointActivityUserDetailParameterSetBuilder builder) Instiaciates a new ReportRootGetSharePointActivityUserDetailParameterSet -
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
-
ReportRootGetSharePointActivityUserDetailParameterSet
public ReportRootGetSharePointActivityUserDetailParameterSet()Instiaciates a new ReportRootGetSharePointActivityUserDetailParameterSet
-
-
Method Details
-
newBuilder
@Nonnull public static ReportRootGetSharePointActivityUserDetailParameterSet.ReportRootGetSharePointActivityUserDetailParameterSetBuilder 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
-