Class ByProjectKeyTypesKeyByKeyPostString

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<ByProjectKeyTypesKeyByKeyPostString,Type>
com.commercetools.api.client.ByProjectKeyTypesKeyByKeyPostString
All Implemented Interfaces:
ConflictingTrait<ByProjectKeyTypesKeyByKeyPostString>, Deprecatable200Trait<ByProjectKeyTypesKeyByKeyPostString>, ErrorableTrait<ByProjectKeyTypesKeyByKeyPostString>, ExpandableTrait<ByProjectKeyTypesKeyByKeyPostString>, io.vrap.rmf.base.client.ClientRequestCommand<Type>, io.vrap.rmf.base.client.RequestCommand<Type>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.type.Type>> result = apiRoot
            .withProjectKey("{projectKey}")
            .types()
            .withKey("{key}")
            .post("")
            .execute()