Package com.commercetools.api.client
Class ByProjectKeyCustomersSearchIndexingStatusGet
java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.TypeApiMethod<ByProjectKeyCustomersSearchIndexingStatusGet,CustomerSearchIndexingStatusResponse>
com.commercetools.api.client.ByProjectKeyCustomersSearchIndexingStatusGet
- All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyCustomersSearchIndexingStatusGet>
,ErrorableTrait<ByProjectKeyCustomersSearchIndexingStatusGet>
,ClientRequestCommand<CustomerSearchIndexingStatusResponse>
,CreateHttpRequestCommand
,HttpRequestCommand<CustomerSearchIndexingStatusResponse>
,RequestCommand<CustomerSearchIndexingStatusResponse>
public class ByProjectKeyCustomersSearchIndexingStatusGet
extends TypeApiMethod<ByProjectKeyCustomersSearchIndexingStatusGet,CustomerSearchIndexingStatusResponse>
implements ErrorableTrait<ByProjectKeyCustomersSearchIndexingStatusGet>, Deprecatable200Trait<ByProjectKeyCustomersSearchIndexingStatusGet>
Returns the indexing status of the Customer Search for a Project.
CompletableFuture<ApiHttpResponse<com.commercetools.api.models.customer_search.CustomerSearchIndexingStatusResponse>> result = apiRoot
.withProjectKey("{projectKey}")
.customers()
.searchIndexingStatus()
.get()
.execute()
-
Nested Class Summary
Nested classes/interfaces inherited from class io.vrap.rmf.base.client.ApiMethod
ApiMethod.ParamEntry<K,
V> -
Constructor Summary
ConstructorDescriptionByProjectKeyCustomersSearchIndexingStatusGet
(ApiHttpClient apiHttpClient, String projectKey) -
Method Summary
Modifier and TypeMethodDescriptionboolean
execute
(ApiHttpClient client) executeBlocking
(ApiHttpClient client, Duration timeout) int
hashCode()
int
com.fasterxml.jackson.core.type.TypeReference<CustomerSearchIndexingStatusResponse>
void
setProjectKey
(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, withQueryParams
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 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
-
Constructor Details
-
ByProjectKeyCustomersSearchIndexingStatusGet
-
ByProjectKeyCustomersSearchIndexingStatusGet
-
-
Method Details
-
resultType
public com.fasterxml.jackson.core.type.TypeReference<CustomerSearchIndexingStatusResponse> resultType()- Specified by:
resultType
in interfaceHttpRequestCommand<CustomerSearchIndexingStatusResponse>
-
executeBlocking
public ApiHttpResponse<CustomerSearchIndexingStatusResponse> executeBlocking(ApiHttpClient client, Duration timeout) - Specified by:
executeBlocking
in interfaceClientRequestCommand<CustomerSearchIndexingStatusResponse>
- Specified by:
executeBlocking
in classApiMethod<ByProjectKeyCustomersSearchIndexingStatusGet,
CustomerSearchIndexingStatusResponse>
-
execute
public CompletableFuture<ApiHttpResponse<CustomerSearchIndexingStatusResponse>> execute(ApiHttpClient client) - Specified by:
execute
in interfaceClientRequestCommand<CustomerSearchIndexingStatusResponse>
- Specified by:
execute
in classApiMethod<ByProjectKeyCustomersSearchIndexingStatusGet,
CustomerSearchIndexingStatusResponse>
-
getProjectKey
-
setProjectKey
-
equals
-
hashCode
public int hashCode() -
toString
-
reflectionHashCode
public int reflectionHashCode()
-