Class ByProjectKeyZonesGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.TypeApiMethod<ByProjectKeyZonesGet,ZonePagedQueryResponse>
com.commercetools.api.client.ByProjectKeyZonesGet
All Implemented Interfaces:
ByProjectKeyZonesGetMixin, Deprecatable200Trait<ByProjectKeyZonesGet>, ErrorableTrait<ByProjectKeyZonesGet>, ExpandableTrait<ByProjectKeyZonesGet>, PagedQueryResourceRequest<ByProjectKeyZonesGet,ZonePagedQueryResponse,ZoneQueryBuilderDsl>, PagingTrait<ByProjectKeyZonesGet>, QueryTrait<ByProjectKeyZonesGet>, SimplePagedQueryResourceRequest<ByProjectKeyZonesGet,ZonePagedQueryResponse,ZoneQueryBuilderDsl>, SortableTrait<ByProjectKeyZonesGet>, io.vrap.rmf.base.client.ClientRequestCommand<ZonePagedQueryResponse>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.HttpRequestCommand<ZonePagedQueryResponse>, io.vrap.rmf.base.client.RequestCommand<ZonePagedQueryResponse>



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