|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.paypal.base.rest.QueryParameters
public class QueryParameters
QueryParameters holds query parameters used for retrieving
PaymentHistory object.
| Constructor Summary | |
|---|---|
QueryParameters()
|
|
| Method Summary | |
|---|---|
Map<String,String> |
getContainerMap()
|
void |
setCount(String count)
Set the count |
void |
setEndTime(String endTime)
Set the endTime |
void |
setPayeeId(String payeeId)
Set the payeeId |
void |
setSortBy(String sortBy)
Set the sortBy |
void |
setSortOrder(String sortOrder)
Set the sortOrder |
void |
setStartId(String startId)
Set the startId |
void |
setStartIndex(String startIndex)
Set the startIndex |
void |
setStartTime(String startTime)
Set the startTime |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QueryParameters()
| Method Detail |
|---|
public Map<String,String> getContainerMap()
public void setCount(String count)
count - Number of items to return.public void setStartId(String startId)
startId - Resource ID that indicates the starting resource to return.public void setStartIndex(String startIndex)
startIndex - Start index of the resources to be returned. Typically used to
jump to a specific position in the resource history based on
its order.public void setStartTime(String startTime)
startTime - Resource creation time that indicates the start of a range of
results.public void setEndTime(String endTime)
endTime - Resource creation time that indicates the end of a range of
results.public void setPayeeId(String payeeId)
payeeId - PayeeIdpublic void setSortBy(String sortBy)
sortBy - Sort based on create_time or update_time.public void setSortOrder(String sortOrder)
sortOrder - Sort based on order of results. Options include asc for
ascending order or dec for descending order.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||