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:
io.vrap.rmf.base.client.ClientRequestCommand<ImageSearchConfigResponse>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.HttpRequestCommand<ImageSearchConfigResponse>, io.vrap.rmf.base.client.RequestCommand<ImageSearchConfigResponse>

public class ByProjectKeyImageSearchConfigGet extends io.vrap.rmf.base.client.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

    io.vrap.rmf.base.client.ApiMethod.ParamEntry<K extends Object,V extends Object>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    ByProjectKeyImageSearchConfigGet(io.vrap.rmf.base.client.ApiHttpClient apiHttpClient, String projectKey)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    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)
     
     
    int
     
    int
     
    com.fasterxml.jackson.core.type.TypeReference<ImageSearchConfigResponse>
     
    void
    setProjectKey(String projectKey)
     
     

    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, withQueryParams

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface io.vrap.rmf.base.client.ClientRequestCommand

    executeBlocking

    Methods inherited from interface io.vrap.rmf.base.client.CreateHttpRequestCommand

    createHttpRequest

    Methods inherited from interface io.vrap.rmf.base.client.RequestCommand

    executeBlocking