Class OutboundBatchRequestPartDTO.OutboundBatchRequestPartDTOBuilder
java.lang.Object
de.hybris.platform.outboundservices.facade.OutboundBatchRequestPartDTO.OutboundBatchRequestPartDTOBuilder
- Enclosing class:
- OutboundBatchRequestPartDTO
public static final class OutboundBatchRequestPartDTO.OutboundBatchRequestPartDTOBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()withChangeId(String changeId) withHttpEntity(org.springframework.http.HttpEntity<Map<String, Object>> httpEntity) withItemType(String itemType) withRequestType(org.springframework.http.HttpMethod requestType)
-
Method Details
-
outboundBatchRequestPartDTO
public static OutboundBatchRequestPartDTO.OutboundBatchRequestPartDTOBuilder outboundBatchRequestPartDTO() -
withHttpEntity
public OutboundBatchRequestPartDTO.OutboundBatchRequestPartDTOBuilder withHttpEntity(org.springframework.http.HttpEntity<Map<String, Object>> httpEntity) -
withItemType
-
withRequestType
public OutboundBatchRequestPartDTO.OutboundBatchRequestPartDTOBuilder withRequestType(org.springframework.http.HttpMethod requestType) -
withChangeId
-
build
-