Class AliasAction.Remove

  • Enclosing class:
    AliasAction

    public static class AliasAction.Remove
    extends AliasAction
    Operation to remove an alias from an index.
    • Constructor Summary

      Constructors 
      Constructor Description
      Remove​(java.lang.String index, java.lang.String alias)
      Build the operation.
    • Method Summary

      Modifier and Type Method Description
      java.lang.String getAlias()
      Alias to remove from the index.
      • Methods inherited from class java.lang.Object

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

      • Remove

        public Remove​(java.lang.String index,
                      java.lang.String alias)
        Build the operation.
    • Method Detail

      • getAlias

        public java.lang.String getAlias()
        Alias to remove from the index.