| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected WindowsUserType |
OutOfBoxExperienceSettings.userType |
| Modifier and Type | Method and Description |
|---|---|
Optional<WindowsUserType> |
OutOfBoxExperienceSettings.getUserType()
“Type of user”
|
| Modifier and Type | Method and Description |
|---|---|
OutOfBoxExperienceSettings.Builder |
OutOfBoxExperienceSettings.Builder.userType(WindowsUserType userType)
“Type of user”
|
OutOfBoxExperienceSettings |
OutOfBoxExperienceSettings.withUserType(WindowsUserType userType)
Returns an immutable copy of
this with just the userType field
changed. |
| Modifier and Type | Method and Description |
|---|---|
static WindowsUserType |
WindowsUserType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WindowsUserType[] |
WindowsUserType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.