Class BaseStandardApiClient<T extends Item,​L extends ItemList>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static okhttp3.MediaType JSON  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T create​(T type)  
      T delete​(java.lang.String uuid)  
      T get​(java.lang.String uuid)  
      L list()  
      L list​(ListArgument listArguments)  
      protected <TL> java.lang.String mapToJson​(TL type)  
      T update​(T type)  
      • Methods inherited from class java.lang.Object

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

      • JSON

        protected static final okhttp3.MediaType JSON
    • Method Detail

      • list

        public L list()
      • get

        public T get​(java.lang.String uuid)
      • create

        public T create​(T type)
      • delete

        public T delete​(java.lang.String uuid)
      • update

        public T update​(T type)
      • mapToJson

        protected <TL> java.lang.String mapToJson​(TL type)