|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.paypal.api.payments.ItemList
public class ItemList
| Constructor Summary | |
|---|---|
ItemList()
Default Constructor |
|
| Method Summary | |
|---|---|
List<Item> |
getItems()
Getter for items |
ShippingAddress |
getShippingAddress()
Getter for shippingAddress |
ItemList |
setItems(List<Item> items)
Setter for items |
ItemList |
setShippingAddress(ShippingAddress shippingAddress)
Setter for shippingAddress |
String |
toJSON()
Returns a JSON string corresponding to object state |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ItemList()
| Method Detail |
|---|
public ItemList setItems(List<Item> items)
public List<Item> getItems()
public ItemList setShippingAddress(ShippingAddress shippingAddress)
public ShippingAddress getShippingAddress()
public String toJSON()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||