Package org.stellar.sdk.xdr
Class HashIDPreimage.HashIDPreimageBuilder
java.lang.Object
org.stellar.sdk.xdr.HashIDPreimage.HashIDPreimageBuilder
- Enclosing class:
HashIDPreimage
-
Method Summary
Modifier and TypeMethodDescriptionbuild()contractID(HashIDPreimage.HashIDPreimageContractID contractID) Value of thecontractIDfield.discriminant(EnvelopeType discriminant) Value of thediscriminantfield.operationID(HashIDPreimage.HashIDPreimageOperationID operationID) Value of theoperationIDfield.Value of therevokeIDfield.sorobanAuthorization(HashIDPreimage.HashIDPreimageSorobanAuthorization sorobanAuthorization) Value of thesorobanAuthorizationfield.sorobanAuthorizationWithAddress(HashIDPreimage.HashIDPreimageSorobanAuthorizationWithAddress sorobanAuthorizationWithAddress) Value of thesorobanAuthorizationWithAddressfield.toString()
-
Method Details
-
discriminant
Value of thediscriminantfield.- Parameters:
discriminant- thediscriminantfield value- Returns:
this.
-
operationID
public HashIDPreimage.HashIDPreimageBuilder operationID(HashIDPreimage.HashIDPreimageOperationID operationID) Value of theoperationIDfield.- Parameters:
operationID- theoperationIDfield value- Returns:
this.
-
revokeID
public HashIDPreimage.HashIDPreimageBuilder revokeID(HashIDPreimage.HashIDPreimageRevokeID revokeID) Value of therevokeIDfield.- Parameters:
revokeID- therevokeIDfield value- Returns:
this.
-
contractID
public HashIDPreimage.HashIDPreimageBuilder contractID(HashIDPreimage.HashIDPreimageContractID contractID) Value of thecontractIDfield.- Parameters:
contractID- thecontractIDfield value- Returns:
this.
-
sorobanAuthorization
public HashIDPreimage.HashIDPreimageBuilder sorobanAuthorization(HashIDPreimage.HashIDPreimageSorobanAuthorization sorobanAuthorization) Value of thesorobanAuthorizationfield.- Parameters:
sorobanAuthorization- thesorobanAuthorizationfield value- Returns:
this.
-
sorobanAuthorizationWithAddress
public HashIDPreimage.HashIDPreimageBuilder sorobanAuthorizationWithAddress(HashIDPreimage.HashIDPreimageSorobanAuthorizationWithAddress sorobanAuthorizationWithAddress) Value of thesorobanAuthorizationWithAddressfield.- Parameters:
sorobanAuthorizationWithAddress- thesorobanAuthorizationWithAddressfield value- Returns:
this.
-
build
-
toString
-