Class ByProjectKeyMeBusinessUnitsGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyMeBusinessUnitsGet,BusinessUnitPagedQueryResponse>
com.commercetools.api.client.ByProjectKeyMeBusinessUnitsGet
All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyMeBusinessUnitsGet>, ErrorableTrait<ByProjectKeyMeBusinessUnitsGet>, ExpandableTrait<ByProjectKeyMeBusinessUnitsGet>, PagingTrait<ByProjectKeyMeBusinessUnitsGet>, QueryTrait<ByProjectKeyMeBusinessUnitsGet>, SortableTrait<ByProjectKeyMeBusinessUnitsGet>, io.vrap.rmf.base.client.ClientRequestCommand<BusinessUnitPagedQueryResponse>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.RequestCommand<BusinessUnitPagedQueryResponse>



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