Uses of Class
odata.msgraph.client.beta.complex.LoggedOnUser
-
Packages that use LoggedOnUser Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of LoggedOnUser in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return LoggedOnUser Modifier and Type Method Description LoggedOnUserLoggedOnUser.Builder. build()LoggedOnUserLoggedOnUser. withLastLogOnDateTime(OffsetDateTime lastLogOnDateTime)Returns an immutable copy ofthiswith just thelastLogOnDateTimefield changed.LoggedOnUserLoggedOnUser. withUnmappedField(String name, String value)LoggedOnUserLoggedOnUser. withUserId(String userId)Returns an immutable copy ofthiswith just theuserIdfield changed. -
Uses of LoggedOnUser in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type LoggedOnUser Modifier and Type Field Description protected List<LoggedOnUser>ManagedDevice. usersLoggedOnMethods in odata.msgraph.client.beta.entity that return types with arguments of type LoggedOnUser Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<LoggedOnUser>ManagedDevice. getUsersLoggedOn()“Indicates the last logged on users of a device.com.github.davidmoten.odata.client.CollectionPage<LoggedOnUser>ManagedDevice. getUsersLoggedOn(com.github.davidmoten.odata.client.HttpRequestOptions options)“Indicates the last logged on users of a device.Methods in odata.msgraph.client.beta.entity with parameters of type LoggedOnUser Modifier and Type Method Description ManagedDevice.BuilderManagedDevice.Builder. usersLoggedOn(LoggedOnUser... usersLoggedOn)“Indicates the last logged on users of a device.WindowsManagedDevice.BuilderWindowsManagedDevice.Builder. usersLoggedOn(LoggedOnUser... usersLoggedOn)Method parameters in odata.msgraph.client.beta.entity with type arguments of type LoggedOnUser Modifier and Type Method Description ManagedDevice.BuilderManagedDevice.Builder. usersLoggedOn(List<LoggedOnUser> usersLoggedOn)“Indicates the last logged on users of a device.WindowsManagedDevice.BuilderWindowsManagedDevice.Builder. usersLoggedOn(List<LoggedOnUser> usersLoggedOn)ManagedDeviceManagedDevice. withUsersLoggedOn(List<LoggedOnUser> usersLoggedOn)Returns an immutable copy ofthiswith just theusersLoggedOnfield changed.
-