| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected LogonType |
UserSecurityState.logonType |
| Modifier and Type | Field and Description |
|---|---|
protected List<LogonType> |
LogonUser.logonTypes |
| Modifier and Type | Method and Description |
|---|---|
Optional<LogonType> |
UserSecurityState.getLogonType() |
com.github.davidmoten.odata.client.CollectionPage<LogonType> |
LogonUser.getLogonTypes() |
| Modifier and Type | Method and Description |
|---|---|
UserSecurityState.Builder |
UserSecurityState.Builder.logonType(LogonType logonType) |
UserSecurityState |
UserSecurityState.withLogonType(LogonType logonType) |
| Modifier and Type | Method and Description |
|---|---|
LogonUser.Builder |
LogonUser.Builder.logonTypes(List<LogonType> logonTypes) |
| Modifier and Type | Method and Description |
|---|---|
static LogonType |
LogonType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogonType[] |
LogonType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.