Class ByProjectKeyPostString

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<ByProjectKeyPostString,Project>
com.commercetools.api.client.ByProjectKeyPostString
All Implemented Interfaces:
ConflictingTrait<ByProjectKeyPostString>, io.vrap.rmf.base.client.ClientRequestCommand<Project>, io.vrap.rmf.base.client.RequestCommand<Project>

public class ByProjectKeyPostString extends io.vrap.rmf.base.client.StringBodyApiMethod<ByProjectKeyPostString,Project> implements ConflictingTrait<ByProjectKeyPostString>


   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.project.Project>> result = apiRoot
            .withProjectKey("{projectKey}")
            .post("")
            .execute()