Class CollectionAdminRequest.DeleteAlias

All Implemented Interfaces:
Serializable, MapSerializable, MapWriter, NavigableObject, org.noggit.JSONWriter.Writable
Enclosing class:
CollectionAdminRequest<T extends CollectionAdminResponse>

public static class CollectionAdminRequest.DeleteAlias extends CollectionAdminRequest.AsyncCollectionAdminRequest
See Also:
  • Field Details

    • aliasName

      protected String aliasName
  • Method Details

    • getParams

      public SolrParams getParams()
      Description copied from class: SolrRequest
      The parameters for this request; never null. The runtime type may be mutable but modifications may not affect this SolrRequest instance, as it may return a new instance here every time. If the subclass specifies the response type as ModifiableSolrParams, then one can expect it to change this request. If the subclass has a setter then one can expect this method to return the value set.
      Overrides:
      getParams in class CollectionAdminRequest.AsyncCollectionAdminRequest