Class ByProjectKeyCustomObjectsByContainerByKeyGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyCustomObjectsByContainerByKeyGet,CustomObject>
com.commercetools.api.client.ByProjectKeyCustomObjectsByContainerByKeyGet
All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyCustomObjectsByContainerByKeyGet>, ErrorableTrait<ByProjectKeyCustomObjectsByContainerByKeyGet>, ExpandableTrait<ByProjectKeyCustomObjectsByContainerByKeyGet>, io.vrap.rmf.base.client.ClientRequestCommand<CustomObject>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.RequestCommand<CustomObject>



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