Uses of Class
odata.msgraph.client.beta.complex.LogonUser
-
Packages that use LogonUser Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of LogonUser in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return LogonUser Modifier and Type Method Description LogonUserLogonUser.Builder. build()LogonUserLogonUser. withAccountDomain(String accountDomain)LogonUserLogonUser. withAccountName(String accountName)LogonUserLogonUser. withAccountType(UserAccountSecurityType accountType)LogonUserLogonUser. withFirstSeenDateTime(OffsetDateTime firstSeenDateTime)LogonUserLogonUser. withLastSeenDateTime(OffsetDateTime lastSeenDateTime)LogonUserLogonUser. withLogonId(String logonId)LogonUserLogonUser. withUnmappedField(String name, String value) -
Uses of LogonUser in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type LogonUser Modifier and Type Field Description protected List<LogonUser>HostSecurityProfile. logonUsersMethods in odata.msgraph.client.beta.entity that return types with arguments of type LogonUser Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<LogonUser>HostSecurityProfile. getLogonUsers()com.github.davidmoten.odata.client.CollectionPage<LogonUser>HostSecurityProfile. getLogonUsers(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.entity with parameters of type LogonUser Modifier and Type Method Description HostSecurityProfile.BuilderHostSecurityProfile.Builder. logonUsers(LogonUser... logonUsers)Method parameters in odata.msgraph.client.beta.entity with type arguments of type LogonUser Modifier and Type Method Description HostSecurityProfile.BuilderHostSecurityProfile.Builder. logonUsers(List<LogonUser> logonUsers)HostSecurityProfileHostSecurityProfile. withLogonUsers(List<LogonUser> logonUsers)
-