Uses of Class
odata.msgraph.client.security.complex.LoggedOnUser
-
Packages that use LoggedOnUser Package Description odata.msgraph.client.security.complex -
-
Uses of LoggedOnUser in odata.msgraph.client.security.complex
Fields in odata.msgraph.client.security.complex with type parameters of type LoggedOnUser Modifier and Type Field Description protected List<LoggedOnUser>DeviceEvidence. loggedOnUsersMethods in odata.msgraph.client.security.complex that return LoggedOnUser Modifier and Type Method Description LoggedOnUserLoggedOnUser.Builder. build()LoggedOnUserLoggedOnUser. withAccountName(String accountName)LoggedOnUserLoggedOnUser. withDomainName(String domainName)LoggedOnUserLoggedOnUser. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.security.complex that return types with arguments of type LoggedOnUser Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<LoggedOnUser>DeviceEvidence. getLoggedOnUsers()com.github.davidmoten.odata.client.CollectionPage<LoggedOnUser>DeviceEvidence. getLoggedOnUsers(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.security.complex with parameters of type LoggedOnUser Modifier and Type Method Description DeviceEvidence.BuilderDeviceEvidence.Builder. loggedOnUsers(LoggedOnUser... loggedOnUsers)Method parameters in odata.msgraph.client.security.complex with type arguments of type LoggedOnUser Modifier and Type Method Description DeviceEvidence.BuilderDeviceEvidence.Builder. loggedOnUsers(List<LoggedOnUser> loggedOnUsers)
-