| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected UserAccountSecurityType |
LogonUser.accountType |
protected UserAccountSecurityType |
UserSecurityState.userAccountType |
| Modifier and Type | Method and Description |
|---|---|
Optional<UserAccountSecurityType> |
LogonUser.getAccountType() |
Optional<UserAccountSecurityType> |
UserSecurityState.getUserAccountType() |
| Modifier and Type | Method and Description |
|---|---|
LogonUser.Builder |
LogonUser.Builder.accountType(UserAccountSecurityType accountType) |
UserSecurityState.Builder |
UserSecurityState.Builder.userAccountType(UserAccountSecurityType userAccountType) |
LogonUser |
LogonUser.withAccountType(UserAccountSecurityType accountType) |
UserSecurityState |
UserSecurityState.withUserAccountType(UserAccountSecurityType userAccountType) |
| Modifier and Type | Method and Description |
|---|---|
static UserAccountSecurityType |
UserAccountSecurityType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserAccountSecurityType[] |
UserAccountSecurityType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.