Class ByProjectKeyExtensionsByIDPostString

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<T,TResult,String>
io.vrap.rmf.base.client.StringBodyApiMethod<ByProjectKeyExtensionsByIDPostString,Extension>
com.commercetools.api.client.ByProjectKeyExtensionsByIDPostString
All Implemented Interfaces:
ConflictingTrait<ByProjectKeyExtensionsByIDPostString>, Deprecatable200Trait<ByProjectKeyExtensionsByIDPostString>, ErrorableTrait<ByProjectKeyExtensionsByIDPostString>, 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()
            .withId("{ID}")
            .post("")
            .execute()