Package org.apache.solr.client.api.model
Class RestoreCollectionRequestBody
- java.lang.Object
-
- org.apache.solr.client.api.model.RestoreCollectionRequestBody
-
public class RestoreCollectionRequestBody extends Object
Request body for the v2 "restore collection" API.
-
-
Field Summary
Fields Modifier and Type Field Description String
async
Integer
backupId
String
collection
CreateCollectionRequestBody
createCollectionParams
String
location
String
repository
-
Constructor Summary
Constructors Constructor Description RestoreCollectionRequestBody()
-