Class ByProjectKeyExtensionsGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyExtensionsGet,ExtensionPagedQueryResponse>
com.commercetools.api.client.ByProjectKeyExtensionsGet
All Implemented Interfaces:
ByProjectKeyExtensionsGetMixin, Deprecatable200Trait<ByProjectKeyExtensionsGet>, ErrorableTrait<ByProjectKeyExtensionsGet>, PagingTrait<ByProjectKeyExtensionsGet>, QueryTrait<ByProjectKeyExtensionsGet>, SimplePagedQueryResourceRequest<ByProjectKeyExtensionsGet,ExtensionPagedQueryResponse,ExtensionQueryBuilderDsl>, SortableTrait<ByProjectKeyExtensionsGet>, io.vrap.rmf.base.client.ClientRequestCommand<ExtensionPagedQueryResponse>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.RequestCommand<ExtensionPagedQueryResponse>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.extension.ExtensionPagedQueryResponse>> result = apiRoot
            .withProjectKey("{projectKey}")
            .extensions()
            .get()
            .execute()