Class ContextDeprecated

  • Direct Known Subclasses:
    Context

    public class ContextDeprecated
    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 excludeAllContextTechnologies​(java.lang.String apikey, java.lang.String contextname)
      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 excludeContextTechnologies​(java.lang.String apikey, java.lang.String contextname, java.lang.String technologynames)
      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 excludeFromContext​(java.lang.String apikey, java.lang.String contextname, java.lang.String regex)
      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 exportContext​(java.lang.String apikey, java.lang.String contextname, java.lang.String contextfile)
      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 importContext​(java.lang.String apikey, java.lang.String contextfile)
      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 includeAllContextTechnologies​(java.lang.String apikey, java.lang.String contextname)
      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 includeContextTechnologies​(java.lang.String apikey, java.lang.String contextname, java.lang.String technologynames)
      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 includeInContext​(java.lang.String apikey, java.lang.String contextname, java.lang.String regex)
      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 newContext​(java.lang.String apikey, java.lang.String contextname)
      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 removeContext​(java.lang.String apikey, java.lang.String contextname)
      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 setContextInScope​(java.lang.String apikey, java.lang.String contextname, java.lang.String booleaninscope)
      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