All Known Implementing Classes:
TmaProductApiController

public interface TmaProductApi
  • Field Details

  • Method Details

    • getRequest

      default Optional<javax.servlet.http.HttpServletRequest> getRequest()
    • getAcceptHeader

      default Optional<String> getAcceptHeader()
    • productGet

      @RequestMapping(value="/product/{productId}", produces={"application/json","application/xml"}, method=GET) org.springframework.http.ResponseEntity<Object> productGet(@PathVariable("Identifier of Product ") String productId, @Valid @RequestParam(value="Response configuration. This is the list of fields that should be returned in the response body",required=false) @Valid String fields, @RequestParam(required=false) String baseSiteId)