Package com.commercetools.ml.client
Class ByProjectKeyImageSearchConfigPost
java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<ByProjectKeyImageSearchConfigPost,ImageSearchConfigResponse,ImageSearchConfigRequest>
com.commercetools.ml.client.ByProjectKeyImageSearchConfigPost
- All Implemented Interfaces:
io.vrap.rmf.base.client.ClientRequestCommand<ImageSearchConfigResponse>,io.vrap.rmf.base.client.CreateHttpRequestCommand,io.vrap.rmf.base.client.RequestCommand<ImageSearchConfigResponse>
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()
-
Nested Class Summary
-
Constructor Summary
ConstructorsConstructorDescriptionByProjectKeyImageSearchConfigPost(io.vrap.rmf.base.client.ApiHttpClient apiHttpClient, String projectKey, ImageSearchConfigRequest imageSearchConfigRequest) -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompletableFuture<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) getBody()inthashCode()intvoidsetProjectKey(String projectKey) toString()withBody(ImageSearchConfigRequest imageSearchConfigRequest) Methods inherited from class io.vrap.rmf.base.client.ApiMethod
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, getFirstQueryParam, getHeaders, getQueryParam, getQueryParams, getQueryParamUriString, getQueryParamUriStrings, send, sendBlocking, sendBlocking, with, with, withHeader, withHeaders, withHttpRequest, withoutHeader, withoutQueryParam, withQueryParam, withQueryParamsMethods inherited from interface io.vrap.rmf.base.client.ClientRequestCommand
executeBlockingMethods inherited from interface io.vrap.rmf.base.client.RequestCommand
executeBlocking
-
Constructor Details
-
ByProjectKeyImageSearchConfigPost
public ByProjectKeyImageSearchConfigPost(io.vrap.rmf.base.client.ApiHttpClient apiHttpClient, String projectKey, ImageSearchConfigRequest imageSearchConfigRequest) -
ByProjectKeyImageSearchConfigPost
-
-
Method Details
-
executeBlocking
public io.vrap.rmf.base.client.ApiHttpResponse<ImageSearchConfigResponse> executeBlocking(io.vrap.rmf.base.client.ApiHttpClient client, Duration timeout) - Specified by:
executeBlockingin interfaceio.vrap.rmf.base.client.ClientRequestCommand<ImageSearchConfigResponse>- Specified by:
executeBlockingin classio.vrap.rmf.base.client.ApiMethod<ByProjectKeyImageSearchConfigPost,ImageSearchConfigResponse>
-
execute
public CompletableFuture<io.vrap.rmf.base.client.ApiHttpResponse<ImageSearchConfigResponse>> execute(io.vrap.rmf.base.client.ApiHttpClient client) - Specified by:
executein interfaceio.vrap.rmf.base.client.ClientRequestCommand<ImageSearchConfigResponse>- Specified by:
executein classio.vrap.rmf.base.client.ApiMethod<ByProjectKeyImageSearchConfigPost,ImageSearchConfigResponse>
-
getProjectKey
-
setProjectKey
-
getBody
- Overrides:
getBodyin classio.vrap.rmf.base.client.BodyApiMethod<ByProjectKeyImageSearchConfigPost,ImageSearchConfigResponse, ImageSearchConfigRequest>
-
withBody
public ByProjectKeyImageSearchConfigPost withBody(ImageSearchConfigRequest imageSearchConfigRequest) - Overrides:
withBodyin classio.vrap.rmf.base.client.BodyApiMethod<ByProjectKeyImageSearchConfigPost,ImageSearchConfigResponse, ImageSearchConfigRequest>
-
equals
-
hashCode
public int hashCode() -
toString
-
reflectionHashCode
public int reflectionHashCode()
-