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:RequestQueue the request asynchronous.- Specified by:
queuein interfaceRequest<PageAssetXO>- Specified by:
queuein classRequestBuilder<PageAssetXO>- Returns:
- completable future providing the response
-
complete
Description copied from interface:RequestSends the request and handles the response on the current thread- Specified by:
completein interfaceRequest<PageAssetXO>- Specified by:
completein classRequestBuilder<PageAssetXO>- Returns:
- response
-