Class ByProjectKeyZonesByIDGet

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



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.zone.Zone>> result = apiRoot
            .withProjectKey("{projectKey}")
            .zones()
            .withId("{ID}")
            .get()
            .execute()