Class EntryPoint.EntryPointBuilder
- java.lang.Object
-
- com.syntifi.casper.sdk.model.contract.EntryPoint.EntryPointBuilder
-
- Enclosing class:
- EntryPoint
public static class EntryPoint.EntryPointBuilder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EntryPoint.EntryPointBuilderaccess(EntryPoint.EntryPointAccess access)EntryPoint.EntryPointBuilderargs(java.util.List<Parameter> args)a list ofParameterEntryPointbuild()EntryPoint.EntryPointBuildername(java.lang.String name)the nameEntryPoint.EntryPointBuilderret(AbstractCLType ret)the return asAbstractCLTypejava.lang.StringtoString()EntryPoint.EntryPointBuildertype(EntryPoint.EntryPointType type)theEntryPoint.EntryPointTypeContext of method execution
-
-
-
Method Detail
-
access
public EntryPoint.EntryPointBuilder access(EntryPoint.EntryPointAccess access)
- Returns:
this.
-
args
public EntryPoint.EntryPointBuilder args(java.util.List<Parameter> args)
a list ofParameter- Returns:
this.
-
type
public EntryPoint.EntryPointBuilder type(EntryPoint.EntryPointType type)
theEntryPoint.EntryPointTypeContext of method execution- Returns:
this.
-
name
public EntryPoint.EntryPointBuilder name(java.lang.String name)
the name- Returns:
this.
-
ret
public EntryPoint.EntryPointBuilder ret(AbstractCLType ret)
the return asAbstractCLType- Returns:
this.
-
build
public EntryPoint build()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-