Class ByProjectKeyZonesKeyByKeyGet

All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyZonesKeyByKeyGet>, ErrorableTrait<ByProjectKeyZonesKeyByKeyGet>, ExpandableTrait<ByProjectKeyZonesKeyByKeyGet>, ClientRequestCommand<Zone>, CreateHttpRequestCommand, HttpRequestCommand<Zone>, RequestCommand<Zone>



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