public class QueryParameters extends Object
QueryParameters
holds query parameters used for retrieving
PaymentHistory
object.Constructor and Description |
---|
QueryParameters() |
Modifier and Type | Method and Description |
---|---|
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
|
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.Copyright © 2016. All Rights Reserved.