Back to index

ServiceGenerator
org.flyve.glpi

Class ServiceGenerator

  • java.lang.Object
    • org.flyve.glpi.ServiceGenerator
  • Direct Known Subclasses:
    GLPI


    public class ServiceGenerator
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      Retrofit retrofit 
    • Constructor Summary

      Constructors 
      Constructor and Description
      ServiceGenerator() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void start(java.lang.String url) 
      • Methods inherited from class java.lang.Object

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

      • retrofit

        public Retrofit retrofit
    • Constructor Detail

      • ServiceGenerator

        public ServiceGenerator()
    • Method Detail

      • start

        public void start(java.lang.String url)
Back to top