Class ByProjectKeyExtensionsKeyByKeyPost

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



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