Back to index

InitSession
org.flyve.glpi.response

Class InitSession

  • java.lang.Object
    • org.flyve.glpi.response.InitSession


  • public class InitSession
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor and Description
      InitSession() 
    • Method Summary

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

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

      • InitSession

        public InitSession()
    • Method Detail

      • getSession_token

        public java.lang.String getSession_token()
      • setSession_token

        public void setSession_token(java.lang.String session_token)
Back to top