Package com.microsoft.graph.models
Class UserWipeManagedAppRegistrationsByDeviceTagParameterSet.UserWipeManagedAppRegistrationsByDeviceTagParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.UserWipeManagedAppRegistrationsByDeviceTagParameterSet.UserWipeManagedAppRegistrationsByDeviceTagParameterSetBuilder
- Enclosing class:
UserWipeManagedAppRegistrationsByDeviceTagParameterSet
public static final class UserWipeManagedAppRegistrationsByDeviceTagParameterSet.UserWipeManagedAppRegistrationsByDeviceTagParameterSetBuilder
extends Object
Fluent builder for the UserWipeManagedAppRegistrationsByDeviceTagParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new UserWipeManagedAppRegistrationsByDeviceTagParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithDeviceTag(String val) Sets the DeviceTag
-
Field Details
-
deviceTag
The deviceTag parameter value
-
-
Constructor Details
-
UserWipeManagedAppRegistrationsByDeviceTagParameterSetBuilder
@Nullable protected UserWipeManagedAppRegistrationsByDeviceTagParameterSetBuilder()Instanciates a new UserWipeManagedAppRegistrationsByDeviceTagParameterSetBuilder
-
-
Method Details
-
withDeviceTag
@Nonnull public UserWipeManagedAppRegistrationsByDeviceTagParameterSet.UserWipeManagedAppRegistrationsByDeviceTagParameterSetBuilder withDeviceTag(@Nullable String val) Sets the DeviceTag- 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
-