Module odo.service

Interface Request

All Known Subinterfaces:
WebRequest
All Known Implementing Classes:
SimpleWebRequest

public interface Request
  • Method Summary

    Modifier and Type Method Description
    String getBody()  
    <T> T getBody​(Class<T> type)  
  • Method Details

    • getBody

      String getBody()
    • getBody

      <T> T getBody​(Class<T> type)