Class RecordedPayments
- java.lang.Object
-
- com.orbipay.paymentsapi.client.wrappers.Base
-
- com.orbipay.paymentsapi.client.wrappers.RecordedPayments
-
public class RecordedPayments extends Base
-
-
Constructor Summary
Constructors Constructor Description RecordedPayments()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description RecordedPaymentsfindBy(MultiMap<java.lang.String> RecordedPaymentsFilterMap)RecordedPaymentsforClient(java.lang.String clientKey)RecordedPaymentsforCustomer()static RecordedPaymentsfromJson(java.lang.String json)java.lang.StringgetFromIndex()The id of the object before which the previous set of objects are to be retrieved.java.lang.StringgetHasMoreResults()true if there are more results or pagesjava.util.List<RecordedPayment>getList()Get listjava.lang.StringgetQueryId()The query id of the object.java.lang.StringgetToIndex()The id of the object after which the next set of objects are to be retrieved.java.lang.StringgetTotalResultsCount()total number of payments available with matching criteriajava.lang.StringgetUrl()This URL fetches the next or previous set of payments, based on the presence of after_object or before_object parameter.java.lang.StringtoJson()RecordedPaymentsvideChannel(java.lang.String channel)-
Methods inherited from class com.orbipay.paymentsapi.client.wrappers.Base
getApiEndPoint, getHttpStatusCode, getInvocationContext, getLiveMode, requestedBy, withContext
-
-
-
-
Method Detail
-
getList
public java.util.List<RecordedPayment> getList()
Get list- Returns:
- list
-
getTotalResultsCount
public java.lang.String getTotalResultsCount()
total number of payments available with matching criteria- Returns:
- totalResultsCount
-
getHasMoreResults
public java.lang.String getHasMoreResults()
true if there are more results or pages- Returns:
- hasMoreResults
-
getUrl
public java.lang.String getUrl()
This URL fetches the next or previous set of payments, based on the presence of after_object or before_object parameter.- Returns:
- url
-
getFromIndex
public java.lang.String getFromIndex()
The id of the object before which the previous set of objects are to be retrieved.- Returns:
- fromIndex
-
getToIndex
public java.lang.String getToIndex()
The id of the object after which the next set of objects are to be retrieved.- Returns:
- toIndex
-
getQueryId
public java.lang.String getQueryId()
The query id of the object.- Returns:
- queryId
-
forClient
public RecordedPayments forClient(java.lang.String clientKey)
-
videChannel
public RecordedPayments videChannel(java.lang.String channel)
- Overrides:
videChannelin classBase- Parameters:
channel- : The channel is of type String.- Returns:
- RecordedPayments: The Instance of RecordedPayments.
-
findBy
public RecordedPayments findBy(MultiMap<java.lang.String> RecordedPaymentsFilterMap)
- Parameters:
RecordedPaymentsFilterMap- : The RecordedPaymentsFilterMap is of type com.orbipay.paymentsapi.client.MultiMap.- Returns:
- RecordedPayments: The Instance of RecordedPayments.
-
forCustomer
public RecordedPayments forCustomer()
- Returns:
- RecordedPayments: The Instance of RecordedPayments.
-
fromJson
public static RecordedPayments fromJson(java.lang.String json) throws OrbipayApiException
- Throws:
OrbipayApiException
-
toJson
public java.lang.String toJson() throws OrbipayApiException- Throws:
OrbipayApiException
-
-