Class ByProjectKeyCustomObjectsByContainerGet

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



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