Package org.stellar.sdk.xdr
Class SorobanCredentials.SorobanCredentialsBuilder
java.lang.Object
org.stellar.sdk.xdr.SorobanCredentials.SorobanCredentialsBuilder
- Enclosing class:
SorobanCredentials
-
Method Summary
Modifier and TypeMethodDescriptionaddress(SorobanAddressCredentials address) Value of theaddressfield.addressV2(SorobanAddressCredentials addressV2) Value of theaddressV2field.addressWithDelegates(SorobanAddressCredentialsWithDelegates addressWithDelegates) Value of theaddressWithDelegatesfield.build()discriminant(SorobanCredentialsType discriminant) Value of thediscriminantfield.toString()
-
Method Details
-
discriminant
public SorobanCredentials.SorobanCredentialsBuilder discriminant(SorobanCredentialsType discriminant) Value of thediscriminantfield.- Parameters:
discriminant- thediscriminantfield value- Returns:
this.
-
address
Value of theaddressfield.- Parameters:
address- theaddressfield value- Returns:
this.
-
addressV2
Value of theaddressV2field.- Parameters:
addressV2- theaddressV2field value- Returns:
this.
-
addressWithDelegates
public SorobanCredentials.SorobanCredentialsBuilder addressWithDelegates(SorobanAddressCredentialsWithDelegates addressWithDelegates) Value of theaddressWithDelegatesfield.- Parameters:
addressWithDelegates- theaddressWithDelegatesfield value- Returns:
this.
-
build
-
toString
-