| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
UserAccount |
UserAccount.Builder.build() |
UserAccount |
UserAccount.withDisplayName(String displayName) |
UserAccount |
UserAccount.withLastSeenDateTime(OffsetDateTime lastSeenDateTime) |
UserAccount |
UserAccount.withRiskScore(String riskScore) |
UserAccount |
UserAccount.withService(String service) |
UserAccount |
UserAccount.withSigninName(String signinName) |
UserAccount |
UserAccount.withStatus(AccountStatus status) |
| Modifier and Type | Field and Description |
|---|---|
protected List<UserAccount> |
UserSecurityProfile.accounts |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<UserAccount> |
UserSecurityProfile.getAccounts() |
| Modifier and Type | Method and Description |
|---|---|
UserSecurityProfile.Builder |
UserSecurityProfile.Builder.accounts(List<UserAccount> accounts) |
Copyright © 2018–2020. All rights reserved.