public interface YResponseBuilder
ResponseBuilder but based on specific operations like GET, PUT, POST, DELETE or, Hybris specific,
external Commands.| Modifier and Type | Method and Description |
|---|---|
Response |
build()
Delegates to
ResponseBuilder#build() but sets appropriate response entity first. |
Response |
build(java.lang.Class<?> base)
Same as
build() but wraps response entity into an instance of passed class first. |
Response build(java.lang.Class<?> base)
build() but wraps response entity into an instance of passed class first. Passed class is
constructed by taking the first appropriate COnstructor whose parameter type is assignable to entity type.base - type of wrapper classResponseResponse build()
ResponseBuilder#build() but sets appropriate response entity first.ResponseCopyright © 2018 SAP SE. All Rights Reserved.