Class ByProjectKeyVariantProjectionsKeyByKeyGet

All Implemented Interfaces:
AttributefilteringTrait<ByProjectKeyVariantProjectionsKeyByKeyGet>, Deprecatable200Trait<ByProjectKeyVariantProjectionsKeyByKeyGet>, ErrorableTrait<ByProjectKeyVariantProjectionsKeyByKeyGet>, ExpandableTrait<ByProjectKeyVariantProjectionsKeyByKeyGet>, LocaleprojectingTrait<ByProjectKeyVariantProjectionsKeyByKeyGet>, PriceselectingTrait<ByProjectKeyVariantProjectionsKeyByKeyGet>, ProjectionselectingvariantTrait<ByProjectKeyVariantProjectionsKeyByKeyGet>, ClientRequestCommand<VariantProjection>, CreateHttpRequestCommand, HttpRequestCommand<VariantProjection>, RequestCommand<VariantProjection>

Retrieves a Variant Projection by its key.



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.variant.VariantProjection>> result = apiRoot
            .withProjectKey("{projectKey}")
            .variantProjections()
            .withKey("{key}")
            .get()
            .execute()