Interface ServiceTypesService
-
public interface ServiceTypesService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description retrofit2.Call<com.github.jasminb.jsonapi.JSONAPIDocument<List<ServiceType>>>get()
-
-
-
Method Detail
-
get
@GET("?include=time_preference_options") retrofit2.Call<com.github.jasminb.jsonapi.JSONAPIDocument<List<ServiceType>>> get()
-
-