Uses of Class
retrofit.http.RestMethod

Packages that use RestMethod
retrofit.http   
 

Uses of RestMethod in retrofit.http
 

Classes in retrofit.http with annotations of type RestMethod
 interface DELETE
          Make a DELETE request to a REST path relative to base URL.
 interface GET
          Make a GET request to a REST path relative to base URL.
 interface HEAD
          Make a HEAD request to a REST path relative to base URL.
 interface POST
          Make a POST request to a REST path relative to base URL.
 interface PUT
          Make a PUT request to a REST path relative to base URL.
 



Copyright © 2013 Square, Inc.. All Rights Reserved.