Class StoredValueWithdraw.StoredValueWithdrawBuilder
- java.lang.Object
-
- com.syntifi.casper.sdk.model.storedvalue.StoredValueWithdraw.StoredValueWithdrawBuilder
-
- Enclosing class:
- StoredValueWithdraw
public static class StoredValueWithdraw.StoredValueWithdrawBuilder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StoredValueWithdraw
build()
java.lang.String
toString()
StoredValueWithdraw.StoredValueWithdrawBuilder
value(java.util.List<Withdraw> value)
-
-
-
Method Detail
-
value
public StoredValueWithdraw.StoredValueWithdrawBuilder value(java.util.List<Withdraw> value)
- Returns:
this
.
-
build
public StoredValueWithdraw build()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-