public class OverridingArgument extends Object
| Constructor and Description | 
|---|
| OverridingArgument(String value,
                  boolean isSecret)Constructor that defines an OverridingArgument. | 
public OverridingArgument(String value, boolean isSecret)
value - the value of the overriding argument.isSecret - whether the overriding argument will be secret.public String value()
public boolean isSecret()
Copyright © 2019. All rights reserved.