Class ByProjectKeyStandalonePricesGet

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



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