Class ByProjectKeyApiClientsGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyApiClientsGet,ApiClientPagedQueryResponse>
com.commercetools.api.client.ByProjectKeyApiClientsGet
All Implemented Interfaces:
ByProjectKeyApiClientsGetMixin, Deprecatable200Trait<ByProjectKeyApiClientsGet>, ErrorableTrait<ByProjectKeyApiClientsGet>, ExpandableTrait<ByProjectKeyApiClientsGet>, PagedQueryResourceRequest<ByProjectKeyApiClientsGet,ApiClientPagedQueryResponse,ApiClientQueryBuilderDsl>, PagingTrait<ByProjectKeyApiClientsGet>, QueryTrait<ByProjectKeyApiClientsGet>, SortableTrait<ByProjectKeyApiClientsGet>, PagedQueryResourceRequest<ByProjectKeyApiClientsGet,ApiClientPagedQueryResponse>, io.vrap.rmf.base.client.ClientRequestCommand<ApiClientPagedQueryResponse>, io.vrap.rmf.base.client.RequestCommand<ApiClientPagedQueryResponse>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.api_client.ApiClientPagedQueryResponse>> result = apiRoot
            .withProjectKey("{projectKey}")
            .apiClients()
            .get()
            .execute()