Class AbstractService

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected <T extends ApiObjectInterface>
      T
      request​(java.lang.String httpMethod, java.lang.String relativeUrl, ApiOptions options, java.lang.Class<T> modelClass)  
      protected <T extends ApiObjectInterface>
      T
      request​(java.lang.String httpMethod, java.lang.String relativeUrl, ApiOptions options, java.lang.Class<T> modelClass, java.lang.Object body)  
      protected <T> ApiCollection<T> requestCollection​(java.lang.String httpMethod, java.lang.String relativeUrl, ApiOptions options, java.lang.Class<T> modelClass)  
      protected <T> ApiCollection<T> requestCollection​(java.lang.String httpMethod, java.lang.String relativeUrl, ApiOptions options, java.lang.Class<T> modelClass, java.lang.Object body)  
      protected java.lang.String resolvePath​(java.lang.String path, java.lang.Object... params)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait