Class ByProjectKeyShippingMethodsGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyShippingMethodsGet,ShippingMethodPagedQueryResponse>
com.commercetools.api.client.ByProjectKeyShippingMethodsGet
All Implemented Interfaces:
ByProjectKeyShippingMethodsGetMixin, Deprecatable200Trait<ByProjectKeyShippingMethodsGet>, ErrorableTrait<ByProjectKeyShippingMethodsGet>, ExpandableTrait<ByProjectKeyShippingMethodsGet>, PagedQueryResourceRequest<ByProjectKeyShippingMethodsGet,ShippingMethodPagedQueryResponse,ShippingMethodQueryBuilderDsl>, PagingTrait<ByProjectKeyShippingMethodsGet>, QueryTrait<ByProjectKeyShippingMethodsGet>, SimplePagedQueryResourceRequest<ByProjectKeyShippingMethodsGet,ShippingMethodPagedQueryResponse,ShippingMethodQueryBuilderDsl>, SortableTrait<ByProjectKeyShippingMethodsGet>, io.vrap.rmf.base.client.ClientRequestCommand<ShippingMethodPagedQueryResponse>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.RequestCommand<ShippingMethodPagedQueryResponse>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.shipping_method.ShippingMethodPagedQueryResponse>> result = apiRoot
            .withProjectKey("{projectKey}")
            .shippingMethods()
            .get()
            .execute()