Package com.microsoft.graph.models
Class ReportRootGetYammerDeviceUsageUserDetailParameterSet.ReportRootGetYammerDeviceUsageUserDetailParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.ReportRootGetYammerDeviceUsageUserDetailParameterSet.ReportRootGetYammerDeviceUsageUserDetailParameterSetBuilder
- Enclosing class:
ReportRootGetYammerDeviceUsageUserDetailParameterSet
public static final class ReportRootGetYammerDeviceUsageUserDetailParameterSet.ReportRootGetYammerDeviceUsageUserDetailParameterSetBuilder
extends Object
Fluent builder for the ReportRootGetYammerDeviceUsageUserDetailParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new ReportRootGetYammerDeviceUsageUserDetailParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestwithDate
(com.microsoft.graph.core.DateOnly val) Sets the DatewithPeriod
(String val) Sets the Period
-
Field Details
-
date
@Nullable protected com.microsoft.graph.core.DateOnly dateThe date parameter value -
period
The period parameter value
-
-
Constructor Details
-
ReportRootGetYammerDeviceUsageUserDetailParameterSetBuilder
@Nullable protected ReportRootGetYammerDeviceUsageUserDetailParameterSetBuilder()Instanciates a new ReportRootGetYammerDeviceUsageUserDetailParameterSetBuilder
-
-
Method Details
-
withDate
@Nonnull public ReportRootGetYammerDeviceUsageUserDetailParameterSet.ReportRootGetYammerDeviceUsageUserDetailParameterSetBuilder withDate(@Nullable com.microsoft.graph.core.DateOnly val) Sets the Date- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withPeriod
@Nonnull public ReportRootGetYammerDeviceUsageUserDetailParameterSet.ReportRootGetYammerDeviceUsageUserDetailParameterSetBuilder withPeriod(@Nullable String val) Sets the Period- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
build
Buils the resulting body object to be passed to the request- Returns:
- the body object to pass to the request
-