Package | Description |
---|---|
com.sap.cloud.sdk.cloudplatform.auditlog |
Modifier and Type | Field and Description |
---|---|
AccessedAttribute.Operation |
AccessedAttribute.operation
The type of operation performed on the attribute.
|
Modifier and Type | Method and Description |
---|---|
AccessedAttribute.Operation |
AccessedAttribute.getOperation()
The type of operation performed on the attribute.
|
static AccessedAttribute.Operation |
AccessedAttribute.Operation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessedAttribute.Operation[] |
AccessedAttribute.Operation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
AccessedAttribute(String identifier,
AccessedAttribute.Operation operation)
Creates an AccessedAttribute based on the mandatory fields.
|
AccessedAttribute(String identifier,
AccessedAttribute.Operation operation,
String displayName,
Object oldValue,
Object newValue)
Creates an AccessedAttribute with a successful operation.
|
AccessedAttribute(String identifier,
AccessedAttribute.Operation operation,
String displayName,
Object oldValue,
Object newValue,
boolean operationSuccessful)
Creates an AccessedAttribute instance based on all fields.
|
Copyright © 2018 SAP SE. All rights reserved.