Class ByProjectKeyTypesKeyByKeyGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyTypesKeyByKeyGet,Type>
com.commercetools.api.client.ByProjectKeyTypesKeyByKeyGet
All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyTypesKeyByKeyGet>, ErrorableTrait<ByProjectKeyTypesKeyByKeyGet>, ExpandableTrait<ByProjectKeyTypesKeyByKeyGet>, io.vrap.rmf.base.client.ClientRequestCommand<Type>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.RequestCommand<Type>



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