Class ByProjectKeyShippingMethodsByIDGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.TypeApiMethod<ByProjectKeyShippingMethodsByIDGet,ShippingMethod>
com.commercetools.api.client.ByProjectKeyShippingMethodsByIDGet
All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyShippingMethodsByIDGet>, ErrorableTrait<ByProjectKeyShippingMethodsByIDGet>, ExpandableTrait<ByProjectKeyShippingMethodsByIDGet>, io.vrap.rmf.base.client.ClientRequestCommand<ShippingMethod>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.HttpRequestCommand<ShippingMethod>, io.vrap.rmf.base.client.RequestCommand<ShippingMethod>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.shipping_method.ShippingMethod>> result = apiRoot
            .withProjectKey("{projectKey}")
            .shippingMethods()
            .withId("{ID}")
            .get()
            .execute()