Interface ServiceTypesService
public interface ServiceTypesService
-
Method Summary
Modifier and TypeMethodDescriptionretrofit2.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()
-