Class IdentifyProviderImpl

    • Constructor Summary

      Constructors 
      Constructor and Description
      IdentifyProviderImpl(OkHttpClient client, java.lang.String baseUrl, Gson gson) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      <any> identify(User body)
      Identify
      <any> identifyBatch(java.util.List<User> body)
      Identify Batch
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IdentifyProviderImpl

        public IdentifyProviderImpl(OkHttpClient client,
                                    java.lang.String baseUrl,
                                    Gson gson)