public class ReportRootGetSkypeForBusinessActivityUserDetailParameterSet
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ReportRootGetSkypeForBusinessActivityUserDetailParameterSet.ReportRootGetSkypeForBusinessActivityUserDetailParameterSetBuilder
Fluent builder for the ReportRootGetSkypeForBusinessActivityUserDetailParameterSet
|
Modifier and Type | Field and Description |
---|---|
com.microsoft.graph.core.DateOnly |
date
The date.
|
java.lang.String |
period
The period.
|
Modifier | Constructor and Description |
---|---|
|
ReportRootGetSkypeForBusinessActivityUserDetailParameterSet()
Instiaciates a new ReportRootGetSkypeForBusinessActivityUserDetailParameterSet
|
protected |
ReportRootGetSkypeForBusinessActivityUserDetailParameterSet(ReportRootGetSkypeForBusinessActivityUserDetailParameterSet.ReportRootGetSkypeForBusinessActivityUserDetailParameterSetBuilder builder)
Instiaciates a new ReportRootGetSkypeForBusinessActivityUserDetailParameterSet
|
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 ReportRootGetSkypeForBusinessActivityUserDetailParameterSet.ReportRootGetSkypeForBusinessActivityUserDetailParameterSetBuilder |
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 ReportRootGetSkypeForBusinessActivityUserDetailParameterSet()
protected ReportRootGetSkypeForBusinessActivityUserDetailParameterSet(@Nonnull ReportRootGetSkypeForBusinessActivityUserDetailParameterSet.ReportRootGetSkypeForBusinessActivityUserDetailParameterSetBuilder builder)
builder
- builder bearing the parameters to initialize from@Nonnull public static ReportRootGetSkypeForBusinessActivityUserDetailParameterSet.ReportRootGetSkypeForBusinessActivityUserDetailParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()