Uses of Class
com.mypurecloud.sdk.v2.model.AuditLogMessage
Packages that use AuditLogMessage
-
Uses of AuditLogMessage in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return AuditLogMessageModifier and TypeMethodDescriptionAction that took place.AuditLogMessage.application(String application) Name of the application used to perform the audit's actionAuditLogMessage.client(AddressableEntityRef client) Client associated with this audit message.Additional context for this message.AuditLogMessage.entity(DomainEntityRef entity) Entity that was impacted.AuditLogMessage.entityChanges(List<EntityChange> entityChanges) List of entities that were changed and changes made to those entities.AuditLogMessage.entityType(String entityType) Type of the entity that was impacted.Date and time of when the audit message was logged.Id of the audit message.AuditLogMessage.initiatingAction(InitiatingAction initiatingAction) Id and action of the audit initiating the transactionAuditLogMessage.level(AuditLogMessage.LevelEnum level) Level of this audit message, USER or SYSTEM.AuditLogMessage.message(MessageInfo message) Message describing the event being audited.AuditLogMessage.propertyChanges(List<PropertyChange> propertyChanges) List of properties that were changed and changes made to those properties.List of IP addresses of systems that originated or handled the request.AuditLogMessage.serviceName(String serviceName) Name of the service that logged this audit message.AuditLogMessage.status(AuditLogMessage.StatusEnum status) Status of the event being auditedAuditLogMessage.transactionInitiator(Boolean transactionInitiator) Whether the current audit is the initiator of the transactionAuditLogMessage.user(DomainEntityRef user) User associated with this audit message.AuditLogMessage.userHomeOrgId(String userHomeOrgId) Home Organization Id associated with this audit message.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type AuditLogMessageModifier and TypeMethodDescriptionAuditQueryExecutionResultsResponse.getEntities()AuditRealtimeQueryResultsResponse.getEntities()AuditRealtimeRelatedResultsResponse.getEntities()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type AuditLogMessageModifier and TypeMethodDescriptionAuditQueryExecutionResultsResponse.entities(List<AuditLogMessage> entities) List of audit messages.AuditRealtimeQueryResultsResponse.entities(List<AuditLogMessage> entities) AuditRealtimeRelatedResultsResponse.entities(List<AuditLogMessage> entities) voidAuditQueryExecutionResultsResponse.setEntities(List<AuditLogMessage> entities) voidAuditRealtimeQueryResultsResponse.setEntities(List<AuditLogMessage> entities) voidAuditRealtimeRelatedResultsResponse.setEntities(List<AuditLogMessage> entities)