Package com.microsoft.graph.models
Class ReportRootGetEmailActivityUserDetailParameterSet
java.lang.Object
com.microsoft.graph.models.ReportRootGetEmailActivityUserDetailParameterSet
The class for the Report Root Get Email Activity User Detail Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the ReportRootGetEmailActivityUserDetailParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new ReportRootGetEmailActivityUserDetailParameterSetprotectedReportRootGetEmailActivityUserDetailParameterSet(ReportRootGetEmailActivityUserDetailParameterSet.ReportRootGetEmailActivityUserDetailParameterSetBuilder builder) Instiaciates a new ReportRootGetEmailActivityUserDetailParameterSet -
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
-
ReportRootGetEmailActivityUserDetailParameterSet
public ReportRootGetEmailActivityUserDetailParameterSet()Instiaciates a new ReportRootGetEmailActivityUserDetailParameterSet -
ReportRootGetEmailActivityUserDetailParameterSet
protected ReportRootGetEmailActivityUserDetailParameterSet(@Nonnull ReportRootGetEmailActivityUserDetailParameterSet.ReportRootGetEmailActivityUserDetailParameterSetBuilder builder) Instiaciates a new ReportRootGetEmailActivityUserDetailParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static ReportRootGetEmailActivityUserDetailParameterSet.ReportRootGetEmailActivityUserDetailParameterSetBuilder 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
-