Class ByProjectKeyApiClientsPost

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<ByProjectKeyApiClientsPost,ApiClient,ApiClientDraft>
com.commercetools.api.client.ByProjectKeyApiClientsPost
All Implemented Interfaces:
Deprecatable201Trait<ByProjectKeyApiClientsPost>, ErrorableTrait<ByProjectKeyApiClientsPost>, ExpandableTrait<ByProjectKeyApiClientsPost>, io.vrap.rmf.base.client.ClientRequestCommand<ApiClient>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.RequestCommand<ApiClient>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.api_client.ApiClient>> result = apiRoot
            .withProjectKey("{projectKey}")
            .apiClients()
            .post(null)
            .execute()