Class ConfigSetAdminRequest.List
java.lang.Object
org.apache.solr.client.solrj.SolrRequest<ConfigSetAdminResponse.List>
org.apache.solr.client.solrj.request.ConfigSetAdminRequest<ConfigSetAdminRequest.List,ConfigSetAdminResponse.List>
org.apache.solr.client.solrj.request.ConfigSetAdminRequest.List
- All Implemented Interfaces:
Serializable
- Enclosing class:
ConfigSetAdminRequest<Q extends ConfigSetAdminRequest<Q,R>, R extends ConfigSetAdminResponse>
public static class ConfigSetAdminRequest.List
extends ConfigSetAdminRequest<ConfigSetAdminRequest.List,ConfigSetAdminResponse.List>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.solr.client.solrj.request.ConfigSetAdminRequest
ConfigSetAdminRequest.ConfigSetSpecificAdminRequest<T extends ConfigSetAdminRequest<T,ConfigSetAdminResponse>>, ConfigSetAdminRequest.Create, ConfigSetAdminRequest.Delete, ConfigSetAdminRequest.List, ConfigSetAdminRequest.Upload Nested classes/interfaces inherited from class org.apache.solr.client.solrj.SolrRequest
SolrRequest.ApiVersion, SolrRequest.METHOD, SolrRequest.SolrClientContext, SolrRequest.SolrRequestType -
Field Summary
Fields inherited from class org.apache.solr.client.solrj.request.ConfigSetAdminRequest
actionFields inherited from class org.apache.solr.client.solrj.SolrRequest
SUPPORTED_METHODS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ConfigSetAdminResponse.ListcreateResponse(NamedList<Object> namedList) Create a new SolrResponse to hold the response from the server.protected ConfigSetAdminRequest.ListgetThis()Methods inherited from class org.apache.solr.client.solrj.request.ConfigSetAdminRequest
getParams, setActionMethods inherited from class org.apache.solr.client.solrj.SolrRequest
addHeader, addHeaders, getApiVersion, getBasicAuthPassword, getBasicAuthUser, getCollection, getContentStreams, getContentWriter, getHeaders, getMethod, getPath, getPreferredNodes, getQueryParams, getRequestType, getResponseParser, getStreamingResponseCallback, getUserPrincipal, process, process, processWithBaseUrl, requiresCollection, setBasicAuthCredentials, setMethod, setPath, setPreferredNodes, setQueryParams, setRequestType, setResponseParser, setStreamingResponseCallback, setUserPrincipal
-
Constructor Details
-
List
public List()
-
-
Method Details
-
getThis
- Specified by:
getThisin classConfigSetAdminRequest<ConfigSetAdminRequest.List,ConfigSetAdminResponse.List>
-
createResponse
Description copied from class:SolrRequestCreate a new SolrResponse to hold the response from the server. If the response extendsSolrResponse, then there's no need to use the arguments, asSolrResponse.setResponse(NamedList)will be called right after this method.- Specified by:
createResponsein classConfigSetAdminRequest<ConfigSetAdminRequest.List,ConfigSetAdminResponse.List> - Parameters:
namedList- fromSolrClient.request(SolrRequest, String).
-