Package | Description |
---|---|
com.coupang.marketplace.client.model.product |
Modifier and Type | Method and Description |
---|---|
RemoteInfoDto |
RemoteInfoDto.deliveryCode(String deliveryCode) |
RemoteInfoDto |
RemoteInfoDto.jeju(Integer jeju) |
RemoteInfoDto |
RemoteInfoDto.notJeju(Integer notJeju) |
RemoteInfoDto |
RemoteInfoDto.remoteInfoId(Long remoteInfoId) |
RemoteInfoDto |
RemoteInfoDto.usable(Boolean usable) |
Modifier and Type | Method and Description |
---|---|
List<RemoteInfoDto> |
OutboundInquiryReturn.getRemoteInfos()
Get remoteInfos
|
List<RemoteInfoDto> |
OutboundInquiryReturnDTO.getRemoteInfos()
Get remoteInfos
|
List<RemoteInfoDto> |
ShippingPlaceDetailDto.getRemoteInfos()
Get remoteInfos
|
Modifier and Type | Method and Description |
---|---|
OutboundInquiryReturn |
OutboundInquiryReturn.addRemoteInfosItem(RemoteInfoDto remoteInfosItem) |
OutboundInquiryReturnDTO |
OutboundInquiryReturnDTO.addRemoteInfosItem(RemoteInfoDto remoteInfosItem) |
ShippingPlaceDetailDto |
ShippingPlaceDetailDto.addRemoteInfosItem(RemoteInfoDto remoteInfosItem) |
Modifier and Type | Method and Description |
---|---|
OutboundInquiryReturn |
OutboundInquiryReturn.remoteInfos(List<RemoteInfoDto> remoteInfos) |
OutboundInquiryReturnDTO |
OutboundInquiryReturnDTO.remoteInfos(List<RemoteInfoDto> remoteInfos) |
ShippingPlaceDetailDto |
ShippingPlaceDetailDto.remoteInfos(List<RemoteInfoDto> remoteInfos) |
void |
OutboundInquiryReturn.setRemoteInfos(List<RemoteInfoDto> remoteInfos) |
void |
OutboundInquiryReturnDTO.setRemoteInfos(List<RemoteInfoDto> remoteInfos) |
void |
ShippingPlaceDetailDto.setRemoteInfos(List<RemoteInfoDto> remoteInfos) |
Copyright © 2022. All rights reserved.