Class ByProjectKeyBusinessUnitsKeyByKeyGet

All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyBusinessUnitsKeyByKeyGet>, ErrorableTrait<ByProjectKeyBusinessUnitsKeyByKeyGet>, ExpandableTrait<ByProjectKeyBusinessUnitsKeyByKeyGet>, ClientRequestCommand<BusinessUnit>, CreateHttpRequestCommand, HttpRequestCommand<BusinessUnit>, RequestCommand<BusinessUnit>



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