| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
LoggedOnUser |
LoggedOnUser.Builder.build() |
LoggedOnUser |
LoggedOnUser.withLastLogOnDateTime(OffsetDateTime lastLogOnDateTime)
Returns an immutable copy of
this with just the lastLogOnDateTime
field changed. |
LoggedOnUser |
LoggedOnUser.withUserId(String userId)
Returns an immutable copy of
this with just the userId field
changed. |
| Modifier and Type | Field and Description |
|---|---|
protected List<LoggedOnUser> |
ManagedDevice.usersLoggedOn |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<LoggedOnUser> |
ManagedDevice.getUsersLoggedOn()
“Indicates the last logged on users of a device.
|
| Modifier and Type | Method and Description |
|---|---|
WindowsManagedDevice.Builder |
WindowsManagedDevice.Builder.usersLoggedOn(List<LoggedOnUser> usersLoggedOn) |
ManagedDevice.Builder |
ManagedDevice.Builder.usersLoggedOn(List<LoggedOnUser> usersLoggedOn)
“Indicates the last logged on users of a device.
|
Copyright © 2018–2020. All rights reserved.