Class ByProjectKeyStandalonePricesGet

All Implemented Interfaces:
ByProjectKeyStandalonePricesGetMixin, Deprecatable200Trait<ByProjectKeyStandalonePricesGet>, ErrorableTrait<ByProjectKeyStandalonePricesGet>, ExpandableTrait<ByProjectKeyStandalonePricesGet>, PagedQueryResourceRequest<ByProjectKeyStandalonePricesGet,StandalonePricePagedQueryResponse,com.commercetools.api.predicates.query.standalone_price.StandalonePriceQueryBuilderDsl>, PagingTrait<ByProjectKeyStandalonePricesGet>, QueryTrait<ByProjectKeyStandalonePricesGet>, SimplePagedQueryResourceRequest<ByProjectKeyStandalonePricesGet,StandalonePricePagedQueryResponse,com.commercetools.api.predicates.query.standalone_price.StandalonePriceQueryBuilderDsl>, SortableTrait<ByProjectKeyStandalonePricesGet>, ClientRequestCommand<StandalonePricePagedQueryResponse>, CreateHttpRequestCommand, HttpRequestCommand<StandalonePricePagedQueryResponse>, RequestCommand<StandalonePricePagedQueryResponse>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.standalone_price.StandalonePricePagedQueryResponse>> result = apiRoot
            .withProjectKey("{projectKey}")
            .standalonePrices()
            .get()
            .execute()