Class ByProjectKeyGet

All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyGet>, ErrorableTrait<ByProjectKeyGet>, ClientRequestCommand<Project>, CreateHttpRequestCommand, HttpRequestCommand<Project>, RequestCommand<Project>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.project.Project>> result = apiRoot
            .withProjectKey("{projectKey}")
            .get()
            .execute()