Class ByProjectKeyTypesByIDGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyTypesByIDGet,Type>
com.commercetools.api.client.ByProjectKeyTypesByIDGet
All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyTypesByIDGet>, ErrorableTrait<ByProjectKeyTypesByIDGet>, ExpandableTrait<ByProjectKeyTypesByIDGet>, 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()
            .withId("{ID}")
            .get()
            .execute()