Class ByProjectKeyMeBusinessUnitsGet

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

Returns all of the authenticated Customer’s Business Units in a Project. Returns a 200 OK status if successful, or a ResourceNotFound error otherwise.



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