public class ByProjectKeyImageSearchConfigPost extends io.vrap.rmf.base.client.BodyApiMethod<ByProjectKeyImageSearchConfigPost,ImageSearchConfigResponse,ImageSearchConfigRequest>
Endpoint to update the image search config.
CompletableFuture<ApiHttpResponse<com.commercetools.ml.models.image_search_config.ImageSearchConfigResponse>> result = apiRoot
.withProjectKey("{projectKey}")
.imageSearch()
.config()
.post(null)
.execute()
| Constructor and Description |
|---|
ByProjectKeyImageSearchConfigPost(io.vrap.rmf.base.client.ApiHttpClient apiHttpClient,
String projectKey,
ImageSearchConfigRequest imageSearchConfigRequest) |
ByProjectKeyImageSearchConfigPost(ByProjectKeyImageSearchConfigPost t) |
| Modifier and Type | Method and Description |
|---|---|
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) |
ImageSearchConfigRequest |
getBody() |
String |
getProjectKey() |
int |
hashCode() |
void |
setProjectKey(String projectKey) |
ByProjectKeyImageSearchConfigPost |
withBody(ImageSearchConfigRequest imageSearchConfigRequest) |
addHeader, addQueryParam, addQueryParams, contentType, createHttpRequest, execute, execute, execute, execute, execute, execute, execute, executeBlocking, executeBlocking, executeBlocking, executeBlocking, executeBlocking, executeBlocking, executeBlocking, executeBlocking, executeBlocking, executeBlocking, executeBlocking, executeBlocking, executeBlocking, executeBlocking, executeBlocking, getFirstQueryParam, getHeaders, getQueryParam, getQueryParams, getQueryParamUriString, getQueryParamUriStrings, send, sendBlocking, sendBlocking, with, with, withHeader, withHeaders, withHttpRequest, 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.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 ImageSearchConfigRequest getBody()
getBody in class io.vrap.rmf.base.client.BodyApiMethod<ByProjectKeyImageSearchConfigPost,ImageSearchConfigResponse,ImageSearchConfigRequest>public ByProjectKeyImageSearchConfigPost withBody(ImageSearchConfigRequest imageSearchConfigRequest)
withBody in class io.vrap.rmf.base.client.BodyApiMethod<ByProjectKeyImageSearchConfigPost,ImageSearchConfigResponse,ImageSearchConfigRequest>public int hashCode()