Class ByProjectKeyBusinessUnitsKeyByKeyGet

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



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