Package org.stellar.sdk.xdr
Class SCSpecEntry.SCSpecEntryBuilder
java.lang.Object
org.stellar.sdk.xdr.SCSpecEntry.SCSpecEntryBuilder
- Enclosing class:
SCSpecEntry
-
Method Summary
Modifier and TypeMethodDescriptionbuild()discriminant(SCSpecEntryKind discriminant) Value of thediscriminantfield.eventV0(SCSpecEventV0 eventV0) Value of theeventV0field.functionV0(SCSpecFunctionV0 functionV0) Value of thefunctionV0field.toString()udtEnumV0(SCSpecUDTEnumV0 udtEnumV0) Value of theudtEnumV0field.udtErrorEnumV0(SCSpecUDTErrorEnumV0 udtErrorEnumV0) Value of theudtErrorEnumV0field.udtStructV0(SCSpecUDTStructV0 udtStructV0) Value of theudtStructV0field.udtUnionV0(SCSpecUDTUnionV0 udtUnionV0) Value of theudtUnionV0field.
-
Method Details
-
discriminant
Value of thediscriminantfield.- Parameters:
discriminant- thediscriminantfield value- Returns:
this.
-
functionV0
Value of thefunctionV0field.- Parameters:
functionV0- thefunctionV0field value- Returns:
this.
-
udtStructV0
Value of theudtStructV0field.- Parameters:
udtStructV0- theudtStructV0field value- Returns:
this.
-
udtUnionV0
Value of theudtUnionV0field.- Parameters:
udtUnionV0- theudtUnionV0field value- Returns:
this.
-
udtEnumV0
Value of theudtEnumV0field.- Parameters:
udtEnumV0- theudtEnumV0field value- Returns:
this.
-
udtErrorEnumV0
Value of theudtErrorEnumV0field.- Parameters:
udtErrorEnumV0- theudtErrorEnumV0field value- Returns:
this.
-
eventV0
Value of theeventV0field.- Parameters:
eventV0- theeventV0field value- Returns:
this.
-
build
-
toString
-