Class ByProjectKeyZonesGet

All Implemented Interfaces:
ByProjectKeyZonesGetMixin, Deprecatable200Trait<ByProjectKeyZonesGet>, ErrorableTrait<ByProjectKeyZonesGet>, ExpandableTrait<ByProjectKeyZonesGet>, PagedQueryResourceRequest<ByProjectKeyZonesGet,ZonePagedQueryResponse,com.commercetools.api.predicates.query.zone.ZoneQueryBuilderDsl>, PagingTrait<ByProjectKeyZonesGet>, QueryTrait<ByProjectKeyZonesGet>, SimplePagedQueryResourceRequest<ByProjectKeyZonesGet,ZonePagedQueryResponse,com.commercetools.api.predicates.query.zone.ZoneQueryBuilderDsl>, SortableTrait<ByProjectKeyZonesGet>, ClientRequestCommand<ZonePagedQueryResponse>, CreateHttpRequestCommand, HttpRequestCommand<ZonePagedQueryResponse>, RequestCommand<ZonePagedQueryResponse>



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