Class ListRequest
java.lang.Object
de.chojo.nexus.requests.RequestBuilder<List<RepositoryXO>>
de.chojo.nexus.requests.v1.repositories.ListRequest
- All Implemented Interfaces:
Request<List<RepositoryXO>>
-
Field Summary
Fields inherited from class de.chojo.nexus.requests.RequestBuilder
rest
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.chojo.nexus.requests.RequestBuilder
parameter, path, path, uri
-
Constructor Details
-
ListRequest
-
-
Method Details
-
queue
Description copied from interface:Request
Queue the request asynchronous.- Specified by:
queue
in interfaceRequest<List<RepositoryXO>>
- Specified by:
queue
in classRequestBuilder<List<RepositoryXO>>
- Returns:
- completable future providing the response
-
complete
Description copied from interface:Request
Sends the request and handles the response on the current thread- Specified by:
complete
in interfaceRequest<List<RepositoryXO>>
- Specified by:
complete
in classRequestBuilder<List<RepositoryXO>>
- Returns:
- response
-