Package com.commercetools.api.client
Class ByProjectKeySubscriptionsByIDPost
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<ByProjectKeySubscriptionsByIDPost,Subscription,SubscriptionUpdate>
com.commercetools.api.client.ByProjectKeySubscriptionsByIDPost
- All Implemented Interfaces:
ConflictingTrait<ByProjectKeySubscriptionsByIDPost>
,Deprecatable200Trait<ByProjectKeySubscriptionsByIDPost>
,ErrorableTrait<ByProjectKeySubscriptionsByIDPost>
,ClientRequestCommand<Subscription>
,CreateHttpRequestCommand
,HttpRequestCommand<Subscription>
,RequestCommand<Subscription>
public class ByProjectKeySubscriptionsByIDPost
extends TypeBodyApiMethod<ByProjectKeySubscriptionsByIDPost,Subscription,SubscriptionUpdate>
implements ConflictingTrait<ByProjectKeySubscriptionsByIDPost>, Deprecatable200Trait<ByProjectKeySubscriptionsByIDPost>, ErrorableTrait<ByProjectKeySubscriptionsByIDPost>
CompletableFuture<ApiHttpResponse<com.commercetools.api.models.subscription.Subscription>> result = apiRoot
.withProjectKey("{projectKey}")
.subscriptions()
.withId("{ID}")
.post(null)
.execute()
-
Nested Class Summary
Nested classes/interfaces inherited from class io.vrap.rmf.base.client.ApiMethod
ApiMethod.ParamEntry<K,
V> -
Constructor Summary
ConstructorDescriptionByProjectKeySubscriptionsByIDPost
(ApiHttpClient apiHttpClient, String projectKey, String ID, SubscriptionUpdate subscriptionUpdate) -
Method Summary
Modifier and TypeMethodDescriptionboolean
execute
(ApiHttpClient client) executeBlocking
(ApiHttpClient client, Duration timeout) getBody()
getID()
int
hashCode()
int
com.fasterxml.jackson.core.type.TypeReference<Subscription>
void
void
setProjectKey
(String projectKey) toString()
withBody
(SubscriptionUpdate subscriptionUpdate) 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 com.commercetools.api.client.ConflictingTrait
asConflictingTrait, asConflictingTraitToBaseType
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
-
ByProjectKeySubscriptionsByIDPost
public ByProjectKeySubscriptionsByIDPost(ApiHttpClient apiHttpClient, String projectKey, String ID, SubscriptionUpdate subscriptionUpdate) -
ByProjectKeySubscriptionsByIDPost
-
-
Method Details
-
resultType
- Specified by:
resultType
in interfaceHttpRequestCommand<Subscription>
-
executeBlocking
- Specified by:
executeBlocking
in interfaceClientRequestCommand<Subscription>
- Specified by:
executeBlocking
in classApiMethod<ByProjectKeySubscriptionsByIDPost,
Subscription>
-
execute
- Specified by:
execute
in interfaceClientRequestCommand<Subscription>
- Specified by:
execute
in classApiMethod<ByProjectKeySubscriptionsByIDPost,
Subscription>
-
getProjectKey
-
getID
-
setProjectKey
-
setID
-
getBody
- Overrides:
getBody
in classTypeBodyApiMethod<ByProjectKeySubscriptionsByIDPost,
Subscription, SubscriptionUpdate>
-
withBody
- Overrides:
withBody
in classTypeBodyApiMethod<ByProjectKeySubscriptionsByIDPost,
Subscription, SubscriptionUpdate>
-
equals
-
hashCode
public int hashCode() -
toString
-
reflectionHashCode
public int reflectionHashCode()
-