Class OutboundBatchRequestPartDTO

java.lang.Object
de.hybris.platform.outboundservices.facade.OutboundBatchRequestPartDTO

public final class OutboundBatchRequestPartDTO extends Object
DTO that contains the information about an HTTP Request needed for generating a batch HTTP request.
  • Method Details

    • getHttpEntity

      public org.springframework.http.HttpEntity<Map<String,Object>> getHttpEntity()
      Returns the http entity that contains the body and headers of the request
      Returns:
      HttpEntity<Map < String, Object>> containing headers and body
    • getItemType

      public String 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

      public String getChangeID()
      Returns the change Id responsible for linking the SyncParameters to the corresponding OutboundItemDTOGroup.
      Returns:
      Change Id
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object