| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
LogonUser |
LogonUser.Builder.build() |
LogonUser |
LogonUser.withAccountDomain(String accountDomain) |
LogonUser |
LogonUser.withAccountName(String accountName) |
LogonUser |
LogonUser.withAccountType(UserAccountSecurityType accountType) |
LogonUser |
LogonUser.withFirstSeenDateTime(OffsetDateTime firstSeenDateTime) |
LogonUser |
LogonUser.withLastSeenDateTime(OffsetDateTime lastSeenDateTime) |
LogonUser |
LogonUser.withLogonId(String logonId) |
| Modifier and Type | Field and Description |
|---|---|
protected List<LogonUser> |
HostSecurityProfile.logonUsers |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<LogonUser> |
HostSecurityProfile.getLogonUsers() |
| Modifier and Type | Method and Description |
|---|---|
HostSecurityProfile.Builder |
HostSecurityProfile.Builder.logonUsers(List<LogonUser> logonUsers) |
Copyright © 2018–2020. All rights reserved.