public static class PaypalWalletVaultResponse.Builder extends Object
PaypalWalletVaultResponse.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
PaypalWalletVaultResponse |
build()
Builds a new
PaypalWalletVaultResponse object using the set fields. |
PaypalWalletVaultResponse.Builder |
customer(PaypalWalletCustomer customer)
Setter for customer.
|
PaypalWalletVaultResponse.Builder |
id(String id)
Setter for id.
|
PaypalWalletVaultResponse.Builder |
links(List<LinkDescription> links)
Setter for links.
|
PaypalWalletVaultResponse.Builder |
status(PaypalWalletVaultStatus status)
Setter for status.
|
public PaypalWalletVaultResponse.Builder id(String id)
id - String value for id.public PaypalWalletVaultResponse.Builder status(PaypalWalletVaultStatus status)
status - PaypalWalletVaultStatus value for status.public PaypalWalletVaultResponse.Builder links(List<LinkDescription> links)
links - List of LinkDescription value for links.public PaypalWalletVaultResponse.Builder customer(PaypalWalletCustomer customer)
customer - PaypalWalletCustomer value for customer.public PaypalWalletVaultResponse build()
PaypalWalletVaultResponse object using the set fields.PaypalWalletVaultResponseCopyright © 2025. All rights reserved.