@Validated
@RequestMapping(value="")
public interface RepositoryspacesApi
| Modifier and Type | Method and Description |
|---|---|
RepositoryspacesApiDelegate |
getDelegate() |
default org.springframework.http.ResponseEntity<List<org.lockss.ws.entities.RepositorySpaceWsResult>> |
getRepositorySpaces(String repositorySpaceQuery) |
RepositoryspacesApiDelegate getDelegate()
@RequestMapping(value="/repositoryspaces",
produces="application/json",
method=GET)
default org.springframework.http.ResponseEntity<List<org.lockss.ws.entities.RepositorySpaceWsResult>> getRepositorySpaces(@NotNull @RequestParam(value="repositorySpaceQuery",required=true)
String repositorySpaceQuery)
Copyright © 2000–2021 LOCKSS Program. All rights reserved.