Class ByProjectKeyMeBusinessUnitsByIDGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyMeBusinessUnitsByIDGet,BusinessUnit>
com.commercetools.api.client.ByProjectKeyMeBusinessUnitsByIDGet
All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyMeBusinessUnitsByIDGet>, ErrorableTrait<ByProjectKeyMeBusinessUnitsByIDGet>, ExpandableTrait<ByProjectKeyMeBusinessUnitsByIDGet>, 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}")
            .me()
            .businessUnits()
            .withId("{ID}")
            .get()
            .execute()