Class ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.TypeApiMethod<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet,BusinessUnitPagedQueryResponse>
com.commercetools.api.client.ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet
All Implemented Interfaces:
ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGetMixin, Deprecatable200Trait<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet>, ErrorableTrait<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet>, ExpandableTrait<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet>, PagedQueryResourceRequest<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet,BusinessUnitPagedQueryResponse,BusinessUnitQueryBuilderDsl>, PagingTrait<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet>, QueryTrait<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet>, SimplePagedQueryResourceRequest<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet,BusinessUnitPagedQueryResponse,BusinessUnitQueryBuilderDsl>, SortableTrait<ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet>, io.vrap.rmf.base.client.ClientRequestCommand<BusinessUnitPagedQueryResponse>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.HttpRequestCommand<BusinessUnitPagedQueryResponse>, io.vrap.rmf.base.client.RequestCommand<BusinessUnitPagedQueryResponse>



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