Class ReplacerDeprecated

  • Direct Known Subclasses:
    Replacer

    public class ReplacerDeprecated
    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 addRule​(java.lang.String description, java.lang.String enabled, java.lang.String matchtype, java.lang.String matchregex, java.lang.String matchstring, java.lang.String replacement, java.lang.String initiators)
      Deprecated.
      (1.11.0) Use the method with the url.
      • Methods inherited from class java.lang.Object

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

      • ReplacerDeprecated

        public ReplacerDeprecated​(ClientApi api)
    • Method Detail

      • addRule

        @Deprecated
        public ApiResponse addRule​(java.lang.String description,
                                   java.lang.String enabled,
                                   java.lang.String matchtype,
                                   java.lang.String matchregex,
                                   java.lang.String matchstring,
                                   java.lang.String replacement,
                                   java.lang.String initiators)
                            throws ClientApiException
        Deprecated.
        (1.11.0) Use the method with the url.
        Throws:
        ClientApiException