Class HttpSessionsDeprecated

  • Direct Known Subclasses:
    HttpSessions

    public class HttpSessionsDeprecated
    extends java.lang.Object
    API implementation with deprecated methods, (re)moved from generated class.
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      ApiResponse addSessionToken​(java.lang.String apikey, java.lang.String site, java.lang.String sessiontoken)
      Deprecated.
      (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g.
      ApiResponse createEmptySession​(java.lang.String apikey, java.lang.String site, java.lang.String session)
      Deprecated.
      (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g.
      ApiResponse removeSession​(java.lang.String apikey, java.lang.String site, java.lang.String session)
      Deprecated.
      (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g.
      ApiResponse removeSessionToken​(java.lang.String apikey, java.lang.String site, java.lang.String sessiontoken)
      Deprecated.
      (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g.
      ApiResponse renameSession​(java.lang.String apikey, java.lang.String site, java.lang.String oldsessionname, java.lang.String newsessionname)
      Deprecated.
      (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g.
      ApiResponse setActiveSession​(java.lang.String apikey, java.lang.String site, java.lang.String session)
      Deprecated.
      (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g.
      ApiResponse setSessionTokenValue​(java.lang.String apikey, java.lang.String site, java.lang.String session, java.lang.String sessiontoken, java.lang.String tokenvalue)
      Deprecated.
      (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g.
      ApiResponse unsetActiveSession​(java.lang.String apikey, java.lang.String site)
      Deprecated.
      (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g.
      • Methods inherited from class java.lang.Object

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