public class ReportRootManagedDeviceEnrollmentFailureDetailsParameterSet
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ReportRootManagedDeviceEnrollmentFailureDetailsParameterSet.ReportRootManagedDeviceEnrollmentFailureDetailsParameterSetBuilder
Fluent builder for the ReportRootManagedDeviceEnrollmentFailureDetailsParameterSet
|
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
filter
The filter.
|
java.lang.Integer |
skip
The skip.
|
java.lang.String |
skipToken
The skip Token.
|
java.lang.Integer |
top
The top.
|
| Modifier | Constructor and Description |
|---|---|
|
ReportRootManagedDeviceEnrollmentFailureDetailsParameterSet()
Instiaciates a new ReportRootManagedDeviceEnrollmentFailureDetailsParameterSet
|
protected |
ReportRootManagedDeviceEnrollmentFailureDetailsParameterSet(ReportRootManagedDeviceEnrollmentFailureDetailsParameterSet.ReportRootManagedDeviceEnrollmentFailureDetailsParameterSetBuilder builder)
Instiaciates a new ReportRootManagedDeviceEnrollmentFailureDetailsParameterSet
|
| 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 ReportRootManagedDeviceEnrollmentFailureDetailsParameterSet.ReportRootManagedDeviceEnrollmentFailureDetailsParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="skip",
alternate="Skip")
@Expose
@Nullable
public java.lang.Integer skip
@SerializedName(value="top",
alternate="Top")
@Expose
@Nullable
public java.lang.Integer top
@SerializedName(value="filter",
alternate="Filter")
@Expose
@Nullable
public java.lang.String filter
@SerializedName(value="skipToken",
alternate="SkipToken")
@Expose
@Nullable
public java.lang.String skipToken
public ReportRootManagedDeviceEnrollmentFailureDetailsParameterSet()
protected ReportRootManagedDeviceEnrollmentFailureDetailsParameterSet(@Nonnull
ReportRootManagedDeviceEnrollmentFailureDetailsParameterSet.ReportRootManagedDeviceEnrollmentFailureDetailsParameterSetBuilder builder)
builder - builder bearing the parameters to initialize from@Nonnull public static ReportRootManagedDeviceEnrollmentFailureDetailsParameterSet.ReportRootManagedDeviceEnrollmentFailureDetailsParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()