Class NamedArg.NamedArgBuilder<P extends AbstractCLType>
- java.lang.Object
-
- com.syntifi.casper.sdk.model.deploy.NamedArg.NamedArgBuilder<P>
-
- Enclosing class:
- NamedArg<P extends AbstractCLType>
public static class NamedArg.NamedArgBuilder<P extends AbstractCLType> extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NamedArg<P>build()NamedArg.NamedArgBuilder<P>clValue(AbstractCLValue<?,P> clValue)The second value in the array is a CLValue typejava.lang.StringtoString()NamedArg.NamedArgBuilder<P>type(java.lang.String type)The first value in the array is the type of the arg
-
-
-
Method Detail
-
type
public NamedArg.NamedArgBuilder<P> type(java.lang.String type)
The first value in the array is the type of the arg- Returns:
this.
-
clValue
public NamedArg.NamedArgBuilder<P> clValue(AbstractCLValue<?,P> clValue)
The second value in the array is a CLValue type- Returns:
this.
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-