Uses of Class
odata.msgraph.client.security.complex.UserAccount
-
Packages that use UserAccount Package Description odata.msgraph.client.security.complex -
-
Uses of UserAccount in odata.msgraph.client.security.complex
Fields in odata.msgraph.client.security.complex declared as UserAccount Modifier and Type Field Description protected UserAccountMailboxEvidence. userAccountprotected UserAccountProcessEvidence. userAccountprotected UserAccountUserEvidence. userAccountMethods in odata.msgraph.client.security.complex that return UserAccount Modifier and Type Method Description UserAccountUserAccount.Builder. build()UserAccountUserAccount. withAccountName(String accountName)UserAccountUserAccount. withAzureAdUserId(String azureAdUserId)UserAccountUserAccount. withDisplayName(String displayName)UserAccountUserAccount. withDomainName(String domainName)UserAccountUserAccount. withUnmappedField(String name, Object value)UserAccountUserAccount. withUserPrincipalName(String userPrincipalName)UserAccountUserAccount. withUserSid(String userSid)Methods in odata.msgraph.client.security.complex that return types with arguments of type UserAccount Modifier and Type Method Description Optional<UserAccount>MailboxEvidence. getUserAccount()Optional<UserAccount>ProcessEvidence. getUserAccount()Optional<UserAccount>UserEvidence. getUserAccount()Methods in odata.msgraph.client.security.complex with parameters of type UserAccount Modifier and Type Method Description MailboxEvidence.BuilderMailboxEvidence.Builder. userAccount(UserAccount userAccount)ProcessEvidence.BuilderProcessEvidence.Builder. userAccount(UserAccount userAccount)UserEvidence.BuilderUserEvidence.Builder. userAccount(UserAccount userAccount)MailboxEvidenceMailboxEvidence. withUserAccount(UserAccount userAccount)ProcessEvidenceProcessEvidence. withUserAccount(UserAccount userAccount)UserEvidenceUserEvidence. withUserAccount(UserAccount userAccount)
-