Class ExternalGetNonceResponse.Builder
-
- All Implemented Interfaces:
public final class ExternalGetNonceResponse.BuilderA builder for ExternalGetNonceResponse.
-
-
Method Summary
-
-
Method Detail
-
message
final ExternalGetNonceResponse.Builder message(String message)
Message to be signed by the
Wallet
-
message
final ExternalGetNonceResponse.Builder message(JsonField<String> message)
Sets Builder.message to an arbitrary JSON value.
You should usually call Builder.message with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
nonce
final ExternalGetNonceResponse.Builder nonce(String nonce)
Single-use identifier
-
nonce
final ExternalGetNonceResponse.Builder nonce(JsonField<String> nonce)
Sets Builder.nonce to an arbitrary JSON value.
You should usually call Builder.nonce with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final ExternalGetNonceResponse.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final ExternalGetNonceResponse.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final ExternalGetNonceResponse.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final ExternalGetNonceResponse.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final ExternalGetNonceResponse.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final ExternalGetNonceResponse build()
Returns an immutable instance of ExternalGetNonceResponse.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.message() .nonce()
-
-
-
-