Package com.commercetools.ml.client
Class ByProjectKeyImageSearchConfigGet
java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.TypeApiMethod<ByProjectKeyImageSearchConfigGet,ImageSearchConfigResponse>
com.commercetools.ml.client.ByProjectKeyImageSearchConfigGet
- All Implemented Interfaces:
ClientRequestCommand<ImageSearchConfigResponse>,CreateHttpRequestCommand,HttpRequestCommand<ImageSearchConfigResponse>,RequestCommand<ImageSearchConfigResponse>
public class ByProjectKeyImageSearchConfigGet
extends TypeApiMethod<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
Nested classes/interfaces inherited from class io.vrap.rmf.base.client.ApiMethod
ApiMethod.ParamEntry<K,V> -
Constructor Summary
ConstructorsConstructorDescriptionByProjectKeyImageSearchConfigGet(ApiHttpClient apiHttpClient, String projectKey) -
Method Summary
Modifier and TypeMethodDescriptionbooleanexecute(ApiHttpClient client) executeBlocking(ApiHttpClient client, Duration timeout) inthashCode()intcom.fasterxml.jackson.core.type.TypeReference<ImageSearchConfigResponse>voidsetProjectKey(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.CreateHttpRequestCommand
createHttpRequestMethods inherited from interface io.vrap.rmf.base.client.RequestCommand
executeBlocking
-
Constructor Details
-
ByProjectKeyImageSearchConfigGet
-
ByProjectKeyImageSearchConfigGet
-
-
Method Details
-
resultType
-
executeBlocking
public ApiHttpResponse<ImageSearchConfigResponse> executeBlocking(ApiHttpClient client, Duration timeout) - Specified by:
executeBlockingin interfaceClientRequestCommand<ImageSearchConfigResponse>- Specified by:
executeBlockingin classApiMethod<ByProjectKeyImageSearchConfigGet,ImageSearchConfigResponse>
-
execute
- Specified by:
executein interfaceClientRequestCommand<ImageSearchConfigResponse>- Specified by:
executein classApiMethod<ByProjectKeyImageSearchConfigGet,ImageSearchConfigResponse>
-
getProjectKey
-
setProjectKey
-
equals
-
hashCode
public int hashCode() -
toString
-
reflectionHashCode
public int reflectionHashCode()
-