public class ByProjectKeyMissingDataImagesPost extends io.vrap.rmf.base.client.ApiMethod<ByProjectKeyMissingDataImagesPost,TaskToken>
| Constructor and Description |
|---|
ByProjectKeyMissingDataImagesPost(io.vrap.rmf.base.client.ApiHttpClient apiHttpClient,
String projectKey,
MissingImagesSearchRequest missingImagesSearchRequest) |
ByProjectKeyMissingDataImagesPost(ByProjectKeyMissingDataImagesPost t) |
| Modifier and Type | Method and Description |
|---|---|
io.vrap.rmf.base.client.ApiHttpRequest |
createHttpRequest() |
CompletableFuture<io.vrap.rmf.base.client.ApiHttpResponse<TaskToken>> |
execute() |
io.vrap.rmf.base.client.ApiHttpResponse<TaskToken> |
executeBlocking(Duration timeout) |
String |
getProjectKey() |
void |
setProjectKey(String projectKey) |
addHeader, addQueryParam, executeBlocking, getFirstQueryParam, getHeaders, getQueryParam, getQueryParams, getQueryParamUriStrings, send, sendBlocking, sendBlocking, withHeader, withHeaders, withoutHeader, withoutQueryParam, withQueryParam, withQueryParamspublic ByProjectKeyMissingDataImagesPost(io.vrap.rmf.base.client.ApiHttpClient apiHttpClient,
String projectKey,
MissingImagesSearchRequest missingImagesSearchRequest)
public ByProjectKeyMissingDataImagesPost(ByProjectKeyMissingDataImagesPost t)
public io.vrap.rmf.base.client.ApiHttpRequest createHttpRequest()
createHttpRequest in class io.vrap.rmf.base.client.ApiMethod<ByProjectKeyMissingDataImagesPost,TaskToken>public io.vrap.rmf.base.client.ApiHttpResponse<TaskToken> executeBlocking(Duration timeout)
executeBlocking in interface io.vrap.rmf.base.client.RequestCommand<TaskToken>executeBlocking in class io.vrap.rmf.base.client.ApiMethod<ByProjectKeyMissingDataImagesPost,TaskToken>public CompletableFuture<io.vrap.rmf.base.client.ApiHttpResponse<TaskToken>> execute()
execute in interface io.vrap.rmf.base.client.RequestCommand<TaskToken>execute in class io.vrap.rmf.base.client.ApiMethod<ByProjectKeyMissingDataImagesPost,TaskToken>public String getProjectKey()
public void setProjectKey(String projectKey)