Package com.commercetools.api.client
Class ByProjectKeyProductsSearchPostString
java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<T,TResult,TBody>
io.vrap.rmf.base.client.TypeBodyApiMethod<T,TResult,String>
io.vrap.rmf.base.client.StringBodyApiMethod<ByProjectKeyProductsSearchPostString,ProductPagedSearchResponse>
com.commercetools.api.client.ByProjectKeyProductsSearchPostString
- All Implemented Interfaces:
ErrorableTrait<ByProjectKeyProductsSearchPostString>,ClientRequestCommand<ProductPagedSearchResponse>,CreateHttpRequestCommand,HttpRequestCommand<ProductPagedSearchResponse>,RequestCommand<ProductPagedSearchResponse>
public class ByProjectKeyProductsSearchPostString
extends StringBodyApiMethod<ByProjectKeyProductsSearchPostString,ProductPagedSearchResponse>
implements ErrorableTrait<ByProjectKeyProductsSearchPostString>
If indexing is in progress or if Product Search is inactive, an ObjectNotFound error is returned. If inactive, you can reactivate it.
CompletableFuture<ApiHttpResponse<com.commercetools.api.models.product_search.ProductPagedSearchResponse>> result = apiRoot
.withProjectKey("{projectKey}")
.products()
.search()
.post("")
.execute()
-
Nested Class Summary
Nested classes/interfaces inherited from class io.vrap.rmf.base.client.ApiMethod
ApiMethod.ParamEntry<K,V> -
Constructor Summary
ConstructorsConstructorDescriptionByProjectKeyProductsSearchPostString(ApiHttpClient apiHttpClient, String projectKey, String productSearchRequest) -
Method Summary
Modifier and TypeMethodDescriptionbooleanexecute(ApiHttpClient client) executeBlocking(ApiHttpClient client, Duration timeout) getBody()inthashCode()intcom.fasterxml.jackson.core.type.TypeReference<ProductPagedSearchResponse>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 com.commercetools.api.client.ErrorableTrait
asErrorableTrait, asErrorableTraitToBaseTypeMethods inherited from interface io.vrap.rmf.base.client.RequestCommand
executeBlocking
-
Constructor Details
-
ByProjectKeyProductsSearchPostString
public ByProjectKeyProductsSearchPostString(ApiHttpClient apiHttpClient, String projectKey, String productSearchRequest) -
ByProjectKeyProductsSearchPostString
-
-
Method Details
-
resultType
- Specified by:
resultTypein interfaceHttpRequestCommand<ProductPagedSearchResponse>
-
executeBlocking
public ApiHttpResponse<ProductPagedSearchResponse> executeBlocking(ApiHttpClient client, Duration timeout) - Specified by:
executeBlockingin interfaceClientRequestCommand<ProductPagedSearchResponse>- Specified by:
executeBlockingin classApiMethod<ByProjectKeyProductsSearchPostString,ProductPagedSearchResponse>
-
execute
- Specified by:
executein interfaceClientRequestCommand<ProductPagedSearchResponse>- Specified by:
executein classApiMethod<ByProjectKeyProductsSearchPostString,ProductPagedSearchResponse>
-
getProjectKey
-
setProjectKey
-
getBody
- Overrides:
getBodyin classStringBodyApiMethod<ByProjectKeyProductsSearchPostString,ProductPagedSearchResponse>
-
withBody
- Overrides:
withBodyin classStringBodyApiMethod<ByProjectKeyProductsSearchPostString,ProductPagedSearchResponse>
-
equals
-
hashCode
public int hashCode() -
toString
-
reflectionHashCode
public int reflectionHashCode()
-