Package com.commercetools.api.client
Class ByProjectKeyProductsSearchPost
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<ByProjectKeyProductsSearchPost,ProductPagedSearchResponse,ProductSearchRequest>
com.commercetools.api.client.ByProjectKeyProductsSearchPost
- All Implemented Interfaces:
ErrorableTrait<ByProjectKeyProductsSearchPost>,ClientRequestCommand<ProductPagedSearchResponse>,CreateHttpRequestCommand,HttpRequestCommand<ProductPagedSearchResponse>,RequestCommand<ProductPagedSearchResponse>
public class ByProjectKeyProductsSearchPost
extends TypeBodyApiMethod<ByProjectKeyProductsSearchPost,ProductPagedSearchResponse,ProductSearchRequest>
implements ErrorableTrait<ByProjectKeyProductsSearchPost>
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(null)
.execute()
-
Nested Class Summary
Nested classes/interfaces inherited from class io.vrap.rmf.base.client.ApiMethod
ApiMethod.ParamEntry<K,V> -
Constructor Summary
ConstructorsConstructorDescriptionByProjectKeyProductsSearchPost(ApiHttpClient apiHttpClient, String projectKey, ProductSearchRequest 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()withBody(ProductSearchRequest productSearchRequest) 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
-
ByProjectKeyProductsSearchPost
public ByProjectKeyProductsSearchPost(ApiHttpClient apiHttpClient, String projectKey, ProductSearchRequest productSearchRequest) -
ByProjectKeyProductsSearchPost
-
-
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<ByProjectKeyProductsSearchPost,ProductPagedSearchResponse>
-
execute
- Specified by:
executein interfaceClientRequestCommand<ProductPagedSearchResponse>- Specified by:
executein classApiMethod<ByProjectKeyProductsSearchPost,ProductPagedSearchResponse>
-
getProjectKey
-
setProjectKey
-
getBody
- Overrides:
getBodyin classTypeBodyApiMethod<ByProjectKeyProductsSearchPost,ProductPagedSearchResponse, ProductSearchRequest>
-
withBody
-
equals
-
hashCode
public int hashCode() -
toString
-
reflectionHashCode
public int reflectionHashCode()
-