|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface WishListItemsIf
This is normally the object returned for API calls returning an array of wish list items. It contains an array of wish list items and the total number of items matching the request, so that they can be paged.
| Method Summary | |
|---|---|
WishListItemIf[] |
getItemArray()
Wish list item array |
int |
getTotalNumItems()
Total number of wish list items |
void |
setItemArray(WishListItemIf[] itemArray)
Wish list item array |
void |
setTotalNumItems(int totalNumItems)
Total number of wish list items |
| Method Detail |
|---|
int getTotalNumItems()
void setTotalNumItems(int totalNumItems)
totalNumItems - the totalNumItems to setWishListItemIf[] getItemArray()
void setItemArray(WishListItemIf[] itemArray)
itemArray - the itemArray to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||