public interface TimeClient
| Modifier and Type | Method and Description | 
|---|---|
| io.reactivex.Flowable<java.time.Instant> | getTime() | 
| io.reactivex.Flowable<java.time.Instant> | getTime(java.lang.String accessToken) | 
| io.reactivex.Single<com.google.protobuf.Empty> | setTime(java.time.Instant currentTime,
       java.time.Instant newTime) | 
| io.reactivex.Single<com.google.protobuf.Empty> | setTime(java.time.Instant currentTime,
       java.time.Instant newTime,
       java.lang.String accessToken) | 
io.reactivex.Single<com.google.protobuf.Empty> setTime(java.time.Instant currentTime,
                                                       java.time.Instant newTime)
io.reactivex.Single<com.google.protobuf.Empty> setTime(java.time.Instant currentTime,
                                                       java.time.Instant newTime,
                                                       java.lang.String accessToken)
io.reactivex.Flowable<java.time.Instant> getTime()
io.reactivex.Flowable<java.time.Instant> getTime(java.lang.String accessToken)