Interface TimeClient

All Known Implementing Classes:
TimeClientImpl

@Deprecated public interface TimeClient
Deprecated.
  • Method Summary

    Modifier and Type
    Method
    Description
    io.reactivex.Flowable<Instant>
    Deprecated.
     
    io.reactivex.Flowable<Instant>
    getTime(String accessToken)
    Deprecated.
     
    io.reactivex.Single<com.google.protobuf.Empty>
    setTime(Instant currentTime, Instant newTime)
    Deprecated.
     
    io.reactivex.Single<com.google.protobuf.Empty>
    setTime(Instant currentTime, Instant newTime, String accessToken)
    Deprecated.
     
  • Method Details

    • setTime

      io.reactivex.Single<com.google.protobuf.Empty> setTime(Instant currentTime, Instant newTime)
      Deprecated.
    • setTime

      io.reactivex.Single<com.google.protobuf.Empty> setTime(Instant currentTime, Instant newTime, String accessToken)
      Deprecated.
    • getTime

      io.reactivex.Flowable<Instant> getTime()
      Deprecated.
    • getTime

      io.reactivex.Flowable<Instant> getTime(String accessToken)
      Deprecated.