Package com.commercetools.ml.client
Class ByProjectKeyImageSearchConfigPostString
java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<T,TResult,String>
io.vrap.rmf.base.client.StringBodyApiMethod<ByProjectKeyImageSearchConfigPostString,ImageSearchConfigResponse>
com.commercetools.ml.client.ByProjectKeyImageSearchConfigPostString
- 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 ByProjectKeyImageSearchConfigPostString
extends io.vrap.rmf.base.client.StringBodyApiMethod<ByProjectKeyImageSearchConfigPostString,ImageSearchConfigResponse>
Endpoint to update the image search config.
CompletableFuture<ApiHttpResponse<com.commercetools.ml.models.image_search_config.ImageSearchConfigResponse>> result = apiRoot
.withProjectKey("{projectKey}")
.imageSearch()
.config()
.post("")
.execute()
-
Nested Class Summary
-
Constructor Summary
ConstructorsConstructorDescriptionByProjectKeyImageSearchConfigPostString(io.vrap.rmf.base.client.ApiHttpClient apiHttpClient, String projectKey, String 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()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
-
ByProjectKeyImageSearchConfigPostString
-
ByProjectKeyImageSearchConfigPostString
-
-
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<ByProjectKeyImageSearchConfigPostString,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<ByProjectKeyImageSearchConfigPostString,ImageSearchConfigResponse>
-
getProjectKey
-
setProjectKey
-
getBody
- Overrides:
getBodyin classio.vrap.rmf.base.client.StringBodyApiMethod<ByProjectKeyImageSearchConfigPostString,ImageSearchConfigResponse>
-
withBody
- Overrides:
withBodyin classio.vrap.rmf.base.client.StringBodyApiMethod<ByProjectKeyImageSearchConfigPostString,ImageSearchConfigResponse>
-
equals
-
hashCode
public int hashCode() -
toString
-
reflectionHashCode
public int reflectionHashCode()
-