Uses of Class
odata.msgraph.client.beta.complex.AuditUserIdentity
-
Packages that use AuditUserIdentity Package Description odata.msgraph.client.beta.complex -
-
Uses of AuditUserIdentity in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as AuditUserIdentity Modifier and Type Field Description protected AuditUserIdentityAuditActivityInitiator. userMethods in odata.msgraph.client.beta.complex that return AuditUserIdentity Modifier and Type Method Description AuditUserIdentityAuditUserIdentity.Builder. build()AuditUserIdentityAuditUserIdentity. withHomeTenantId(String homeTenantId)AuditUserIdentityAuditUserIdentity. withHomeTenantName(String homeTenantName)AuditUserIdentityAuditUserIdentity. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.complex that return types with arguments of type AuditUserIdentity Modifier and Type Method Description Optional<AuditUserIdentity>AuditActivityInitiator. getUser()Methods in odata.msgraph.client.beta.complex with parameters of type AuditUserIdentity Modifier and Type Method Description AuditActivityInitiator.BuilderAuditActivityInitiator.Builder. user(AuditUserIdentity user)AuditActivityInitiatorAuditActivityInitiator. withUser(AuditUserIdentity user)
-