Class DefaultHttpEntityBuilder
java.lang.Object
com.sap.sapoaacarintegration.services.rest.util.impl.DefaultHttpEntityBuilder
- All Implemented Interfaces:
HttpEntityBuilder
Default Implementation for HttpEntityBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.HttpEntitycreateHttpEntity(org.springframework.http.HttpHeaders header) Create HTTP entityorg.springframework.http.HttpEntity<ReservationAbapRequest>createHttpEntity(org.springframework.http.HttpHeaders header, ReservationAbapRequest abap) Create HTTP entity for reservationorg.springframework.http.HttpEntity<String>createHttpEntity(org.springframework.http.HttpHeaders header, String string) Create HTTP entity with Stringorg.springframework.http.HttpEntity<SourcingAbapRequest>createHttpEntityForSourcing(org.springframework.http.HttpHeaders header, SourcingAbapRequest abap) Create HTTP entity for sourcing
-
Constructor Details
-
DefaultHttpEntityBuilder
public DefaultHttpEntityBuilder()
-
-
Method Details
-
createHttpEntity
public org.springframework.http.HttpEntity<ReservationAbapRequest> createHttpEntity(org.springframework.http.HttpHeaders header, ReservationAbapRequest abap) Description copied from interface:HttpEntityBuilderCreate HTTP entity for reservation- Specified by:
createHttpEntityin interfaceHttpEntityBuilder- Returns:
- HttpEntity
-
createHttpEntityForSourcing
public org.springframework.http.HttpEntity<SourcingAbapRequest> createHttpEntityForSourcing(org.springframework.http.HttpHeaders header, SourcingAbapRequest abap) Description copied from interface:HttpEntityBuilderCreate HTTP entity for sourcing- Specified by:
createHttpEntityForSourcingin interfaceHttpEntityBuilder- Returns:
- HttpEntity
-
createHttpEntity
public org.springframework.http.HttpEntity<String> createHttpEntity(org.springframework.http.HttpHeaders header, String string) Description copied from interface:HttpEntityBuilderCreate HTTP entity with String- Specified by:
createHttpEntityin interfaceHttpEntityBuilder- Returns:
- HttpEntity
-
createHttpEntity
public org.springframework.http.HttpEntity createHttpEntity(org.springframework.http.HttpHeaders header) Description copied from interface:HttpEntityBuilderCreate HTTP entity- Specified by:
createHttpEntityin interfaceHttpEntityBuilder- Returns:
- HttpEntity
-