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