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() |
boolean |
equals(Object o) |
CompletableFuture<io.vrap.rmf.base.client.ApiHttpResponse<TaskToken>> |
execute(io.vrap.rmf.base.client.ApiHttpClient client) |
io.vrap.rmf.base.client.ApiHttpResponse<TaskToken> |
executeBlocking(io.vrap.rmf.base.client.ApiHttpClient client,
Duration timeout) |
String |
getProjectKey() |
int |
hashCode() |
void |
setProjectKey(String projectKey) |
addHeader, addQueryParam, addQueryParams, contentType, execute, executeBlocking, executeBlocking, executeBlocking, getFirstQueryParam, getHeaders, getQueryParam, getQueryParams, getQueryParamUriString, 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(io.vrap.rmf.base.client.ApiHttpClient client, Duration timeout)
executeBlocking in interface io.vrap.rmf.base.client.ClientRequestCommand<TaskToken>executeBlocking in class io.vrap.rmf.base.client.ApiMethod<ByProjectKeyMissingDataImagesPost,TaskToken>public CompletableFuture<io.vrap.rmf.base.client.ApiHttpResponse<TaskToken>> execute(io.vrap.rmf.base.client.ApiHttpClient client)
execute in interface io.vrap.rmf.base.client.ClientRequestCommand<TaskToken>execute in class io.vrap.rmf.base.client.ApiMethod<ByProjectKeyMissingDataImagesPost,TaskToken>public String getProjectKey()
public void setProjectKey(String projectKey)
public boolean equals(Object o)
public int hashCode()