Class ByProjectKeyStandalonePricesKeyByKeyGet

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



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.standalone_price.StandalonePrice>> result = apiRoot
            .withProjectKey("{projectKey}")
            .standalonePrices()
            .withKey("{key}")
            .get()
            .execute()