java.lang.Object
org.elasticsearch.xcontent.ToXContent.MapParams
org.elasticsearch.xcontent.ToXContent.DelegatingMapParams
org.elasticsearch.xpack.core.watcher.support.xcontent.WatcherParams
All Implemented Interfaces:
org.elasticsearch.xcontent.ToXContent.Params

public class WatcherParams extends org.elasticsearch.xcontent.ToXContent.DelegatingMapParams
  • Field Details

  • Method Details

    • hideSecrets

      public static boolean hideSecrets(org.elasticsearch.xcontent.ToXContent.Params params)
    • debug

      public static boolean debug(org.elasticsearch.xcontent.ToXContent.Params params)
    • hideHeaders

      public static boolean hideHeaders(org.elasticsearch.xcontent.ToXContent.Params params)
    • wrap

      public static WatcherParams wrap(org.elasticsearch.xcontent.ToXContent.Params params)
    • builder

      public static WatcherParams.Builder builder()
    • builder

      public static WatcherParams.Builder builder(org.elasticsearch.xcontent.ToXContent.Params delegate)