Package org.stellar.sdk.xdr
Class SCSpecUDTUnionCaseV0.SCSpecUDTUnionCaseV0Builder
java.lang.Object
org.stellar.sdk.xdr.SCSpecUDTUnionCaseV0.SCSpecUDTUnionCaseV0Builder
- Enclosing class:
SCSpecUDTUnionCaseV0
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
discriminant
(SCSpecUDTUnionCaseV0Kind discriminant) toString()
tupleCase
(SCSpecUDTUnionCaseTupleV0 tupleCase) voidCase
(SCSpecUDTUnionCaseVoidV0 voidCase)
-
Method Details
-
discriminant
public SCSpecUDTUnionCaseV0.SCSpecUDTUnionCaseV0Builder discriminant(SCSpecUDTUnionCaseV0Kind discriminant) - Returns:
this
.
-
voidCase
- Returns:
this
.
-
tupleCase
public SCSpecUDTUnionCaseV0.SCSpecUDTUnionCaseV0Builder tupleCase(SCSpecUDTUnionCaseTupleV0 tupleCase) - Returns:
this
.
-
build
-
toString
-