Class ByProjectKeyVariantProjectionsByIDGet

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

Retrieves a Variant Projection by its ID.



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