| Package | Description |
|---|---|
| ywebservicespackage.dto |
| Modifier and Type | Method and Description |
|---|---|
AddressWsDTO |
UserWsDTO.getBillingAddress() |
AddressWsDTO |
UserWsDTO.getShippingAddress() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AddressWsDTO> |
AddressListWsDTO.getAddresses() |
java.util.List<AddressWsDTO> |
UserWsDTO.getAddresses() |
| Modifier and Type | Method and Description |
|---|---|
void |
UserWsDTO.setBillingAddress(AddressWsDTO billingAddress) |
void |
UserWsDTO.setShippingAddress(AddressWsDTO shippingAddress) |
| Modifier and Type | Method and Description |
|---|---|
void |
AddressListWsDTO.setAddresses(java.util.List<AddressWsDTO> addresses) |
void |
UserWsDTO.setAddresses(java.util.List<AddressWsDTO> addresses) |
Copyright © 2018 SAP SE. All Rights Reserved.