| Package | Description |
|---|---|
| ywebservicespackage.data | |
| ywebservicespackage.populators |
| Modifier and Type | Method and Description |
|---|---|
AddressData |
UserData.getDefaultBillingAddress() |
AddressData |
UserData.getDefaultShippingAddress() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AddressData> |
UserData.getAddresses() |
java.util.List<AddressData> |
AddressDataList.getAddresses() |
| Modifier and Type | Method and Description |
|---|---|
void |
UserData.setDefaultBillingAddress(AddressData defaultBillingAddress) |
void |
UserData.setDefaultShippingAddress(AddressData defaultShippingAddress) |
| Modifier and Type | Method and Description |
|---|---|
void |
UserData.setAddresses(java.util.List<AddressData> addresses) |
void |
AddressDataList.setAddresses(java.util.List<AddressData> addresses) |
| Modifier and Type | Method and Description |
|---|---|
Converter<AddressModel,AddressData> |
SampleUserPopulator.getAddressConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
SampleAddressPopulator.populate(AddressModel source,
AddressData target) |
| Modifier and Type | Method and Description |
|---|---|
void |
SampleUserPopulator.setAddressConverter(Converter<AddressModel,AddressData> addressConverter) |
Copyright © 2018 SAP SE. All Rights Reserved.