Class ByProjectKeyStoresGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyStoresGet,StorePagedQueryResponse>
com.commercetools.api.client.ByProjectKeyStoresGet
All Implemented Interfaces:
ByProjectKeyStoresGetMixin, Deprecatable200Trait<ByProjectKeyStoresGet>, ErrorableTrait<ByProjectKeyStoresGet>, ExpandableTrait<ByProjectKeyStoresGet>, PagedQueryResourceRequest<ByProjectKeyStoresGet,StorePagedQueryResponse,StoreQueryBuilderDsl>, PagingTrait<ByProjectKeyStoresGet>, QueryTrait<ByProjectKeyStoresGet>, SimplePagedQueryResourceRequest<ByProjectKeyStoresGet,StorePagedQueryResponse,StoreQueryBuilderDsl>, SortableTrait<ByProjectKeyStoresGet>, io.vrap.rmf.base.client.ClientRequestCommand<StorePagedQueryResponse>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.RequestCommand<StorePagedQueryResponse>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.store.StorePagedQueryResponse>> result = apiRoot
            .withProjectKey("{projectKey}")
            .stores()
            .get()
            .execute()