Class ByProjectKeyPaymentsGet

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



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.payment.PaymentPagedQueryResponse>> result = apiRoot
            .withProjectKey("{projectKey}")
            .payments()
            .get()
            .execute()