public class DeviceManagementReportsGetCachedReportParameterSet
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DeviceManagementReportsGetCachedReportParameterSet.DeviceManagementReportsGetCachedReportParameterSetBuilder
Fluent builder for the DeviceManagementReportsGetCachedReportParameterSet
|
| Modifier and Type | Field and Description |
|---|---|
java.util.List<java.lang.String> |
groupBy
The group By.
|
java.lang.String |
id
The id.
|
java.util.List<java.lang.String> |
orderBy
The order By.
|
java.lang.String |
search
The search.
|
java.util.List<java.lang.String> |
select
The select.
|
java.lang.Integer |
skip
The skip.
|
java.lang.Integer |
top
The top.
|
| Modifier | Constructor and Description |
|---|---|
|
DeviceManagementReportsGetCachedReportParameterSet()
Instiaciates a new DeviceManagementReportsGetCachedReportParameterSet
|
protected |
DeviceManagementReportsGetCachedReportParameterSet(DeviceManagementReportsGetCachedReportParameterSet.DeviceManagementReportsGetCachedReportParameterSetBuilder builder)
Instiaciates a new DeviceManagementReportsGetCachedReportParameterSet
|
| 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 DeviceManagementReportsGetCachedReportParameterSet.DeviceManagementReportsGetCachedReportParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="id",
alternate="Id")
@Expose
@Nullable
public java.lang.String id
@SerializedName(value="select",
alternate="Select")
@Expose
@Nullable
public java.util.List<java.lang.String> select
@SerializedName(value="search",
alternate="Search")
@Expose
@Nullable
public java.lang.String search
@SerializedName(value="groupBy",
alternate="GroupBy")
@Expose
@Nullable
public java.util.List<java.lang.String> groupBy
@SerializedName(value="orderBy",
alternate="OrderBy")
@Expose
@Nullable
public java.util.List<java.lang.String> orderBy
@SerializedName(value="skip",
alternate="Skip")
@Expose
@Nullable
public java.lang.Integer skip
@SerializedName(value="top",
alternate="Top")
@Expose
@Nullable
public java.lang.Integer top
public DeviceManagementReportsGetCachedReportParameterSet()
protected DeviceManagementReportsGetCachedReportParameterSet(@Nonnull
DeviceManagementReportsGetCachedReportParameterSet.DeviceManagementReportsGetCachedReportParameterSetBuilder builder)
builder - builder bearing the parameters to initialize from@Nonnull public static DeviceManagementReportsGetCachedReportParameterSet.DeviceManagementReportsGetCachedReportParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()