Class ByProjectKeyProductTailoringGet

All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyProductTailoringGet>, ErrorableTrait<ByProjectKeyProductTailoringGet>, ExpandableTrait<ByProjectKeyProductTailoringGet>, PagingTrait<ByProjectKeyProductTailoringGet>, QueryTrait<ByProjectKeyProductTailoringGet>, SortableTrait<ByProjectKeyProductTailoringGet>, ClientRequestCommand<ProductTailoringPagedQueryResponse>, CreateHttpRequestCommand, HttpRequestCommand<ProductTailoringPagedQueryResponse>, RequestCommand<ProductTailoringPagedQueryResponse>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.product_tailoring.ProductTailoringPagedQueryResponse>> result = apiRoot
            .withProjectKey("{projectKey}")
            .productTailoring()
            .get()
            .execute()