Uses of Class
odata.msgraph.client.beta.complex.UserAccount
-
Packages that use UserAccount Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of UserAccount in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return UserAccount Modifier and Type Method Description UserAccountUserAccount.Builder. build()UserAccountUserAccount. withDisplayName(String displayName)UserAccountUserAccount. withLastSeenDateTime(OffsetDateTime lastSeenDateTime)UserAccountUserAccount. withRiskScore(String riskScore)UserAccountUserAccount. withService(String service)UserAccountUserAccount. withSigninName(String signinName)UserAccountUserAccount. withStatus(AccountStatus status)UserAccountUserAccount. withUnmappedField(String name, String value) -
Uses of UserAccount in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type UserAccount Modifier and Type Field Description protected List<UserAccount>UserSecurityProfile. accountsMethods in odata.msgraph.client.beta.entity that return types with arguments of type UserAccount Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<UserAccount>UserSecurityProfile. getAccounts()com.github.davidmoten.odata.client.CollectionPage<UserAccount>UserSecurityProfile. getAccounts(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.entity with parameters of type UserAccount Modifier and Type Method Description UserSecurityProfile.BuilderUserSecurityProfile.Builder. accounts(UserAccount... accounts)Method parameters in odata.msgraph.client.beta.entity with type arguments of type UserAccount Modifier and Type Method Description UserSecurityProfile.BuilderUserSecurityProfile.Builder. accounts(List<UserAccount> accounts)UserSecurityProfileUserSecurityProfile. withAccounts(List<UserAccount> accounts)
-