public interface IAuditRecordData
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
String |
action()
The action for which a custom audit is required.
|
void |
action(String pVal)
The action for which a custom audit is required.
|
String |
description()
The description of the custom audit event.
|
void |
description(String pVal)
The description of the custom audit event.
|
String |
entityID()
The ID of the entity for which a custom audit is required.
|
void |
entityID(String pVal)
The ID of the entity for which a custom audit is required.
|
String |
entityType()
The type of the entity for which a custom audit is required.
|
void |
entityType(String pVal)
The type of the entity for which a custom audit is required.
|
String action()
The action for which a custom audit is required.
Getter method for the COM property "Action"
void action(String pVal)
The action for which a custom audit is required.
Setter method for the COM property "Action"
pVal
- Mandatory java.lang.String parameter.String entityID()
The ID of the entity for which a custom audit is required.
Getter method for the COM property "EntityID"
void entityID(String pVal)
The ID of the entity for which a custom audit is required.
Setter method for the COM property "EntityID"
pVal
- Mandatory java.lang.String parameter.String entityType()
The type of the entity for which a custom audit is required.
Getter method for the COM property "EntityType"
void entityType(String pVal)
The type of the entity for which a custom audit is required.
Setter method for the COM property "EntityType"
pVal
- Mandatory java.lang.String parameter.String description()
The description of the custom audit event.
Getter method for the COM property "Description"
void description(String pVal)
The description of the custom audit event.
Setter method for the COM property "Description"
pVal
- Mandatory java.lang.String parameter.Copyright © 2020. All rights reserved.