Class ByProjectKeyBusinessUnitsGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyBusinessUnitsGet,BusinessUnitPagedQueryResponse>
com.commercetools.api.client.ByProjectKeyBusinessUnitsGet
All Implemented Interfaces:
ByProjectKeyBusinessUnitsGetMixin, Deprecatable200Trait<ByProjectKeyBusinessUnitsGet>, ErrorableTrait<ByProjectKeyBusinessUnitsGet>, ExpandableTrait<ByProjectKeyBusinessUnitsGet>, PagedQueryResourceRequest<ByProjectKeyBusinessUnitsGet,BusinessUnitPagedQueryResponse,BusinessUnitQueryBuilderDsl>, PagingTrait<ByProjectKeyBusinessUnitsGet>, QueryTrait<ByProjectKeyBusinessUnitsGet>, SortableTrait<ByProjectKeyBusinessUnitsGet>, PagedQueryResourceRequest<ByProjectKeyBusinessUnitsGet,BusinessUnitPagedQueryResponse>, 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}")
            .businessUnits()
            .get()
            .execute()