Class CustomEntryPoint.CustomEntryPointBuilder
- java.lang.Object
-
- com.casper.sdk.model.transaction.entrypoint.CustomEntryPoint.CustomEntryPointBuilder
-
- Enclosing class:
- CustomEntryPoint
public static class CustomEntryPoint.CustomEntryPointBuilder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomEntryPointbuild()CustomEntryPoint.CustomEntryPointBuildercustom(java.lang.String custom)java.lang.StringtoString()
-
-
-
Method Detail
-
custom
public CustomEntryPoint.CustomEntryPointBuilder custom(java.lang.String custom)
- Returns:
this.
-
build
public CustomEntryPoint build()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-