Class ByProjectKeyCustomObjectsByContainerGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.TypeApiMethod<ByProjectKeyCustomObjectsByContainerGet,CustomObjectPagedQueryResponse>
com.commercetools.api.client.ByProjectKeyCustomObjectsByContainerGet
All Implemented Interfaces:
ByProjectKeyCustomObjectsByContainerGetMixin, Deprecatable200Trait<ByProjectKeyCustomObjectsByContainerGet>, ErrorableTrait<ByProjectKeyCustomObjectsByContainerGet>, ExpandableTrait<ByProjectKeyCustomObjectsByContainerGet>, PagedQueryResourceRequest<ByProjectKeyCustomObjectsByContainerGet,CustomObjectPagedQueryResponse,CustomObjectQueryBuilderDsl>, PagingTrait<ByProjectKeyCustomObjectsByContainerGet>, QueryTrait<ByProjectKeyCustomObjectsByContainerGet>, SimplePagedQueryResourceRequest<ByProjectKeyCustomObjectsByContainerGet,CustomObjectPagedQueryResponse,CustomObjectQueryBuilderDsl>, SortableTrait<ByProjectKeyCustomObjectsByContainerGet>, io.vrap.rmf.base.client.ClientRequestCommand<CustomObjectPagedQueryResponse>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.HttpRequestCommand<CustomObjectPagedQueryResponse>, io.vrap.rmf.base.client.RequestCommand<CustomObjectPagedQueryResponse>



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