Class ByProjectKeyMeBusinessUnitsGet

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



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