Class ListRequest
- All Implemented Interfaces:
Request<PageAssetXO>
-
Field Summary
Fields inherited from class de.chojo.nexus.requests.RequestBuilder
rest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncomplete()
Sends the request and handles the response on the current threadcontinuationToken
(String token) queue()
Queue the request asynchronous.Methods inherited from class de.chojo.nexus.requests.RequestBuilder
parameter, path, path, uri
-
Constructor Details
-
ListRequest
-
-
Method Details
-
continuationToken
-
queue
Description copied from interface:Request
Queue the request asynchronous.- Specified by:
queue
in interfaceRequest<PageAssetXO>
- Specified by:
queue
in classRequestBuilder<PageAssetXO>
- 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<PageAssetXO>
- Specified by:
complete
in classRequestBuilder<PageAssetXO>
- Returns:
- response
-