Class ByProjectKeyShippingMethodsGet

All Implemented Interfaces:
ByProjectKeyShippingMethodsGetMixin, Deprecatable200Trait<ByProjectKeyShippingMethodsGet>, ErrorableTrait<ByProjectKeyShippingMethodsGet>, ExpandableTrait<ByProjectKeyShippingMethodsGet>, PagedQueryResourceRequest<ByProjectKeyShippingMethodsGet,ShippingMethodPagedQueryResponse,com.commercetools.api.predicates.query.shipping_method.ShippingMethodQueryBuilderDsl>, PagingTrait<ByProjectKeyShippingMethodsGet>, QueryTrait<ByProjectKeyShippingMethodsGet>, SimplePagedQueryResourceRequest<ByProjectKeyShippingMethodsGet,ShippingMethodPagedQueryResponse,com.commercetools.api.predicates.query.shipping_method.ShippingMethodQueryBuilderDsl>, SortableTrait<ByProjectKeyShippingMethodsGet>, ClientRequestCommand<ShippingMethodPagedQueryResponse>, CreateHttpRequestCommand, HttpRequestCommand<ShippingMethodPagedQueryResponse>, RequestCommand<ShippingMethodPagedQueryResponse>



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