Uses of Class
com.inteliqua.rest.customer.payload.address.AddressData
-
-
Uses of AddressData in com.inteliqua.rest.customer.payload.address.request
Methods in com.inteliqua.rest.customer.payload.address.request that return types with arguments of type AddressData Modifier and Type Method Description List<AddressData>MultipleAddressUpdateRequest. getAdditions()Gets the list of new addresses to be added.Method parameters in com.inteliqua.rest.customer.payload.address.request with type arguments of type AddressData Modifier and Type Method Description voidMultipleAddressUpdateRequest. setAdditions(List<AddressData> additions)Sets the list of new addresses to be added. -
Uses of AddressData in com.inteliqua.rest.customer.payload.address.response
Subclasses of AddressData in com.inteliqua.rest.customer.payload.address.response Modifier and Type Class Description classAddressDataResponseResponse object for address data in the system. -
Uses of AddressData in com.inteliqua.rest.customer.payload.person.request
Methods in com.inteliqua.rest.customer.payload.person.request that return types with arguments of type AddressData Modifier and Type Method Description List<AddressData>PersonRequest. getAddressList()Gets the list of addresses associated with the person.Methods in com.inteliqua.rest.customer.payload.person.request with parameters of type AddressData Modifier and Type Method Description voidPersonRequest. addAddress(AddressData addressData)Adds an address to the address list. -
Uses of AddressData in com.inteliqua.rest.store.payload
Methods in com.inteliqua.rest.store.payload that return AddressData Modifier and Type Method Description AddressDataStoreCreateRequest. getAddress()Methods in com.inteliqua.rest.store.payload with parameters of type AddressData Modifier and Type Method Description voidStoreCreateRequest. setAddress(AddressData address)
-