Class ByProjectKeyCustomObjectsGet

All Implemented Interfaces:
ByProjectKeyCustomObjectsGetMixin, Deprecatable200Trait<ByProjectKeyCustomObjectsGet>, ErrorableTrait<ByProjectKeyCustomObjectsGet>, ExpandableTrait<ByProjectKeyCustomObjectsGet>, PagedQueryResourceRequest<ByProjectKeyCustomObjectsGet,CustomObjectPagedQueryResponse,com.commercetools.api.predicates.query.custom_object.CustomObjectQueryBuilderDsl>, PagingTrait<ByProjectKeyCustomObjectsGet>, QueryTrait<ByProjectKeyCustomObjectsGet>, SimplePagedQueryResourceRequest<ByProjectKeyCustomObjectsGet,CustomObjectPagedQueryResponse,com.commercetools.api.predicates.query.custom_object.CustomObjectQueryBuilderDsl>, SortableTrait<ByProjectKeyCustomObjectsGet>, ClientRequestCommand<CustomObjectPagedQueryResponse>, CreateHttpRequestCommand, HttpRequestCommand<CustomObjectPagedQueryResponse>, RequestCommand<CustomObjectPagedQueryResponse>

Deprecated.

For performance reasons, it is highly advisable to query for Custom Objects in a container by using the container field in the where predicate.



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.custom_object.CustomObjectPagedQueryResponse>> result = apiRoot
            .withProjectKey("{projectKey}")
            .customObjects()
            .get()
            .execute()