Package com.commercetools.api.client
Class ByProjectKeyCartsByIDHead
java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.TypeApiMethod<ByProjectKeyCartsByIDHead,JsonNode>
com.commercetools.api.client.ByProjectKeyCartsByIDHead
- All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyCartsByIDHead>
,ErrorableTrait<ByProjectKeyCartsByIDHead>
,io.vrap.rmf.base.client.ClientRequestCommand<JsonNode>
,io.vrap.rmf.base.client.CreateHttpRequestCommand
,io.vrap.rmf.base.client.HttpRequestCommand<JsonNode>
,io.vrap.rmf.base.client.RequestCommand<JsonNode>
public class ByProjectKeyCartsByIDHead
extends io.vrap.rmf.base.client.TypeApiMethod<ByProjectKeyCartsByIDHead,JsonNode>
implements ErrorableTrait<ByProjectKeyCartsByIDHead>, Deprecatable200Trait<ByProjectKeyCartsByIDHead>
Checks if a Cart exists for a given id
. Returns a 200 OK
status if the Cart exists or a 404 Not Found
otherwise.
CompletableFuture<ApiHttpResponse<com.fasterxml.jackson.databind.JsonNode>> result = apiRoot
.withProjectKey("{projectKey}")
.carts()
.withId("{ID}")
.head()
.execute()
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionByProjectKeyCartsByIDHead
(io.vrap.rmf.base.client.ApiHttpClient apiHttpClient, String projectKey, String ID) -
Method Summary
Modifier and TypeMethodDescriptionboolean
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) getID()
int
hashCode()
int
com.fasterxml.jackson.core.type.TypeReference<JsonNode>
void
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
-
ByProjectKeyCartsByIDHead
-
ByProjectKeyCartsByIDHead
-
-
Method Details
-
resultType
- Specified by:
resultType
in interfaceio.vrap.rmf.base.client.HttpRequestCommand<JsonNode>
-
executeBlocking
public io.vrap.rmf.base.client.ApiHttpResponse<JsonNode> executeBlocking(io.vrap.rmf.base.client.ApiHttpClient client, Duration timeout) - Specified by:
executeBlocking
in interfaceio.vrap.rmf.base.client.ClientRequestCommand<JsonNode>
- Specified by:
executeBlocking
in classio.vrap.rmf.base.client.ApiMethod<ByProjectKeyCartsByIDHead,
JsonNode>
-
execute
public CompletableFuture<io.vrap.rmf.base.client.ApiHttpResponse<JsonNode>> execute(io.vrap.rmf.base.client.ApiHttpClient client) - Specified by:
execute
in interfaceio.vrap.rmf.base.client.ClientRequestCommand<JsonNode>
- Specified by:
execute
in classio.vrap.rmf.base.client.ApiMethod<ByProjectKeyCartsByIDHead,
JsonNode>
-
getProjectKey
-
getID
-
setProjectKey
-
setID
-
equals
-
hashCode
public int hashCode() -
toString
-
reflectionHashCode
public int reflectionHashCode()
-