Class Eip155CreateProxiedOrderParams.Body.Builder
-
- All Implemented Interfaces:
public final class Eip155CreateProxiedOrderParams.Body.BuilderA builder for Body.
-
-
Method Summary
-
-
Method Detail
-
orderSignature
final Eip155CreateProxiedOrderParams.Body.Builder orderSignature(String orderSignature)
Signature of the order typed data, allowing Dinari to place the proxied order on behalf of the
Wallet.
-
orderSignature
final Eip155CreateProxiedOrderParams.Body.Builder orderSignature(JsonField<String> orderSignature)
Sets Builder.orderSignature to an arbitrary JSON value.
You should usually call Builder.orderSignature with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
permitSignature
final Eip155CreateProxiedOrderParams.Body.Builder permitSignature(String permitSignature)
Signature of the permit typed data, allowing Dinari to spend the payment token or dShare asset token on behalf of the owner.
-
permitSignature
final Eip155CreateProxiedOrderParams.Body.Builder permitSignature(JsonField<String> permitSignature)
Sets Builder.permitSignature to an arbitrary JSON value.
You should usually call Builder.permitSignature with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
preparedProxiedOrderId
final Eip155CreateProxiedOrderParams.Body.Builder preparedProxiedOrderId(String preparedProxiedOrderId)
ID of the prepared proxied order to be submitted as a proxied order.
-
preparedProxiedOrderId
final Eip155CreateProxiedOrderParams.Body.Builder preparedProxiedOrderId(JsonField<String> preparedProxiedOrderId)
Sets Builder.preparedProxiedOrderId to an arbitrary JSON value.
You should usually call Builder.preparedProxiedOrderId 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 Eip155CreateProxiedOrderParams.Body.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final Eip155CreateProxiedOrderParams.Body.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final Eip155CreateProxiedOrderParams.Body.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final Eip155CreateProxiedOrderParams.Body.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final Eip155CreateProxiedOrderParams.Body.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final Eip155CreateProxiedOrderParams.Body build()
Returns an immutable instance of Body.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.orderSignature() .permitSignature() .preparedProxiedOrderId()
-
-
-
-