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
ConstructorsConstructorDescriptionByProjectKeyCustomersSearchIndexingStatusGet(ApiHttpClient apiHttpClient, String projectKey) -
Method Summary
Modifier and TypeMethodDescriptionbooleanexecute(ApiHttpClient client) executeBlocking(ApiHttpClient client, Duration timeout) inthashCode()intcom.fasterxml.jackson.core.type.TypeReference<CustomerSearchIndexingStatusResponse>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.Deprecatable200Trait
asDeprecatable200Trait, asDeprecatable200TraitToBaseTypeMethods inherited from interface com.commercetools.api.client.ErrorableTrait
asErrorableTrait, asErrorableTraitToBaseTypeMethods 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:
resultTypein interfaceHttpRequestCommand<CustomerSearchIndexingStatusResponse>
-
executeBlocking
public ApiHttpResponse<CustomerSearchIndexingStatusResponse> executeBlocking(ApiHttpClient client, Duration timeout) - Specified by:
executeBlockingin interfaceClientRequestCommand<CustomerSearchIndexingStatusResponse>- Specified by:
executeBlockingin classApiMethod<ByProjectKeyCustomersSearchIndexingStatusGet,CustomerSearchIndexingStatusResponse>
-
execute
public CompletableFuture<ApiHttpResponse<CustomerSearchIndexingStatusResponse>> execute(ApiHttpClient client) - Specified by:
executein interfaceClientRequestCommand<CustomerSearchIndexingStatusResponse>- Specified by:
executein classApiMethod<ByProjectKeyCustomersSearchIndexingStatusGet,CustomerSearchIndexingStatusResponse>
-
getProjectKey
-
setProjectKey
-
equals
-
hashCode
public int hashCode() -
toString
-
reflectionHashCode
public int reflectionHashCode()
-