public abstract static class ProductOrderReceipt.Builder<T extends ProductOrderReceipt.Builder<T>> extends Object
| Modifier and Type | Field and Description | 
|---|---|
protected ProductOrder | 
orderDetails  | 
protected int | 
orderId  | 
| Constructor and Description | 
|---|
ProductOrderReceipt.Builder()  | 
| Modifier and Type | Method and Description | 
|---|---|
ProductOrderReceipt | 
build()  | 
T | 
fromProductOrderReceipt(ProductOrderReceipt in)  | 
T | 
orderDetails(ProductOrder orderDetails)  | 
T | 
orderId(int orderId)  | 
protected abstract T | 
self()  | 
protected int orderId
protected ProductOrder orderDetails
protected abstract T self()
public T orderId(int orderId)
ProductOrderReceipt.getOrderId()public T orderDetails(ProductOrder orderDetails)
public ProductOrderReceipt build()
public T fromProductOrderReceipt(ProductOrderReceipt in)
Copyright © 2009-2013 jclouds. All Rights Reserved.