|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RewardPointsIf
This is normally the object returned for API calls returning an array of RewardPoint objects. It contains an array of RewardPoint objects and the total number of RewardPoint objects matching the request, so that they can be paged.
| Method Summary | |
|---|---|
RewardPointIf[] |
getRewardPointArray()
The array of reward point records |
int |
getTotalNumRecords()
Total number of RewardPoint records present |
void |
setRewardPointArray(RewardPointIf[] rewardPointArray)
The array of reward point records |
void |
setTotalNumRecords(int totalNumRecords)
Total number of RewardPoint records present |
| Method Detail |
|---|
int getTotalNumRecords()
void setTotalNumRecords(int totalNumRecords)
totalNumRecords - the totalNumRecords to setRewardPointIf[] getRewardPointArray()
void setRewardPointArray(RewardPointIf[] rewardPointArray)
rewardPointArray - the rewardPointArray to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||