Uses of Class
odata.msgraph.client.complex.AuditActor
-
Packages that use AuditActor Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of AuditActor in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return AuditActor Modifier and Type Method Description AuditActorAuditActor.Builder. build()AuditActorAuditActor. withApplicationDisplayName(String applicationDisplayName)Returns an immutable copy ofthiswith just theapplicationDisplayNamefield changed.AuditActorAuditActor. withApplicationId(String applicationId)Returns an immutable copy ofthiswith just theapplicationIdfield changed.AuditActorAuditActor. withAuditActorType(String auditActorType)Returns an immutable copy ofthiswith just theauditActorTypefield changed.AuditActorAuditActor. withIpAddress(String ipAddress)Returns an immutable copy ofthiswith just theipAddressfield changed.AuditActorAuditActor. withServicePrincipalName(String servicePrincipalName)Returns an immutable copy ofthiswith just theservicePrincipalNamefield changed.AuditActorAuditActor. withUnmappedField(String name, Object value)AuditActorAuditActor. withUserId(String userId)Returns an immutable copy ofthiswith just theuserIdfield changed.AuditActorAuditActor. withUserPrincipalName(String userPrincipalName)Returns an immutable copy ofthiswith just theuserPrincipalNamefield changed. -
Uses of AuditActor in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as AuditActor Modifier and Type Field Description protected AuditActorAuditEvent. actorMethods in odata.msgraph.client.entity that return types with arguments of type AuditActor Modifier and Type Method Description Optional<AuditActor>AuditEvent. getActor()“AAD user and application that are associated with the audit event.”Methods in odata.msgraph.client.entity with parameters of type AuditActor Modifier and Type Method Description AuditEvent.BuilderAuditEvent.Builder. actor(AuditActor actor)“AAD user and application that are associated with the audit event.”AuditEventAuditEvent. withActor(AuditActor actor)Returns an immutable copy ofthiswith just theactorfield changed.
-