Class ByProjectKeyTypesKeyByKeyGet

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



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