Interface ServiceTypesService


public interface ServiceTypesService
  • Method Summary

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

    • get

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