AuditActor |
AuditActor.Builder.build() |
|
AuditActor |
AuditActor.withApplicationDisplayName(String applicationDisplayName) |
Returns an immutable copy of this with just the
applicationDisplayName field changed.
|
AuditActor |
AuditActor.withApplicationId(String applicationId) |
Returns an immutable copy of this with just the applicationId
field changed.
|
AuditActor |
AuditActor.withIpAddress(String ipAddress) |
Returns an immutable copy of this with just the ipAddress field
changed.
|
AuditActor |
AuditActor.withRemoteTenantId(String remoteTenantId) |
Returns an immutable copy of this with just the remoteTenantId
field changed.
|
AuditActor |
AuditActor.withRemoteUserId(String remoteUserId) |
Returns an immutable copy of this with just the remoteUserId
field changed.
|
AuditActor |
AuditActor.withServicePrincipalName(String servicePrincipalName) |
Returns an immutable copy of this with just the
servicePrincipalName field changed.
|
AuditActor |
AuditActor.withType(String type) |
Returns an immutable copy of this with just the type field
changed.
|
AuditActor |
AuditActor.withUnmappedField(String name,
String value) |
|
AuditActor |
AuditActor.withUserId(String userId) |
Returns an immutable copy of this with just the userId field
changed.
|
AuditActor |
AuditActor.withUserPrincipalName(String userPrincipalName) |
Returns an immutable copy of this with just the userPrincipalName
field changed.
|