Interface TimeService


  • public interface TimeService
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      retrofit2.Call<java.util.List<java.lang.Long>> fetchTime​(java.util.Map<java.lang.String,​java.lang.String> options)  
    • Method Detail

      • fetchTime

        @GET("/time/0")
        retrofit2.Call<java.util.List<java.lang.Long>> fetchTime​(@QueryMap
                                                                 java.util.Map<java.lang.String,​java.lang.String> options)