Package com.commercetools.ml.client
Class ByProjectKeyImageSearchConfigGet
java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyImageSearchConfigGet,ImageSearchConfigResponse>
com.commercetools.ml.client.ByProjectKeyImageSearchConfigGet
- 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 ByProjectKeyImageSearchConfigGet
extends io.vrap.rmf.base.client.ApiMethod<ByProjectKeyImageSearchConfigGet,ImageSearchConfigResponse>
Get the current image search config.
CompletableFuture<ApiHttpResponse<com.commercetools.ml.models.image_search_config.ImageSearchConfigResponse>> result = apiRoot
.withProjectKey("{projectKey}")
.imageSearch()
.config()
.get()
.execute()
-
Nested Class Summary
-
Constructor Summary
ConstructorsConstructorDescriptionByProjectKeyImageSearchConfigGet(io.vrap.rmf.base.client.ApiHttpClient apiHttpClient, String projectKey) -
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) 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
-
ByProjectKeyImageSearchConfigGet
public ByProjectKeyImageSearchConfigGet(io.vrap.rmf.base.client.ApiHttpClient apiHttpClient, String projectKey) -
ByProjectKeyImageSearchConfigGet
-
-
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<ByProjectKeyImageSearchConfigGet,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<ByProjectKeyImageSearchConfigGet,ImageSearchConfigResponse>
-
getProjectKey
-
setProjectKey
-
equals
-
hashCode
public int hashCode() -
toString
-
reflectionHashCode
public int reflectionHashCode()
-