Class ByProjectKeyOrdersOrderNumberByOrderNumberGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.TypeApiMethod<ByProjectKeyOrdersOrderNumberByOrderNumberGet,Order>
com.commercetools.api.client.ByProjectKeyOrdersOrderNumberByOrderNumberGet
All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyOrdersOrderNumberByOrderNumberGet>, ErrorableTrait<ByProjectKeyOrdersOrderNumberByOrderNumberGet>, ExpandableTrait<ByProjectKeyOrdersOrderNumberByOrderNumberGet>, io.vrap.rmf.base.client.ClientRequestCommand<Order>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.HttpRequestCommand<Order>, io.vrap.rmf.base.client.RequestCommand<Order>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.order.Order>> result = apiRoot
            .withProjectKey("{projectKey}")
            .orders()
            .withOrderNumber("{orderNumber}")
            .get()
            .execute()