Package com.microsoft.graph.models
Class WindowsAutopilotDeviceIdentityUpdateDevicePropertiesParameterSet
java.lang.Object
com.microsoft.graph.models.WindowsAutopilotDeviceIdentityUpdateDevicePropertiesParameterSet
The class for the Windows Autopilot Device Identity Update Device Properties Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the WindowsAutopilotDeviceIdentityUpdateDevicePropertiesParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptionThe addressable User Name.The display Name.The group Tag.The user Principal Name. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WindowsAutopilotDeviceIdentityUpdateDevicePropertiesParameterSetprotected
WindowsAutopilotDeviceIdentityUpdateDevicePropertiesParameterSet
(WindowsAutopilotDeviceIdentityUpdateDevicePropertiesParameterSet.WindowsAutopilotDeviceIdentityUpdateDevicePropertiesParameterSetBuilder builder) Instiaciates a new WindowsAutopilotDeviceIdentityUpdateDevicePropertiesParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>
Gets the functions options from the properties that have been setGets a new builder for the body
-
Field Details
-
userPrincipalName
@SerializedName(value="userPrincipalName", alternate="UserPrincipalName") @Expose @Nullable public String userPrincipalNameThe user Principal Name. -
addressableUserName
@SerializedName(value="addressableUserName", alternate="AddressableUserName") @Expose @Nullable public String addressableUserNameThe addressable User Name. -
groupTag
The group Tag. -
displayName
@SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayNameThe display Name.
-
-
Constructor Details
-
WindowsAutopilotDeviceIdentityUpdateDevicePropertiesParameterSet
public WindowsAutopilotDeviceIdentityUpdateDevicePropertiesParameterSet()Instiaciates a new WindowsAutopilotDeviceIdentityUpdateDevicePropertiesParameterSet -
WindowsAutopilotDeviceIdentityUpdateDevicePropertiesParameterSet
protected WindowsAutopilotDeviceIdentityUpdateDevicePropertiesParameterSet(@Nonnull WindowsAutopilotDeviceIdentityUpdateDevicePropertiesParameterSet.WindowsAutopilotDeviceIdentityUpdateDevicePropertiesParameterSetBuilder builder) Instiaciates a new WindowsAutopilotDeviceIdentityUpdateDevicePropertiesParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WindowsAutopilotDeviceIdentityUpdateDevicePropertiesParameterSet.WindowsAutopilotDeviceIdentityUpdateDevicePropertiesParameterSetBuilder newBuilder()Gets a new builder for the body- Returns:
- a new builder
-
getFunctionOptions
Gets the functions options from the properties that have been set- Returns:
- a list of function options for the request
-