Class ByProjectKeyCustomObjectsByContainerByKeyGet

All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyCustomObjectsByContainerByKeyGet>, ErrorableTrait<ByProjectKeyCustomObjectsByContainerByKeyGet>, ExpandableTrait<ByProjectKeyCustomObjectsByContainerByKeyGet>, ClientRequestCommand<CustomObject>, CreateHttpRequestCommand, HttpRequestCommand<CustomObject>, RequestCommand<CustomObject>



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