Class ByProjectKeyExtensionsByIDPost

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<ByProjectKeyExtensionsByIDPost,Extension,ExtensionUpdate>
com.commercetools.api.client.ByProjectKeyExtensionsByIDPost
All Implemented Interfaces:
ConflictingTrait<ByProjectKeyExtensionsByIDPost>, Deprecatable200Trait<ByProjectKeyExtensionsByIDPost>, ErrorableTrait<ByProjectKeyExtensionsByIDPost>, ExpandableTrait<ByProjectKeyExtensionsByIDPost>, io.vrap.rmf.base.client.ClientRequestCommand<Extension>, io.vrap.rmf.base.client.RequestCommand<Extension>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.extension.Extension>> result = apiRoot
            .withProjectKey("{projectKey}")
            .extensions()
            .withId("{ID}")
            .post(null)
            .execute()