Class ByProjectKeyStandalonePricesByIDGet

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



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