public class ByProjectKeyImageSearchConfigPost extends io.vrap.rmf.base.client.ApiMethod<ByProjectKeyImageSearchConfigPost,ImageSearchConfigResponse>
Endpoint to update the image search config.
| Constructor and Description |
|---|
ByProjectKeyImageSearchConfigPost(io.vrap.rmf.base.client.ApiHttpClient apiHttpClient,
String projectKey,
ImageSearchConfigRequest imageSearchConfigRequest) |
ByProjectKeyImageSearchConfigPost(ByProjectKeyImageSearchConfigPost 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<ImageSearchConfigResponse>> |
execute(io.vrap.rmf.base.client.ApiHttpClient client) |
io.vrap.rmf.base.client.ApiHttpResponse<ImageSearchConfigResponse> |
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 ByProjectKeyImageSearchConfigPost(io.vrap.rmf.base.client.ApiHttpClient apiHttpClient,
String projectKey,
ImageSearchConfigRequest imageSearchConfigRequest)
public ByProjectKeyImageSearchConfigPost(ByProjectKeyImageSearchConfigPost t)
public io.vrap.rmf.base.client.ApiHttpRequest createHttpRequest()
createHttpRequest in class io.vrap.rmf.base.client.ApiMethod<ByProjectKeyImageSearchConfigPost,ImageSearchConfigResponse>public io.vrap.rmf.base.client.ApiHttpResponse<ImageSearchConfigResponse> executeBlocking(io.vrap.rmf.base.client.ApiHttpClient client, Duration timeout)
executeBlocking in interface io.vrap.rmf.base.client.ClientRequestCommand<ImageSearchConfigResponse>executeBlocking in class io.vrap.rmf.base.client.ApiMethod<ByProjectKeyImageSearchConfigPost,ImageSearchConfigResponse>public CompletableFuture<io.vrap.rmf.base.client.ApiHttpResponse<ImageSearchConfigResponse>> execute(io.vrap.rmf.base.client.ApiHttpClient client)
execute in interface io.vrap.rmf.base.client.ClientRequestCommand<ImageSearchConfigResponse>execute in class io.vrap.rmf.base.client.ApiMethod<ByProjectKeyImageSearchConfigPost,ImageSearchConfigResponse>public String getProjectKey()
public void setProjectKey(String projectKey)
public boolean equals(Object o)
public int hashCode()