Class ByProjectKeyBusinessUnitsByIDGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyBusinessUnitsByIDGet,BusinessUnit>
com.commercetools.api.client.ByProjectKeyBusinessUnitsByIDGet
All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyBusinessUnitsByIDGet>, ErrorableTrait<ByProjectKeyBusinessUnitsByIDGet>, ExpandableTrait<ByProjectKeyBusinessUnitsByIDGet>, io.vrap.rmf.base.client.ClientRequestCommand<BusinessUnit>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.RequestCommand<BusinessUnit>



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