Class GetAutoFollowPatternRequest

java.lang.Object
org.elasticsearch.client.ccr.GetAutoFollowPatternRequest
All Implemented Interfaces:
Validatable

public final class GetAutoFollowPatternRequest extends Object implements Validatable
Request class for get auto follow pattern api.
  • Constructor Details

    • GetAutoFollowPatternRequest

      public GetAutoFollowPatternRequest()
      Get all auto follow patterns
    • GetAutoFollowPatternRequest

      public GetAutoFollowPatternRequest(String name)
      Get auto follow pattern with the specified name
      Parameters:
      name - The name of the auto follow pattern to get
  • Method Details

    • getName

      public String getName()