ResourceChangeType |
ChangeProperties.changeType() |
Get the changeType property: The type of change that was captured in the resource.
|
static ResourceChangeType |
ResourceChangeType.fromString(String value) |
Parses a serialized value to a ResourceChangeType instance.
|
static ResourceChangeType |
ResourceChangeType.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static ResourceChangeType[] |
ResourceChangeType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|