Class ByProjectKeyOrdersSearchHead

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyOrdersSearchHead,JsonNode>
com.commercetools.api.client.ByProjectKeyOrdersSearchHead
All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyOrdersSearchHead>, ErrorableTrait<ByProjectKeyOrdersSearchHead>, io.vrap.rmf.base.client.ClientRequestCommand<JsonNode>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.RequestCommand<JsonNode>

Checks whether a search index for the Project's Orders exists.



   CompletableFuture<ApiHttpResponse<com.fasterxml.jackson.databind.JsonNode>> result = apiRoot
            .withProjectKey("{projectKey}")
            .orders()
            .search()
            .head()
            .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
     
    ByProjectKeyOrdersSearchHead(io.vrap.rmf.base.client.ApiHttpClient apiHttpClient, String projectKey)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    CompletableFuture<io.vrap.rmf.base.client.ApiHttpResponse<JsonNode>>
    execute(io.vrap.rmf.base.client.ApiHttpClient client)
     
    io.vrap.rmf.base.client.ApiHttpResponse<JsonNode>
    executeBlocking(io.vrap.rmf.base.client.ApiHttpClient client, Duration timeout)
     
     
    int
     
    int
     
    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 com.commercetools.api.client.Deprecatable200Trait

    asDeprecatable200Trait, asDeprecatable200TraitToBaseType

    Methods inherited from interface com.commercetools.api.client.ErrorableTrait

    asErrorableTrait, asErrorableTraitToBaseType

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

    executeBlocking