public class ReportRootGetYammerDeviceUsageUserDetailParameterSet
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ReportRootGetYammerDeviceUsageUserDetailParameterSet.ReportRootGetYammerDeviceUsageUserDetailParameterSetBuilder
Fluent builder for the ReportRootGetYammerDeviceUsageUserDetailParameterSet
|
Modifier and Type | Field and Description |
---|---|
com.microsoft.graph.core.DateOnly |
date
The date.
|
java.lang.String |
period
The period.
|
Modifier | Constructor and Description |
---|---|
|
ReportRootGetYammerDeviceUsageUserDetailParameterSet()
Instiaciates a new ReportRootGetYammerDeviceUsageUserDetailParameterSet
|
protected |
ReportRootGetYammerDeviceUsageUserDetailParameterSet(ReportRootGetYammerDeviceUsageUserDetailParameterSet.ReportRootGetYammerDeviceUsageUserDetailParameterSetBuilder builder)
Instiaciates a new ReportRootGetYammerDeviceUsageUserDetailParameterSet
|
Modifier and Type | Method and Description |
---|---|
java.util.List<com.microsoft.graph.options.FunctionOption> |
getFunctionOptions()
Gets the functions options from the properties that have been set
|
static ReportRootGetYammerDeviceUsageUserDetailParameterSet.ReportRootGetYammerDeviceUsageUserDetailParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="date", alternate="Date") @Expose @Nullable public com.microsoft.graph.core.DateOnly date
@SerializedName(value="period", alternate="Period") @Expose @Nullable public java.lang.String period
public ReportRootGetYammerDeviceUsageUserDetailParameterSet()
protected ReportRootGetYammerDeviceUsageUserDetailParameterSet(@Nonnull ReportRootGetYammerDeviceUsageUserDetailParameterSet.ReportRootGetYammerDeviceUsageUserDetailParameterSetBuilder builder)
builder
- builder bearing the parameters to initialize from@Nonnull public static ReportRootGetYammerDeviceUsageUserDetailParameterSet.ReportRootGetYammerDeviceUsageUserDetailParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()