Class ByProjectKeyCustomersKeyByKeyGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyCustomersKeyByKeyGet,Customer>
com.commercetools.api.client.ByProjectKeyCustomersKeyByKeyGet
All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyCustomersKeyByKeyGet>, ErrorableTrait<ByProjectKeyCustomersKeyByKeyGet>, ExpandableTrait<ByProjectKeyCustomersKeyByKeyGet>, io.vrap.rmf.base.client.ClientRequestCommand<Customer>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.RequestCommand<Customer>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.customer.Customer>> result = apiRoot
            .withProjectKey("{projectKey}")
            .customers()
            .withKey("{key}")
            .get()
            .execute()