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