Class ByProjectKeyTypesByIDGet

All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyTypesByIDGet>, ErrorableTrait<ByProjectKeyTypesByIDGet>, ExpandableTrait<ByProjectKeyTypesByIDGet>, ClientRequestCommand<Type>, CreateHttpRequestCommand, HttpRequestCommand<Type>, RequestCommand<Type>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.type.Type>> result = apiRoot
            .withProjectKey("{projectKey}")
            .types()
            .withId("{ID}")
            .get()
            .execute()