WhatIfPropertyChange Class
Definition
The predicted change to the resource property.
public class WhatIfPropertyChange
- Inheritance
-
java.lang.ObjectWhatIfPropertyChange
Inherited Members
java.lang.Object.clone()
java.lang.Object.equals(java.lang.Object)
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.hashCode()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.toString()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)
Constructors
| WhatIfPropertyChange() |
Methods
| after() |
Get the value of the property after the deployment is executed. |
| before() |
Get the value of the property before the deployment is executed. |
| children() |
Get nested property changes. |
| path() |
Get the path of the property. |
| propertyChangeType() |
Get the type of property change. Possible values include: 'Create', 'Delete', 'Modify', 'Array'. |
| withAfter(Object after) |
Set the value of the property after the deployment is executed. |
| withBefore(Object before) |
Set the value of the property before the deployment is executed. |
| withChildren(List<WhatIfPropertyChange> children) |
Set nested property changes. |
| withPath(String path) |
Set the path of the property. |
| withPropertyChangeType(PropertyChangeType propertyChangeType) |
Set the type of property change. Possible values include: 'Create', 'Delete', 'Modify', 'Array'. |