ParametersLink Class
Definition
Entity representing the reference to the deployment parameters.
public class ParametersLink
- Inheritance
-
java.lang.ObjectParametersLink
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
| ParametersLink() |
Methods
| contentVersion() |
Get if included, must match the ContentVersion in the template. |
| uri() |
Get the URI of the parameters file. |
| withContentVersion(String contentVersion) |
Set if included, must match the ContentVersion in the template. |
| withUri(String uri) |
Set the URI of the parameters file. |