Class OutboundBatchRequestPartDTO
java.lang.Object
de.hybris.platform.outboundservices.facade.OutboundBatchRequestPartDTO
DTO that contains the information about an HTTP Request needed for generating a batch HTTP request.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the change Id responsible for linking the SyncParameters to the corresponding OutboundItemDTOGroup.Returns the http entity that contains the body and headers of the requestReturns the item type that the request is fororg.springframework.http.HttpMethodReturns the request typeinthashCode()toString()
-
Method Details
-
getHttpEntity
Returns the http entity that contains the body and headers of the request- Returns:
- HttpEntity<Map < String, Object>> containing headers and body
-
getItemType
Returns the item type that the request is for- Returns:
- String with the item type
-
getRequestType
public org.springframework.http.HttpMethod getRequestType()Returns the request type- Returns:
- HttpMethod with the request type
-
getChangeID
Returns the change Id responsible for linking the SyncParameters to the corresponding OutboundItemDTOGroup.- Returns:
- Change Id
-
toString
-
equals
-
hashCode
public int hashCode()
-