Class ByProjectKeyApiClientsGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.TypeApiMethod<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>, SimplePagedQueryResourceRequest<ByProjectKeyApiClientsGet,ApiClientPagedQueryResponse,ApiClientQueryBuilderDsl>, SortableTrait<ByProjectKeyApiClientsGet>, io.vrap.rmf.base.client.ClientRequestCommand<ApiClientPagedQueryResponse>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.HttpRequestCommand<ApiClientPagedQueryResponse>, io.vrap.rmf.base.client.RequestCommand<ApiClientPagedQueryResponse>



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