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