Class ByProjectKeyInStoreKeyByStoreKeyBusinessUnitsGet

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



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.business_unit.BusinessUnitPagedQueryResponse>> result = apiRoot
            .withProjectKey("{projectKey}")
            .inStoreKeyWithStoreKeyValue("{storeKey}")
            .businessUnits()
            .get()
            .execute()