Interface FoldersService


public interface FoldersService
  • Method Summary

    Modifier and Type
    Method
    Description
    retrofit2.Call<com.github.jasminb.jsonapi.JSONAPIDocument<List<Folder>>>
    get()
     
  • Method Details

    • get

      @GET("?include=service_types") retrofit2.Call<com.github.jasminb.jsonapi.JSONAPIDocument<List<Folder>>> get()