Package com.microsoft.graph.models
Class ManagedDeviceUpdateWindowsDeviceAccountParameterSet.ManagedDeviceUpdateWindowsDeviceAccountParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.ManagedDeviceUpdateWindowsDeviceAccountParameterSet.ManagedDeviceUpdateWindowsDeviceAccountParameterSetBuilder
- Enclosing class:
ManagedDeviceUpdateWindowsDeviceAccountParameterSet
public static final class ManagedDeviceUpdateWindowsDeviceAccountParameterSet.ManagedDeviceUpdateWindowsDeviceAccountParameterSetBuilder
extends Object
Fluent builder for the ManagedDeviceUpdateWindowsDeviceAccountParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe updateWindowsDeviceAccountActionParameter parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new ManagedDeviceUpdateWindowsDeviceAccountParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestSets the UpdateWindowsDeviceAccountActionParameter
-
Field Details
-
updateWindowsDeviceAccountActionParameter
@Nullable protected UpdateWindowsDeviceAccountActionParameter updateWindowsDeviceAccountActionParameterThe updateWindowsDeviceAccountActionParameter parameter value
-
-
Constructor Details
-
ManagedDeviceUpdateWindowsDeviceAccountParameterSetBuilder
@Nullable protected ManagedDeviceUpdateWindowsDeviceAccountParameterSetBuilder()Instanciates a new ManagedDeviceUpdateWindowsDeviceAccountParameterSetBuilder
-
-
Method Details
-
withUpdateWindowsDeviceAccountActionParameter
@Nonnull public ManagedDeviceUpdateWindowsDeviceAccountParameterSet.ManagedDeviceUpdateWindowsDeviceAccountParameterSetBuilder withUpdateWindowsDeviceAccountActionParameter(@Nullable UpdateWindowsDeviceAccountActionParameter val) Sets the UpdateWindowsDeviceAccountActionParameter- 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
-