Package com.microsoft.graph.models
Class ReportRootManagedDeviceEnrollmentFailureDetailsParameterSet.ReportRootManagedDeviceEnrollmentFailureDetailsParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.ReportRootManagedDeviceEnrollmentFailureDetailsParameterSet.ReportRootManagedDeviceEnrollmentFailureDetailsParameterSetBuilder
- Enclosing class:
ReportRootManagedDeviceEnrollmentFailureDetailsParameterSet
public static final class ReportRootManagedDeviceEnrollmentFailureDetailsParameterSet.ReportRootManagedDeviceEnrollmentFailureDetailsParameterSetBuilder
extends Object
Fluent builder for the ReportRootManagedDeviceEnrollmentFailureDetailsParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new ReportRootManagedDeviceEnrollmentFailureDetailsParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithFilter(String val) Sets the FilterSets the SkipwithSkipToken(String val) Sets the SkipTokenSets the Top
-
Field Details
-
skip
The skip parameter value -
top
The top parameter value -
filter
The filter parameter value -
skipToken
The skipToken parameter value
-
-
Constructor Details
-
ReportRootManagedDeviceEnrollmentFailureDetailsParameterSetBuilder
@Nullable protected ReportRootManagedDeviceEnrollmentFailureDetailsParameterSetBuilder()Instanciates a new ReportRootManagedDeviceEnrollmentFailureDetailsParameterSetBuilder
-
-
Method Details
-
withSkip
@Nonnull public ReportRootManagedDeviceEnrollmentFailureDetailsParameterSet.ReportRootManagedDeviceEnrollmentFailureDetailsParameterSetBuilder withSkip(@Nullable Integer val) Sets the Skip- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withTop
@Nonnull public ReportRootManagedDeviceEnrollmentFailureDetailsParameterSet.ReportRootManagedDeviceEnrollmentFailureDetailsParameterSetBuilder withTop(@Nullable Integer val) Sets the Top- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withFilter
@Nonnull public ReportRootManagedDeviceEnrollmentFailureDetailsParameterSet.ReportRootManagedDeviceEnrollmentFailureDetailsParameterSetBuilder withFilter(@Nullable String val) Sets the Filter- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withSkipToken
@Nonnull public ReportRootManagedDeviceEnrollmentFailureDetailsParameterSet.ReportRootManagedDeviceEnrollmentFailureDetailsParameterSetBuilder withSkipToken(@Nullable String val) Sets the SkipToken- 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
-