- get(String) - Static method in enum com.sofort.lib.billcode.products.common.BillcodeTransactionStatus
-
Gets the billcode transaction status for given name.
- get(String) - Static method in enum com.sofort.lib.billcode.products.common.BillcodeTransactionStatusReason
-
Gets the billcode transaction status reason for given name.
- get(String) - Static method in enum com.sofort.lib.billcode.products.response.parts.BillcodeStatus
-
Gets the billcode status for given name.
- get(String) - Static method in enum com.sofort.lib.core.internal.utils.HashAlgorithm
-
Gets the algorithm for given name.
- get(String) - Static method in enum com.sofort.lib.paycode.products.common.PaycodeTransactionStatus
-
Gets the paycode transaction status for given name.
- get(String) - Static method in enum com.sofort.lib.paycode.products.common.PaycodeTransactionStatusReason
-
Gets the paycode transaction status reason for given name.
- get(String) - Static method in enum com.sofort.lib.paycode.products.response.parts.PaycodeStatus
-
Gets the paycode status for given name.
- get(String) - Static method in enum com.sofort.lib.payment.products.response.parts.PaymentStatus
-
Gets the payment status for given name.
- get(String) - Static method in enum com.sofort.lib.payment.products.response.parts.PaymentStatusReason
-
Gets the payment status reason for given name.
- getAbortUrl() - Method in class com.sofort.lib.paycode.products.request.PaycodeRequest
-
Gets the abort url.
- getAbortUrl() - Method in class com.sofort.lib.payment.products.request.PaymentRequest
-
Gets the abort url.
- getAccountNumber() - Method in class com.sofort.lib.core.products.common.BankAccount
-
Deprecated.
- getAmount() - Method in class com.sofort.lib.billcode.products.request.BillcodeRequest
-
Gets the amount.
- getAmount() - Method in class com.sofort.lib.billcode.products.response.BillcodeStatusResponse
-
Gets the amount.
- getAmount() - Method in class com.sofort.lib.core.products.response.parts.TransactionDetails
-
Gets the amount.
- getAmount() - Method in class com.sofort.lib.ideal.products.request.IDealRequest
-
Gets the amount.
- getAmount() - Method in class com.sofort.lib.ideal.products.response.IDealNotificationResponse
-
Gets the amount.
- getAmount() - Method in class com.sofort.lib.paycode.products.request.PaycodeRequest
-
Gets the amount.
- getAmount() - Method in class com.sofort.lib.paycode.products.response.PaycodeStatusResponse
-
Gets the amount.
- getAmount() - Method in class com.sofort.lib.payment.products.request.PaymentRequest
-
Gets the amount.
- getAmount() - Method in class com.sofort.lib.refund.products.request.parts.Refund
-
Gets the amount.
- getAmount() - Method in class com.sofort.lib.refund.products.response.parts.Refund
-
Gets the amount.
- getAmountRefunded() - Method in class com.sofort.lib.core.products.response.parts.TransactionDetails
-
Gets the amount refunded.
- getAttributes() - Method in class com.sofort.lib.core.internal.transformer.xml.XmlRootEntry
-
Gets the XML root entry attributes.
- getAuthorisation() - Method in class com.sofort.lib.core.internal.net.http.HttpConnectionData
-
Returns the authorization data.
- getBankCode() - Method in class com.sofort.lib.core.products.common.Bank
-
Deprecated.
- getBankCode() - Method in class com.sofort.lib.core.products.common.BankAccount
-
Deprecated.
- getBankName() - Method in class com.sofort.lib.core.products.common.BankAccount
-
Gets the bank name.
- getBankName() - Method in class com.sofort.lib.refund.products.RefundBankAccount
-
Gets the bank name.
- getBanks() - Method in class com.sofort.lib.ideal.products.response.IDealBanksResponse
-
Gets the available list of banks.
- getBic() - Method in class com.sofort.lib.core.products.common.Bank
-
Gets the bic.
- getBic() - Method in class com.sofort.lib.core.products.common.BankAccount
-
Gets the bic.
- getBic() - Method in class com.sofort.lib.refund.products.RefundBankAccount
-
Gets the bic.
- getBillcode() - Method in class com.sofort.lib.billcode.products.request.BillcodeStatusRequest
-
Gets the billcode.
- getBillcode() - Method in class com.sofort.lib.billcode.products.response.BillcodeResponse
-
Gets the billcode.
- getBillcode() - Method in class com.sofort.lib.billcode.products.response.BillcodeStatusResponse
-
Gets the billcode.
- getBillcode() - Method in class com.sofort.lib.billcode.products.response.parts.BillcodeTransactionDetails
-
Gets the billcode code.
- getBillcodeUrl() - Method in class com.sofort.lib.billcode.products.response.BillcodeResponse
-
Gets the billcode url.
- getChild(String) - Method in class com.sofort.lib.core.internal.utils.xml.XmlElementParsable
-
Gets the child.
- getChild(Element, String) - Method in class com.sofort.lib.core.internal.utils.xml.XmlParserHelper
-
Get from parent the direct child with the given tag name.
- getChildren(String) - Method in class com.sofort.lib.core.internal.utils.xml.XmlElementParsable
-
Gets the children.
- getChildren(Element, String) - Method in class com.sofort.lib.core.internal.utils.xml.XmlParserHelper
-
Get from parent all children for the given tag name.
- getChildText(String) - Method in class com.sofort.lib.core.internal.utils.xml.XmlElementParsable
-
Gets the child text.
- getChildText(Element, String) - Method in class com.sofort.lib.core.internal.utils.xml.XmlParserHelper
-
Safe getting of the content as a text value from the child with the given
tag name.
- getChildTextAsBoolean(String) - Method in class com.sofort.lib.core.internal.utils.xml.XmlElementParsable
-
Gets the child text as boolean.
- getChildTextAsBoolean(Element, String) - Method in class com.sofort.lib.core.internal.utils.xml.XmlParserHelper
-
Safe getting of the content as a boolean value from the child with the
given tag name.
- getChildTextAsDate(String) - Method in class com.sofort.lib.core.internal.utils.xml.XmlElementParsable
-
Gets the child text as date.
- getChildTextAsDate(Element, String) - Method in class com.sofort.lib.core.internal.utils.xml.XmlParserHelper
-
Safe getting of the content as a date value from the child with the given
tag name.
- getChildTextAsDouble(String) - Method in class com.sofort.lib.core.internal.utils.xml.XmlElementParsable
-
Gets the child text as double.
- getChildTextAsDouble(Element, String) - Method in class com.sofort.lib.core.internal.utils.xml.XmlParserHelper
-
Safe getting of the content as a double value from the child with the
given tag name.
- getChildTextAsInt(String) - Method in class com.sofort.lib.core.internal.utils.xml.XmlElementParsable
-
Gets the child text as int.
- getChildTextAsInt(Element, String) - Method in class com.sofort.lib.core.internal.utils.xml.XmlParserHelper
-
Safe getting of the content as a integer value from the child with the
given tag name.
- getChildTextAsLong(Element, String) - Method in class com.sofort.lib.core.internal.utils.xml.XmlParserHelper
-
Safe getting of the content as a long value from the child with the given
tag name.
- getChildTextAsShortDate(Element, String) - Method in class com.sofort.lib.core.internal.utils.xml.XmlParserHelper
-
Safe getting of the content as a short value from the child with the
given tag name.
- getCity() - Method in class com.sofort.lib.core.products.common.RecipientBankAccount
-
- getCode() - Method in class com.sofort.lib.core.products.response.parts.FailureMessage
-
Returns the failure code.
- getCode() - Method in class com.sofort.lib.ideal.products.response.parts.IDealBank
-
Gets the code.
- getComment() - Method in class com.sofort.lib.refund.products.request.parts.Refund
-
Gets the comment.
- getComment() - Method in class com.sofort.lib.refund.products.response.parts.Refund
-
Gets the comment.
- getConfigEntry(Class<? extends SofortLibRequest>) - Method in class com.sofort.lib.core.internal.transformer.xml.XmlConfig
-
- getConnection(Class<? extends SofortLibRequest>) - Method in interface com.sofort.lib.core.internal.net.ConnectionConfig
-
Returns the defined connection for given request class of type
SofortLibRequest.
- getConnection(Class<? extends SofortLibRequest>) - Method in class com.sofort.lib.core.internal.net.http.HttpConnectionConfig
-
- getConnection(SofortLibRequest) - Method in class com.sofort.lib.core.SofortLibCommon
-
Returns the defined connection for given kind of the SofortLib request.
- getConnectionData() - Method in class com.sofort.lib.core.internal.net.Connection
-
Return the connection data.
- getContent() - Method in class com.sofort.lib.core.internal.transformer.RawRequest
-
Gets the content of the raw request.
- getContent() - Method in class com.sofort.lib.core.internal.transformer.RawResponse
-
Gets the content.
- getCosts() - Method in class com.sofort.lib.core.products.response.parts.TransactionDetails
-
Gets the costs.
- getCountryCode() - Method in class com.sofort.lib.core.products.common.Bank
-
Gets the country code.
- getCountryCode() - Method in class com.sofort.lib.core.products.common.BankAccount
-
Gets the country code.
- getCreated() - Method in class com.sofort.lib.ideal.products.response.IDealNotificationResponse
-
Gets the created.
- getCurrencyCode() - Method in class com.sofort.lib.billcode.products.request.BillcodeRequest
-
Gets the currency code.
- getCurrencyCode() - Method in class com.sofort.lib.billcode.products.response.BillcodeStatusResponse
-
Gets the currency code.
- getCurrencyCode() - Method in class com.sofort.lib.core.products.response.parts.Costs
-
Gets the currency code.
- getCurrencyCode() - Method in class com.sofort.lib.core.products.response.parts.TransactionDetails
-
Gets the currency code.
- getCurrencyCode() - Method in class com.sofort.lib.paycode.products.request.PaycodeRequest
-
Gets the currency code.
- getCurrencyCode() - Method in class com.sofort.lib.paycode.products.response.PaycodeStatusResponse
-
Gets the currency code.
- getCurrencyCode() - Method in class com.sofort.lib.payment.products.request.PaymentRequest
-
Gets the currency code.
- getCurrencyId() - Method in class com.sofort.lib.ideal.products.response.IDealNotificationResponse
-
Gets the currency id.
- getEmailCustomer() - Method in class com.sofort.lib.billcode.products.response.parts.BillcodeTransactionDetails
-
Gets the email customer.
- getEmailCustomer() - Method in class com.sofort.lib.paycode.products.response.parts.PaycodeTransactionDetails
-
Gets the email customer.
- getEmailCustomer() - Method in class com.sofort.lib.payment.products.request.PaymentRequest
-
Gets the email customer.
- getEmailCustomer() - Method in class com.sofort.lib.payment.products.response.parts.PaymentTransactionDetails
-
Gets the email customer.
- getEndDate() - Method in class com.sofort.lib.billcode.products.request.BillcodeRequest
-
Gets the end date.
- getEndDate() - Method in class com.sofort.lib.billcode.products.response.BillcodeStatusResponse
-
Gets the end date.
- getEndDate() - Method in class com.sofort.lib.paycode.products.request.PaycodeRequest
-
Gets the end date.
- getEndDate() - Method in class com.sofort.lib.paycode.products.response.PaycodeStatusResponse
-
Gets the end date.
- getErrors() - Method in class com.sofort.lib.ideal.products.response.IDealBanksResponse
-
Gets the errors.
- getErrors() - Method in class com.sofort.lib.refund.products.response.parts.Refund
-
Gets the errors.
- getErrors() - Method in class com.sofort.lib.refund.products.response.RefundResponse
-
Gets the refund errors.
- getExchangeRate() - Method in class com.sofort.lib.core.products.response.parts.Costs
-
Gets the exchange rate.
- getExchangeRate() - Method in class com.sofort.lib.core.products.response.parts.TransactionDetails
-
Gets the exchange rate.
- getFees() - Method in class com.sofort.lib.core.products.response.parts.Costs
-
Gets the fees.
- getField() - Method in class com.sofort.lib.core.products.response.parts.FailureMessage
-
Return the field name failure happened in.
- getFromStatusModifiedTime() - Method in class com.sofort.lib.billcode.products.request.BillcodeTransactionDetailsRequest
-
Gets the from status modified time.
- getFromStatusModifiedTime() - Method in class com.sofort.lib.paycode.products.request.PaycodeTransactionDetailsRequest
-
Gets the from status modified time.
- getFromStatusModifiedTime() - Method in class com.sofort.lib.payment.products.request.PaymentTransactionDetailsRequest
-
Gets the from status modified time.
- getFromTime() - Method in class com.sofort.lib.billcode.products.request.BillcodeTransactionDetailsRequest
-
Gets the from time.
- getFromTime() - Method in class com.sofort.lib.paycode.products.request.PaycodeTransactionDetailsRequest
-
Gets the from time.
- getFromTime() - Method in class com.sofort.lib.payment.products.request.PaymentTransactionDetailsRequest
-
Gets the from time.
- getHash(String, HashAlgorithm) - Method in class com.sofort.lib.ideal.products.ideal.IDealNotificationResponseHashCalculator
-
Calculates the hash value for the given notification response with given
hash algorithm and the password defined in the control center.
- getHash(String, HashAlgorithm) - Method in class com.sofort.lib.ideal.products.ideal.IDealRequestHashCalculator
-
Calculates the hash value for the given iDEAL request with given hash
algorithm and the password defined in the control center.
- getHash() - Method in class com.sofort.lib.ideal.products.response.IDealNotificationResponse
-
Gets the hash.
- getHashCode(HashAlgorithm) - Method in class com.sofort.lib.core.internal.utils.HashBuilder
-
Calculates the hash code with the given hash algorithm.
- getHolder() - Method in class com.sofort.lib.core.products.common.BankAccount
-
Gets the holder.
- getHolder() - Method in class com.sofort.lib.refund.products.RefundBankAccount
-
Gets the holder.
- getIban() - Method in class com.sofort.lib.core.products.common.BankAccount
-
Gets the iban.
- getIban() - Method in class com.sofort.lib.refund.products.RefundBankAccount
-
Gets the iban.
- getInterfaceTimeout() - Method in class com.sofort.lib.ideal.products.request.IDealRequest
-
Gets the interface timeout.
- getInterfaceVersion() - Method in class com.sofort.lib.billcode.products.request.BillcodeRequest
-
Gets the interface version.
- getInterfaceVersion() - Method in class com.sofort.lib.ideal.products.request.IDealRequest
-
Gets the interface version.
- getInterfaceVersion() - Method in class com.sofort.lib.paycode.products.request.PaycodeRequest
-
Gets the interface version.
- getInterfaceVersion() - Method in class com.sofort.lib.payment.products.request.PaymentRequest
-
Gets the interface version.
- getKey() - Method in class com.sofort.lib.core.internal.utils.Attribute
-
Gets the key.
- getLanguageCode() - Method in class com.sofort.lib.billcode.products.request.BillcodeRequest
-
Gets the language code.
- getLanguageCode() - Method in class com.sofort.lib.billcode.products.response.BillcodeStatusResponse
-
Gets the language code.
- getLanguageCode() - Method in class com.sofort.lib.core.products.response.parts.TransactionDetails
-
Gets the language code.
- getLanguageCode() - Method in class com.sofort.lib.paycode.products.request.PaycodeRequest
-
Gets the language code.
- getLanguageCode() - Method in class com.sofort.lib.paycode.products.response.PaycodeStatusResponse
-
Gets the language code.
- getLanguageCode() - Method in class com.sofort.lib.payment.products.request.PaymentRequest
-
Gets the language code.
- getLanguageId() - Method in class com.sofort.lib.ideal.products.request.IDealRequest
-
Gets the language id.
- getMd5() - Method in class com.sofort.lib.core.internal.utils.HashBuilder
-
Gets the md5.
- getMessage() - Method in class com.sofort.lib.core.products.response.parts.FailureMessage
-
Returns the failure message.
- getMessageDigest(String) - Static method in class com.sofort.lib.core.internal.utils.HashBuilder
-
Gets the message digest.
- getName() - Method in class com.sofort.lib.core.internal.transformer.xml.XmlRootEntry
-
Gets the name of the XML root entry.
- getName() - Method in class com.sofort.lib.core.internal.utils.xml.XmlElementParsable
-
Gets the name.
- getName(Node) - Method in class com.sofort.lib.core.internal.utils.xml.XmlParserHelper
-
Returns the name of the node.
- getName() - Method in class com.sofort.lib.ideal.products.response.parts.IDealBank
-
Gets the name.
- getName1() - Method in class com.sofort.lib.core.products.common.RecipientBankAccount
-
- getName2() - Method in class com.sofort.lib.core.products.common.RecipientBankAccount
-
- getNewPaymentWarnings() - Method in class com.sofort.lib.payment.products.response.PaymentResponse
-
Gets the new payment warnings.
- getNode() - Method in class com.sofort.lib.core.internal.utils.xml.XmlElementParsable
-
Returns the internal/wrapped node.
- getNode() - Method in class com.sofort.lib.core.internal.utils.xml.XmlElementRenderable
-
Returns the internal/wrapped node.
- getNotificationEmails() - Method in class com.sofort.lib.billcode.products.request.BillcodeRequest
-
Gets the notification emails.
- getNotificationEmails() - Method in class com.sofort.lib.paycode.products.request.PaycodeRequest
-
Gets the notification emails.
- getNotificationEmails() - Method in class com.sofort.lib.payment.products.request.PaymentRequest
-
Gets the notification emails.
- getNotificationUrls() - Method in class com.sofort.lib.billcode.products.request.BillcodeRequest
-
Gets the notification urls.
- getNotificationUrls() - Method in class com.sofort.lib.paycode.products.request.PaycodeRequest
-
Gets the notification urls.
- getNotificationUrls() - Method in class com.sofort.lib.payment.products.request.PaymentRequest
-
Gets the notification urls.
- getNotifyOn() - Method in class com.sofort.lib.core.products.request.parts.Notification
-
Gets the notify on.
- getNumber() - Method in class com.sofort.lib.billcode.products.request.BillcodeTransactionDetailsRequest
-
Gets the number.
- getNumber() - Method in class com.sofort.lib.paycode.products.request.PaycodeTransactionDetailsRequest
-
Gets the number.
- getNumber() - Method in class com.sofort.lib.payment.products.request.PaymentTransactionDetailsRequest
-
Gets the number.
- getPage() - Method in class com.sofort.lib.billcode.products.request.BillcodeTransactionDetailsRequest
-
Gets the page number.
- getPage() - Method in class com.sofort.lib.paycode.products.request.PaycodeTransactionDetailsRequest
-
Gets the page number.
- getPage() - Method in class com.sofort.lib.payment.products.request.PaymentTransactionDetailsRequest
-
Gets the page number.
- getPain() - Method in class com.sofort.lib.refund.products.response.RefundResponse
-
Gets the plain pain value (already decoded from BASE64 format!).
- getPartialRefundId() - Method in class com.sofort.lib.refund.products.request.parts.Refund
-
Gets the partial refund id.
- getPartialRefundId() - Method in class com.sofort.lib.refund.products.response.parts.Refund
-
Gets the partial refund id.
- getPaycode() - Method in class com.sofort.lib.paycode.products.request.PaycodeStatusRequest
-
Gets the paycode.
- getPaycode() - Method in class com.sofort.lib.paycode.products.response.parts.PaycodeTransactionDetails
-
Gets the paycode code.
- getPaycode() - Method in class com.sofort.lib.paycode.products.response.PaycodeResponse
-
Gets the paycode.
- getPaycode() - Method in class com.sofort.lib.paycode.products.response.PaycodeStatusResponse
-
Gets the paycode.
- getPaycodeUrl() - Method in class com.sofort.lib.paycode.products.response.PaycodeResponse
-
Gets the paycode url.
- getPaymentMethod(XmlElementParsable) - Static method in class com.sofort.lib.core.internal.transformer.parser.parts.TransactionDetailsParser
-
Return the the payment method child value of the given parent element.
- getPaymentMethod() - Method in class com.sofort.lib.core.products.response.parts.TransactionDetails
-
Gets the payment method.
- getPaymentUrl(URL, String, HashAlgorithm) - Method in class com.sofort.lib.ideal.products.ideal.IDealRequestPaymentUrlBuilder
-
Gets the full proper encoded redirection iDEAL payment URL (GET method).
- getPaymentUrl(IDealRequest, String) - Method in class com.sofort.lib.ideal.SofortLibIDeal
-
Generates the payment redirection URL for an iDEAL payment (GET method).
- getPaymentUrl() - Method in class com.sofort.lib.payment.products.response.PaymentResponse
-
Gets the payment url.
- getPhoneCustomer() - Method in class com.sofort.lib.billcode.products.response.parts.BillcodeTransactionDetails
-
Gets the phone customer.
- getPhoneCustomer() - Method in class com.sofort.lib.paycode.products.response.parts.PaycodeTransactionDetails
-
Gets the phone customer.
- getPhoneCustomer() - Method in class com.sofort.lib.payment.products.request.PaymentRequest
-
Gets the phone customer.
- getPhoneCustomer() - Method in class com.sofort.lib.payment.products.response.parts.PaymentTransactionDetails
-
Gets the phone customer.
- getProjectId() - Method in class com.sofort.lib.billcode.products.request.BillcodeRequest
-
Gets the project id.
- getProjectId() - Method in class com.sofort.lib.billcode.products.response.BillcodeStatusResponse
-
Gets the project id.
- getProjectId() - Method in class com.sofort.lib.core.products.response.parts.TransactionDetails
-
Gets the project id.
- getProjectId() - Method in class com.sofort.lib.ideal.products.request.IDealRequest
-
Gets the project id.
- getProjectId() - Method in class com.sofort.lib.ideal.products.response.IDealNotificationResponse
-
Gets the project id.
- getProjectId() - Method in class com.sofort.lib.paycode.products.request.PaycodeRequest
-
Gets the project id.
- getProjectId() - Method in class com.sofort.lib.paycode.products.response.PaycodeStatusResponse
-
Gets the project id.
- getProjectId() - Method in class com.sofort.lib.payment.products.request.PaymentRequest
-
Gets the project id.
- getReason1() - Method in class com.sofort.lib.ideal.products.request.IDealRequest
-
Gets the reason1.
- getReason1() - Method in class com.sofort.lib.ideal.products.response.IDealNotificationResponse
-
Gets the reason1.
- getReason1() - Method in class com.sofort.lib.refund.products.request.parts.Refund
-
Gets the reason1.
- getReason1() - Method in class com.sofort.lib.refund.products.response.parts.Refund
-
Gets the reason1.
- getReason2() - Method in class com.sofort.lib.ideal.products.request.IDealRequest
-
Gets the reason2.
- getReason2() - Method in class com.sofort.lib.ideal.products.response.IDealNotificationResponse
-
Gets the reason2.
- getReason2() - Method in class com.sofort.lib.refund.products.request.parts.Refund
-
Gets the reason2.
- getReason2() - Method in class com.sofort.lib.refund.products.response.parts.Refund
-
Gets the reason2.
- getReasons() - Method in class com.sofort.lib.billcode.products.request.BillcodeRequest
-
Gets the reasons.
- getReasons() - Method in class com.sofort.lib.billcode.products.response.BillcodeStatusResponse
-
Gets the reasons.
- getReasons() - Method in class com.sofort.lib.core.products.response.parts.TransactionDetails
-
Gets the reasons.
- getReasons() - Method in class com.sofort.lib.paycode.products.request.PaycodeRequest
-
Gets the reasons.
- getReasons() - Method in class com.sofort.lib.paycode.products.response.PaycodeStatusResponse
-
Gets the reasons.
- getReasons() - Method in class com.sofort.lib.payment.products.request.PaymentRequest
-
Gets the reasons.
- getRecepientAccountNumber() - Method in class com.sofort.lib.ideal.products.response.IDealNotificationResponse
-
Gets the recepient account number.
- getRecepientBankBic() - Method in class com.sofort.lib.ideal.products.response.IDealNotificationResponse
-
Gets the recepient bank bic.
- getRecepientBankCode() - Method in class com.sofort.lib.ideal.products.response.IDealNotificationResponse
-
Gets the recepient bank code.
- getRecepientBankName() - Method in class com.sofort.lib.ideal.products.response.IDealNotificationResponse
-
Gets the recepient bank name.
- getRecepientCountryId() - Method in class com.sofort.lib.ideal.products.response.IDealNotificationResponse
-
Gets the recepient country id.
- getRecepientHolder() - Method in class com.sofort.lib.ideal.products.response.IDealNotificationResponse
-
Gets the recepient holder.
- getRecepientIban() - Method in class com.sofort.lib.ideal.products.response.IDealNotificationResponse
-
Gets the recepient iban.
- getRecipient() - Method in class com.sofort.lib.core.products.response.parts.TransactionDetails
-
Gets the recipient.
- getRecipient() - Method in class com.sofort.lib.refund.products.response.parts.Refund
-
Gets the recipient.
- getRefunds() - Method in class com.sofort.lib.refund.products.request.RefundRequest
-
Gets the refunds.
- getRefunds() - Method in class com.sofort.lib.refund.products.response.RefundResponse
-
Gets the refunds.
- getRequestRenderer(Class<? extends SofortLibRequest>) - Method in class com.sofort.lib.core.internal.transformer.xml.XmlConfig
-
- getResponseCode() - Method in exception com.sofort.lib.core.internal.net.http.HttpConnectionException
-
Returns the response code.
- getResponseErrors() - Method in class com.sofort.lib.core.products.response.SofortLibResponse
-
Gets the global response errors.
- getResponseParser(Class<? extends SofortLibResponse>) - Method in class com.sofort.lib.core.internal.transformer.xml.XmlConfig
-
- getResponsePaymentErrors() - Method in class com.sofort.lib.payment.products.response.PaymentResponse
-
Gets the response payment errors.
- getResponseTime() - Method in class com.sofort.lib.core.internal.transformer.RawResponse
-
Gets the response time.
- getResponseWarnings() - Method in class com.sofort.lib.core.products.response.SofortLibResponse
-
Gets the global response warnings.
- getRoot() - Method in class com.sofort.lib.core.internal.utils.xml.XmlDocumentParsable
-
Gets the root.
- getRoot() - Method in class com.sofort.lib.core.internal.utils.xml.XmlDocumentRenderable
-
Gets the root.
- getSender() - Method in class com.sofort.lib.billcode.products.request.BillcodeRequest
-
Gets the sender.
- getSender() - Method in class com.sofort.lib.billcode.products.response.BillcodeStatusResponse
-
Gets the sender.
- getSender() - Method in class com.sofort.lib.core.products.response.parts.TransactionDetails
-
Gets the sender.
- getSender() - Method in class com.sofort.lib.paycode.products.request.PaycodeRequest
-
Gets the sender.
- getSender() - Method in class com.sofort.lib.paycode.products.response.PaycodeStatusResponse
-
Gets the sender.
- getSender() - Method in class com.sofort.lib.payment.products.request.PaymentRequest
-
Gets the sender.
- getSender() - Method in class com.sofort.lib.refund.products.request.RefundRequest
-
Gets the sender.
- getSender() - Method in class com.sofort.lib.refund.products.response.RefundResponse
-
Gets the sender.
- getSenderAccountNumber() - Method in class com.sofort.lib.ideal.products.request.IDealRequest
-
Gets the sender account number.
- getSenderAccountNumber() - Method in class com.sofort.lib.ideal.products.response.IDealNotificationResponse
-
Gets the sender account number.
- getSenderBankBic() - Method in class com.sofort.lib.ideal.products.response.IDealNotificationResponse
-
Gets the sender bank bic.
- getSenderBankCode() - Method in class com.sofort.lib.ideal.products.request.IDealRequest
-
Gets the sender bank code.
- getSenderBankName() - Method in class com.sofort.lib.ideal.products.response.IDealNotificationResponse
-
Gets the sender bank name.
- getSenderCountryId() - Method in class com.sofort.lib.ideal.products.request.IDealRequest
-
Gets the sender country id.
- getSenderCountryId() - Method in class com.sofort.lib.ideal.products.response.IDealNotificationResponse
-
Gets the sender country id.
- getSenderHolder() - Method in class com.sofort.lib.ideal.products.request.IDealRequest
-
Gets the sender holder.
- getSenderHolder() - Method in class com.sofort.lib.ideal.products.response.IDealNotificationResponse
-
Gets the sender holder.
- getSenderIban() - Method in class com.sofort.lib.ideal.products.response.IDealNotificationResponse
-
Gets the sender iban.
- getSha1() - Method in class com.sofort.lib.core.internal.utils.HashBuilder
-
Gets the sha1.
- getSha256() - Method in class com.sofort.lib.core.internal.utils.HashBuilder
-
Gets the sha256.
- getSha512() - Method in class com.sofort.lib.core.internal.utils.HashBuilder
-
Gets the sha512.
- getSofortPayment() - Method in class com.sofort.lib.payment.products.request.PaymentRequest
-
Gets the sofort payment special container.
- getStartDate() - Method in class com.sofort.lib.billcode.products.request.BillcodeRequest
-
Gets the start date.
- getStartDate() - Method in class com.sofort.lib.billcode.products.response.BillcodeStatusResponse
-
Gets the start date.
- getStartDate() - Method in class com.sofort.lib.paycode.products.request.PaycodeRequest
-
Gets the start date.
- getStartDate() - Method in class com.sofort.lib.paycode.products.response.PaycodeStatusResponse
-
Gets the start date.
- getStatus() - Method in class com.sofort.lib.billcode.products.request.BillcodeTransactionDetailsRequest
-
Gets the status.
- getStatus() - Method in class com.sofort.lib.billcode.products.response.BillcodeStatusResponse
-
Gets the status.
- getStatus() - Method in class com.sofort.lib.billcode.products.response.parts.BillcodeStatusHistoryItem
-
Gets the status.
- getStatus() - Method in class com.sofort.lib.billcode.products.response.parts.BillcodeTransactionDetails
-
Gets the status.
- getStatus() - Method in class com.sofort.lib.core.internal.transformer.RawResponse
-
Gets the status.
- getStatus() - Method in class com.sofort.lib.ideal.products.response.IDealNotificationResponse
-
Gets the status.
- getStatus() - Method in class com.sofort.lib.paycode.products.request.PaycodeTransactionDetailsRequest
-
Gets the status.
- getStatus() - Method in class com.sofort.lib.paycode.products.response.parts.PaycodeStatusHistoryItem
-
Gets the status.
- getStatus() - Method in class com.sofort.lib.paycode.products.response.parts.PaycodeTransactionDetails
-
Gets the status.
- getStatus() - Method in class com.sofort.lib.paycode.products.response.PaycodeStatusResponse
-
Gets the status.
- getStatus() - Method in class com.sofort.lib.payment.products.request.PaymentTransactionDetailsRequest
-
Gets the status.
- getStatus() - Method in class com.sofort.lib.payment.products.response.parts.PaymentStatusHistoryItem
-
Gets the status.
- getStatus() - Method in class com.sofort.lib.payment.products.response.parts.PaymentTransactionDetails
-
Gets the status.
- getStatus() - Method in class com.sofort.lib.refund.products.response.parts.Refund
-
Gets the status.
- getStatusHistoryItems() - Method in class com.sofort.lib.billcode.products.response.parts.BillcodeTransactionDetails
-
Gets the status history items.
- getStatusHistoryItems() - Method in class com.sofort.lib.paycode.products.response.parts.PaycodeTransactionDetails
-
Gets the status history items.
- getStatusHistoryItems() - Method in class com.sofort.lib.payment.products.response.parts.PaymentTransactionDetails
-
Gets the status history items.
- getStatusModified() - Method in class com.sofort.lib.billcode.products.response.parts.BillcodeTransactionDetails
-
Gets the status modified.
- getStatusModified() - Method in class com.sofort.lib.ideal.products.response.IDealNotificationResponse
-
Gets the status modified.
- getStatusModified() - Method in class com.sofort.lib.paycode.products.response.parts.PaycodeTransactionDetails
-
Gets the status modified.
- getStatusModified() - Method in class com.sofort.lib.payment.products.response.parts.PaymentTransactionDetails
-
Gets the status modified.
- getStatusReason() - Method in class com.sofort.lib.billcode.products.request.BillcodeTransactionDetailsRequest
-
Gets the status reason.
- getStatusReason() - Method in class com.sofort.lib.billcode.products.response.parts.BillcodeStatusHistoryItem
-
Gets the status reason.
- getStatusReason() - Method in class com.sofort.lib.billcode.products.response.parts.BillcodeTransactionDetails
-
Gets the status reason (read the API doc to find out the available status
reasons).
- getStatusReason() - Method in class com.sofort.lib.ideal.products.response.IDealNotificationResponse
-
Gets the status reason.
- getStatusReason() - Method in class com.sofort.lib.paycode.products.request.PaycodeTransactionDetailsRequest
-
Gets the status reason.
- getStatusReason() - Method in class com.sofort.lib.paycode.products.response.parts.PaycodeStatusHistoryItem
-
Gets the status reason.
- getStatusReason() - Method in class com.sofort.lib.paycode.products.response.parts.PaycodeTransactionDetails
-
Gets the status reason (read the API doc to find out the available status
reasons).
- getStatusReason() - Method in class com.sofort.lib.payment.products.request.PaymentTransactionDetailsRequest
-
Gets the status reason.
- getStatusReason() - Method in class com.sofort.lib.payment.products.response.parts.PaymentStatusHistoryItem
-
Gets the status reason.
- getStatusReason() - Method in class com.sofort.lib.payment.products.response.parts.PaymentTransactionDetails
-
Gets the status reason (read the API doc to find out the available status
reasons).
- getStreet() - Method in class com.sofort.lib.core.products.common.RecipientBankAccount
-
- getSuccessLinkRedirect() - Method in class com.sofort.lib.billcode.products.request.BillcodeRequest
-
Gets the success link redirect.
- getSuccessLinkRedirect() - Method in class com.sofort.lib.paycode.products.request.PaycodeRequest
-
Gets the success link redirect.
- getSuccessLinkRedirect() - Method in class com.sofort.lib.payment.products.request.PaymentRequest
-
Gets the success link redirect.
- getSuccessUrl() - Method in class com.sofort.lib.paycode.products.request.PaycodeRequest
-
Gets the success url.
- getSuccessUrl() - Method in class com.sofort.lib.payment.products.request.PaymentRequest
-
Gets the success url.
- getTarget() - Method in class com.sofort.lib.core.internal.net.http.HttpConnectionData
-
Returns the target URL.
- getTarget() - Method in class com.sofort.lib.core.products.request.parts.Notification
-
Gets the target.
- getText() - Method in class com.sofort.lib.core.internal.utils.xml.XmlElementParsable
-
Gets the text.
- getText(Node) - Method in class com.sofort.lib.core.internal.utils.xml.XmlParserHelper
-
Returns the content of the node and removes their path from the verifier.
- getTime() - Method in class com.sofort.lib.billcode.products.response.parts.BillcodeStatusHistoryItem
-
Gets the time.
- getTime() - Method in class com.sofort.lib.core.products.response.parts.TransactionDetails
-
Gets the time.
- getTime() - Method in class com.sofort.lib.core.products.response.SofortTransactionStatusNotification
-
Gets the time.
- getTime() - Method in class com.sofort.lib.paycode.products.response.parts.PaycodeStatusHistoryItem
-
Gets the time.
- getTime() - Method in class com.sofort.lib.payment.products.response.parts.PaymentStatusHistoryItem
-
Gets the time.
- getTime() - Method in class com.sofort.lib.refund.products.response.parts.Refund
-
Gets the refund creation time.
- getTimeCreated() - Method in class com.sofort.lib.billcode.products.response.BillcodeStatusResponse
-
Gets the time created.
- getTimeCreated() - Method in class com.sofort.lib.paycode.products.response.PaycodeStatusResponse
-
Gets the time created.
- getTimeout() - Method in class com.sofort.lib.payment.products.request.PaymentRequest
-
Gets the timeout.
- getTimeoutUrl() - Method in class com.sofort.lib.payment.products.request.PaymentRequest
-
Gets the timeout url.
- getTimeUsed() - Method in class com.sofort.lib.billcode.products.response.BillcodeStatusResponse
-
Gets the time used.
- getTimeUsed() - Method in class com.sofort.lib.paycode.products.response.PaycodeStatusResponse
-
Gets the time used.
- getTitle() - Method in class com.sofort.lib.refund.products.request.RefundRequest
-
Gets the title.
- getTitle() - Method in class com.sofort.lib.refund.products.response.RefundResponse
-
Gets the title.
- getToStatusModifiedTime() - Method in class com.sofort.lib.billcode.products.request.BillcodeTransactionDetailsRequest
-
Gets the to status modified time.
- getToStatusModifiedTime() - Method in class com.sofort.lib.paycode.products.request.PaycodeTransactionDetailsRequest
-
Gets the to status modified time.
- getToStatusModifiedTime() - Method in class com.sofort.lib.payment.products.request.PaymentTransactionDetailsRequest
-
Gets the to status modified time.
- getToTime() - Method in class com.sofort.lib.billcode.products.request.BillcodeTransactionDetailsRequest
-
Gets the to time.
- getToTime() - Method in class com.sofort.lib.paycode.products.request.PaycodeTransactionDetailsRequest
-
Gets the to time.
- getToTime() - Method in class com.sofort.lib.payment.products.request.PaymentTransactionDetailsRequest
-
Gets the to time.
- getTransactionDetailsList() - Method in class com.sofort.lib.billcode.products.response.BillcodeTransactionDetailsResponse
-
Gets the transaction details paycode list.
- getTransactionDetailsList() - Method in class com.sofort.lib.paycode.products.response.PaycodeTransactionDetailsResponse
-
Gets the transaction details paycode list.
- getTransactions() - Method in class com.sofort.lib.payment.products.response.PaymentTransactionDetailsResponse
-
Gets the transactions.
- getTransId() - Method in class com.sofort.lib.billcode.products.response.BillcodeStatusResponse
-
Gets the transId.
- getTransId() - Method in class com.sofort.lib.core.products.response.parts.TransactionDetails
-
Gets the trans id.
- getTransId() - Method in class com.sofort.lib.core.products.response.SofortTransactionStatusNotification
-
Gets the trans id.
- getTransId() - Method in class com.sofort.lib.ideal.products.response.IDealNotificationResponse
-
Gets the trans id.
- getTransId() - Method in class com.sofort.lib.paycode.products.response.PaycodeStatusResponse
-
Gets the transId.
- getTransId() - Method in class com.sofort.lib.payment.products.response.PaymentResponse
-
Gets the trans id.
- getTransId() - Method in class com.sofort.lib.refund.products.request.parts.Refund
-
Gets the trans id.
- getTransId() - Method in class com.sofort.lib.refund.products.response.parts.Refund
-
Gets the trans id.
- getTransIds() - Method in class com.sofort.lib.billcode.products.request.BillcodeTransactionDetailsRequest
-
Gets the transaction IDs.
- getTransIds() - Method in class com.sofort.lib.paycode.products.request.PaycodeTransactionDetailsRequest
-
Gets the transaction IDs.
- getTransIds() - Method in class com.sofort.lib.payment.products.request.PaymentTransactionDetailsRequest
-
Gets the transaction IDs.
- getUserId() - Method in class com.sofort.lib.ideal.products.request.IDealRequest
-
Gets the user id.
- getUserId() - Method in class com.sofort.lib.ideal.products.response.IDealNotificationResponse
-
Gets the user id.
- getUserVariable0() - Method in class com.sofort.lib.ideal.products.request.IDealRequest
-
Gets the user variable0.
- getUserVariable0() - Method in class com.sofort.lib.ideal.products.response.IDealNotificationResponse
-
Gets the user variable0.
- getUserVariable1() - Method in class com.sofort.lib.ideal.products.request.IDealRequest
-
Gets the user variable1.
- getUserVariable1() - Method in class com.sofort.lib.ideal.products.response.IDealNotificationResponse
-
Gets the user variable1.
- getUserVariable2() - Method in class com.sofort.lib.ideal.products.request.IDealRequest
-
Gets the user variable2.
- getUserVariable2() - Method in class com.sofort.lib.ideal.products.response.IDealNotificationResponse
-
Gets the user variable2.
- getUserVariable3() - Method in class com.sofort.lib.ideal.products.request.IDealRequest
-
Gets the user variable3.
- getUserVariable3() - Method in class com.sofort.lib.ideal.products.response.IDealNotificationResponse
-
Gets the user variable3.
- getUserVariable4() - Method in class com.sofort.lib.ideal.products.request.IDealRequest
-
Gets the user variable4.
- getUserVariable4() - Method in class com.sofort.lib.ideal.products.response.IDealNotificationResponse
-
Gets the user variable4.
- getUserVariable5() - Method in class com.sofort.lib.ideal.products.request.IDealRequest
-
Gets the user variable5.
- getUserVariable5() - Method in class com.sofort.lib.ideal.products.response.IDealNotificationResponse
-
Gets the user variable5.
- getUserVariables() - Method in class com.sofort.lib.billcode.products.request.BillcodeRequest
-
Gets the user variables.
- getUserVariables() - Method in class com.sofort.lib.billcode.products.response.BillcodeStatusResponse
-
Gets the user variables.
- getUserVariables() - Method in class com.sofort.lib.core.products.response.parts.TransactionDetails
-
Gets the user variables.
- getUserVariables() - Method in class com.sofort.lib.paycode.products.request.PaycodeRequest
-
Gets the user variables.
- getUserVariables() - Method in class com.sofort.lib.paycode.products.response.PaycodeStatusResponse
-
Gets the user variables.
- getUserVariables() - Method in class com.sofort.lib.payment.products.request.PaymentRequest
-
Gets the user variables.
- getValue() - Method in class com.sofort.lib.core.internal.net.http.BasicHttpAuthorization
-
Returns the basic authorization as a base64 coded text.
- getValue() - Method in class com.sofort.lib.core.internal.utils.Attribute
-
Gets the value.
- getWarnings() - Method in class com.sofort.lib.billcode.products.response.BillcodeResponse
-
Gets the warnings.
- getWarnings() - Method in class com.sofort.lib.paycode.products.response.PaycodeResponse
-
Gets the warnings.
- getXml() - Method in class com.sofort.lib.core.internal.utils.xml.XmlDocumentRenderable
-
Gets the xml.
- getXml() - Method in class com.sofort.lib.core.internal.utils.xml.XmlRendererHelper
-
Renders the built XML structure as text.
- getZipcode() - Method in class com.sofort.lib.core.products.common.RecipientBankAccount
-
- glue(Collection<?>, String) - Method in class com.sofort.lib.core.internal.utils.StringUtilities
-
Converts a list of Object to one String using the given separator.
- parse(RawResponse, Class<? extends SofortLibResponse>) - Method in interface com.sofort.lib.core.internal.transformer.DataHandler
-
- parse(XmlElementParsable) - Method in class com.sofort.lib.core.internal.transformer.parser.SofortLibResponseParser
-
- parse(XmlElementParsable) - Method in interface com.sofort.lib.core.internal.transformer.parser.XmlResponseParser
-
Converts the given XML node element to the defined SofortLib response.
- parse(RawResponse, Class<? extends SofortLibResponse>) - Method in class com.sofort.lib.core.internal.transformer.xml.XmlDataHandler
-
- parseAmount(String) - Method in class com.sofort.lib.core.internal.utils.NumberUtilities
-
Parses an amount to a double.
- parseChild(XmlElementParsable) - Method in class com.sofort.lib.core.internal.utils.xml.XmlElementParser
-
Returns a parsed object of type T from the given XML element.
- parseChildImpl(XmlElementParsable) - Method in class com.sofort.lib.billcode.internal.transformer.parser.parts.BillcodeStatusHistoryItemParser
-
- parseChildImpl(XmlElementParsable) - Method in class com.sofort.lib.billcode.internal.transformer.parser.parts.BillcodeTransactionDetailsParser
-
- parseChildImpl(XmlElementParsable) - Method in class com.sofort.lib.billcode.internal.transformer.renderer.parts.BillcodeStatusHistoryItemParser
-
- parseChildImpl(XmlElementParsable) - Method in class com.sofort.lib.billcode.internal.transformer.renderer.parts.BillcodeTransactionDetailsParser
-
- parseChildImpl(XmlElementParsable) - Method in class com.sofort.lib.core.internal.transformer.parser.parts.BankAccountParser
-
- parseChildImpl(XmlElementParsable) - Method in class com.sofort.lib.core.internal.transformer.parser.parts.BankParser
-
- parseChildImpl(XmlElementParsable) - Method in class com.sofort.lib.core.internal.transformer.parser.parts.CostsParser
-
- parseChildImpl(XmlElementParsable) - Method in class com.sofort.lib.core.internal.transformer.parser.parts.FailureMessageParser
-
- parseChildImpl(XmlElementParsable) - Method in class com.sofort.lib.core.internal.transformer.parser.parts.StringParser
-
- parseChildImpl(XmlElementParsable) - Method in class com.sofort.lib.core.internal.utils.xml.XmlElementParser
-
The implementation of the parseChild method.
- parseChildImpl(XmlElementParsable) - Method in class com.sofort.lib.ideal.internal.transformer.parser.parts.IDealBankParser
-
- parseChildImpl(XmlElementParsable) - Method in class com.sofort.lib.paycode.internal.transformer.parser.parts.PaycodeStatusHistoryItemParser
-
- parseChildImpl(XmlElementParsable) - Method in class com.sofort.lib.paycode.internal.transformer.parser.parts.PaycodeTransactionDetailsParser
-
- parseChildImpl(XmlElementParsable) - Method in class com.sofort.lib.payment.internal.transformer.parser.parts.PaymentStatusHistoryItemParser
-
- parseChildImpl(XmlElementParsable) - Method in class com.sofort.lib.payment.internal.transformer.parser.parts.PaymentTransactionDetailsParser
-
- parseChildImpl(XmlElementParsable) - Method in class com.sofort.lib.refund.internal.transformer.parser.parts.RefundBankAccountParser
-
- parseChildImpl(XmlElementParsable) - Method in class com.sofort.lib.refund.internal.transformer.parser.parts.RefundParser
-
- parseChildren(XmlElementParsable, String) - Method in class com.sofort.lib.core.internal.utils.xml.XmlElementParser
-
Returns parsed children of the give root node.
- parseResponse(XmlElementParsable) - Method in class com.sofort.lib.billcode.internal.transformer.parser.BillcodeResponseParser
-
- parseResponse(XmlElementParsable) - Method in class com.sofort.lib.billcode.internal.transformer.parser.BillcodeStatusResponseParser
-
- parseResponse(XmlElementParsable) - Method in class com.sofort.lib.billcode.internal.transformer.parser.BillcodeTransactionDetailsResponseParser
-
- parseResponse(XmlElementParsable) - Method in class com.sofort.lib.core.internal.transformer.parser.SofortLibResponseParser
-
- parseResponse(XmlElementParsable) - Method in class com.sofort.lib.core.internal.transformer.parser.SofortTransactionStatusNotificationParser
-
- parseResponse(XmlElementParsable) - Method in class com.sofort.lib.ideal.internal.transformer.parser.IDealBanksResponseParser
-
- parseResponse(XmlElementParsable) - Method in class com.sofort.lib.paycode.internal.transformer.parser.PaycodeResponseParser
-
- parseResponse(XmlElementParsable) - Method in class com.sofort.lib.paycode.internal.transformer.parser.PaycodeStatusResponseParser
-
- parseResponse(XmlElementParsable) - Method in class com.sofort.lib.paycode.internal.transformer.parser.PaycodeTransactionDetailsResponseParser
-
- parseResponse(XmlElementParsable) - Method in class com.sofort.lib.payment.internal.transformer.parser.PaymentResponseParser
-
- parseResponse(XmlElementParsable) - Method in class com.sofort.lib.payment.internal.transformer.parser.PaymentTransactionDetailsResponseParser
-
- parseResponse(XmlElementParsable) - Method in class com.sofort.lib.refund.internal.transformer.parser.RefundResponseParser
-
- parserMapping - Variable in class com.sofort.lib.core.internal.transformer.xml.XmlConfig
-
- parseStatusNotificationResponse(RawResponse) - Method in class com.sofort.lib.billcode.SofortLibBillcode
-
- parseStatusNotificationResponse(RawResponse) - Method in class com.sofort.lib.core.SofortLibCommon
-
Parses received raw response to the sofort transaction notification.
- parseStatusNotificationResponse(RawResponse) - Method in class com.sofort.lib.paycode.SofortLibPaycode
-
- parseStatusNotificationResponse(RawResponse) - Method in class com.sofort.lib.payment.SofortLibPayment
-
- parseTransactionDetails(TransactionDetails, XmlElementParsable) - Method in class com.sofort.lib.core.internal.transformer.parser.parts.TransactionDetailsParser
-
Parses the transaction details.
- parseXml(String) - Method in class com.sofort.lib.core.internal.utils.xml.XmlParserHelper
-
Parses the text XML to a Document.
- parseXml(InputSource) - Method in class com.sofort.lib.core.internal.utils.xml.XmlParserHelper
-
Parses the XML stream to a Document.
- PaycodeRequest - Class in com.sofort.lib.paycode.products.request
-
The API paycode request container.
- PaycodeRequest(Integer, Double, List<String>) - Constructor for class com.sofort.lib.paycode.products.request.PaycodeRequest
-
Instantiates a new sofort paycode request.
- PaycodeRequestRenderer - Class in com.sofort.lib.paycode.internal.transformer.renderer
-
- PaycodeRequestRenderer() - Constructor for class com.sofort.lib.paycode.internal.transformer.renderer.PaycodeRequestRenderer
-
- PaycodeResponse - Class in com.sofort.lib.paycode.products.response
-
The API SOFORT Paycode response container..
- PaycodeResponse() - Constructor for class com.sofort.lib.paycode.products.response.PaycodeResponse
-
- PaycodeResponseParser - Class in com.sofort.lib.paycode.internal.transformer.parser
-
- PaycodeResponseParser() - Constructor for class com.sofort.lib.paycode.internal.transformer.parser.PaycodeResponseParser
-
- PaycodeStatus - Enum in com.sofort.lib.paycode.products.response.parts
-
- PaycodeStatusHistoryItem - Class in com.sofort.lib.paycode.products.response.parts
-
The API payment status history item container.
- PaycodeStatusHistoryItem() - Constructor for class com.sofort.lib.paycode.products.response.parts.PaycodeStatusHistoryItem
-
- PaycodeStatusHistoryItemParser - Class in com.sofort.lib.paycode.internal.transformer.parser.parts
-
- PaycodeStatusHistoryItemParser() - Constructor for class com.sofort.lib.paycode.internal.transformer.parser.parts.PaycodeStatusHistoryItemParser
-
- PaycodeStatusReasonRenderer - Class in com.sofort.lib.paycode.internal.transformer.common
-
- PaycodeStatusReasonRenderer() - Constructor for class com.sofort.lib.paycode.internal.transformer.common.PaycodeStatusReasonRenderer
-
- PaycodeStatusRenderer - Class in com.sofort.lib.paycode.internal.transformer.common
-
The renderer for PaycodeStatus.
- PaycodeStatusRenderer() - Constructor for class com.sofort.lib.paycode.internal.transformer.common.PaycodeStatusRenderer
-
- PaycodeStatusRequest - Class in com.sofort.lib.paycode.products.request
-
The API paycode status request container.
- PaycodeStatusRequest(String) - Constructor for class com.sofort.lib.paycode.products.request.PaycodeStatusRequest
-
Instantiates a new sofort paycode status request.
- PaycodeStatusRequestRenderer - Class in com.sofort.lib.paycode.internal.transformer.renderer
-
- PaycodeStatusRequestRenderer() - Constructor for class com.sofort.lib.paycode.internal.transformer.renderer.PaycodeStatusRequestRenderer
-
- PaycodeStatusResponse - Class in com.sofort.lib.paycode.products.response
-
The API SOFORT Payment (SOFORT Überweisung) transaction details container
based on the
TransactionDetails.
- PaycodeStatusResponse() - Constructor for class com.sofort.lib.paycode.products.response.PaycodeStatusResponse
-
- PaycodeStatusResponseParser - Class in com.sofort.lib.paycode.internal.transformer.parser
-
- PaycodeStatusResponseParser() - Constructor for class com.sofort.lib.paycode.internal.transformer.parser.PaycodeStatusResponseParser
-
- PaycodeTransactionDetails - Class in com.sofort.lib.paycode.products.response.parts
-
- PaycodeTransactionDetails() - Constructor for class com.sofort.lib.paycode.products.response.parts.PaycodeTransactionDetails
-
- PaycodeTransactionDetailsParser - Class in com.sofort.lib.paycode.internal.transformer.parser.parts
-
- PaycodeTransactionDetailsParser() - Constructor for class com.sofort.lib.paycode.internal.transformer.parser.parts.PaycodeTransactionDetailsParser
-
- PaycodeTransactionDetailsRequest - Class in com.sofort.lib.paycode.products.request
-
The API transaction details request container.
- PaycodeTransactionDetailsRequest() - Constructor for class com.sofort.lib.paycode.products.request.PaycodeTransactionDetailsRequest
-
- PaycodeTransactionDetailsRequestRenderer - Class in com.sofort.lib.paycode.internal.transformer.renderer
-
- PaycodeTransactionDetailsRequestRenderer() - Constructor for class com.sofort.lib.paycode.internal.transformer.renderer.PaycodeTransactionDetailsRequestRenderer
-
- PaycodeTransactionDetailsResponse - Class in com.sofort.lib.paycode.products.response
-
The paycode transaction details container.
- PaycodeTransactionDetailsResponse() - Constructor for class com.sofort.lib.paycode.products.response.PaycodeTransactionDetailsResponse
-
- PaycodeTransactionDetailsResponseParser - Class in com.sofort.lib.paycode.internal.transformer.parser
-
- PaycodeTransactionDetailsResponseParser() - Constructor for class com.sofort.lib.paycode.internal.transformer.parser.PaycodeTransactionDetailsResponseParser
-
- PaycodeTransactionStatus - Enum in com.sofort.lib.paycode.products.common
-
The API paycode transaction status enum.
- PaycodeTransactionStatusReason - Enum in com.sofort.lib.paycode.products.common
-
The API payment status reason enum.
- PaymentRequest - Class in com.sofort.lib.payment.products.request
-
The API payment request request container.
- PaymentRequest(Integer, Double, String, List<String>, SofortPayment) - Constructor for class com.sofort.lib.payment.products.request.PaymentRequest
-
Instantiates a new sofort payment request.
- PaymentRequestRenderer - Class in com.sofort.lib.payment.internal.transformer.renderer
-
- PaymentRequestRenderer() - Constructor for class com.sofort.lib.payment.internal.transformer.renderer.PaymentRequestRenderer
-
- PaymentResponse - Class in com.sofort.lib.payment.products.response
-
The API SOFORT Payment (SOFORT Überweisung) response container.
- PaymentResponse() - Constructor for class com.sofort.lib.payment.products.response.PaymentResponse
-
- PaymentResponseParser - Class in com.sofort.lib.payment.internal.transformer.parser
-
- PaymentResponseParser() - Constructor for class com.sofort.lib.payment.internal.transformer.parser.PaymentResponseParser
-
- PaymentStatus - Enum in com.sofort.lib.payment.products.response.parts
-
The API payment status enum.
- PaymentStatusHistoryItem - Class in com.sofort.lib.payment.products.response.parts
-
The API payment status history item container.
- PaymentStatusHistoryItem() - Constructor for class com.sofort.lib.payment.products.response.parts.PaymentStatusHistoryItem
-
- PaymentStatusHistoryItemParser - Class in com.sofort.lib.payment.internal.transformer.parser.parts
-
- PaymentStatusHistoryItemParser() - Constructor for class com.sofort.lib.payment.internal.transformer.parser.parts.PaymentStatusHistoryItemParser
-
- PaymentStatusReason - Enum in com.sofort.lib.payment.products.response.parts
-
The API payment status reason enum.
- PaymentStatusReasonRenderer - Class in com.sofort.lib.payment.internal.transformer.renderer.parts
-
- PaymentStatusReasonRenderer() - Constructor for class com.sofort.lib.payment.internal.transformer.renderer.parts.PaymentStatusReasonRenderer
-
- PaymentStatusRenderer - Class in com.sofort.lib.payment.internal.transformer.renderer.parts
-
The renderer for PaymentStatus.
- PaymentStatusRenderer() - Constructor for class com.sofort.lib.payment.internal.transformer.renderer.parts.PaymentStatusRenderer
-
- PaymentTransactionDetails - Class in com.sofort.lib.payment.products.response.parts
-
The API SOFORT Payment (SOFORT Überweisung) transaction details container
based on the
TransactionDetails.
- PaymentTransactionDetails() - Constructor for class com.sofort.lib.payment.products.response.parts.PaymentTransactionDetails
-
- PaymentTransactionDetailsParser - Class in com.sofort.lib.payment.internal.transformer.parser.parts
-
- PaymentTransactionDetailsParser() - Constructor for class com.sofort.lib.payment.internal.transformer.parser.parts.PaymentTransactionDetailsParser
-
- PaymentTransactionDetailsRequest - Class in com.sofort.lib.payment.products.request
-
The API transaction details request container.
- PaymentTransactionDetailsRequest() - Constructor for class com.sofort.lib.payment.products.request.PaymentTransactionDetailsRequest
-
- PaymentTransactionDetailsRequestRenderer - Class in com.sofort.lib.payment.internal.transformer.renderer
-
- PaymentTransactionDetailsRequestRenderer() - Constructor for class com.sofort.lib.payment.internal.transformer.renderer.PaymentTransactionDetailsRequestRenderer
-
- PaymentTransactionDetailsResponse - Class in com.sofort.lib.payment.products.response
-
- PaymentTransactionDetailsResponse(List<PaymentTransactionDetails>) - Constructor for class com.sofort.lib.payment.products.response.PaymentTransactionDetailsResponse
-
Instantiates a new transaction details payment response.
- PaymentTransactionDetailsResponseParser - Class in com.sofort.lib.payment.internal.transformer.parser
-
- PaymentTransactionDetailsResponseParser() - Constructor for class com.sofort.lib.payment.internal.transformer.parser.PaymentTransactionDetailsResponseParser
-
- prepareConnection(HttpURLConnection, BasicHttpAuthorization, int) - Method in class com.sofort.lib.core.internal.net.http.HttpConnector
-
Initializes common connection settings.
- product - Static variable in class com.sofort.lib.billcode.products.request.BillcodeTransactionDetailsRequest
-
the product type is constant
- product - Static variable in class com.sofort.lib.paycode.products.request.PaycodeTransactionDetailsRequest
-
the product type is constant
- product - Static variable in class com.sofort.lib.payment.products.request.PaymentTransactionDetailsRequest
-
the product type is constant
- product - Static variable in class com.sofort.lib.payment.products.response.parts.PaymentTransactionDetails
-
the product type is constant
- sendBillcodeRequest(BillcodeRequest) - Method in class com.sofort.lib.billcode.SofortLibBillcode
-
Initiates a SOFORT Billcode for getting the transaction ID and
redirection payment URL for buyer.
- sendBillcodeStatusRequest(BillcodeStatusRequest) - Method in class com.sofort.lib.billcode.SofortLibBillcode
-
Gets the billcode status for the given billcode.
- sendBillcodeTransactionDetailsRequest(BillcodeTransactionDetailsRequest) - Method in class com.sofort.lib.billcode.SofortLibBillcode
-
Gets the transaction details for either the transaction IDs or the
transaction time/status search parameters.
- sendIDealBanksRequest() - Method in class com.sofort.lib.ideal.SofortLibIDeal
-
Gets the current available iDEAL bank list with codes and names.
- sendLibRequest(SofortLibRequest, Class<T>) - Method in class com.sofort.lib.core.SofortLibCommon
-
Sends a defined SofortLib request to API and receives the expected
SofortLib response.
- sendPaycodeRequest(PaycodeRequest) - Method in class com.sofort.lib.paycode.SofortLibPaycode
-
Initiates a SOFORT Paycode for getting the transaction ID and redirection
payment URL for buyer.
- sendPaycodeStatusRequest(PaycodeStatusRequest) - Method in class com.sofort.lib.paycode.SofortLibPaycode
-
Gets the paycode status for the given paycode.
- sendPaycodeTransactionDetailsRequest(PaycodeTransactionDetailsRequest) - Method in class com.sofort.lib.paycode.SofortLibPaycode
-
Gets the transaction details for either the transaction IDs or the
transaction time/status search parameters.
- sendPaymentRequest(PaymentRequest) - Method in class com.sofort.lib.payment.SofortLibPayment
-
Initiates a SOFORT Payment for getting the transaction ID and redirection
payment URL for buyer.
- sendRefundRequest(RefundRequest) - Method in class com.sofort.lib.refund.SofortLibRefund
-
Send the refund request defined for a transaction.
- sendTransactionDetailsRequest(PaymentTransactionDetailsRequest) - Method in class com.sofort.lib.payment.SofortLibPayment
-
Gets the transaction details for either the transaction IDs or the
transaction time/status search parameters.
- setAbortUrl(String) - Method in class com.sofort.lib.paycode.products.request.PaycodeRequest
-
Sets the abort url.
- setAbortUrl(String) - Method in class com.sofort.lib.payment.products.request.PaymentRequest
-
Sets the abort url.
- setAccountNumber(String) - Method in class com.sofort.lib.core.products.common.BankAccount
-
Deprecated.
- setAmount(double) - Method in class com.sofort.lib.billcode.products.response.BillcodeStatusResponse
-
Sets the amount.
- setAmount(double) - Method in class com.sofort.lib.core.products.response.parts.TransactionDetails
-
Sets the amount.
- setAmount(double) - Method in class com.sofort.lib.ideal.products.request.IDealRequest
-
Sets the amount.
- setAmount(double) - Method in class com.sofort.lib.ideal.products.response.IDealNotificationResponse
-
Sets the amount.
- setAmount(double) - Method in class com.sofort.lib.paycode.products.response.PaycodeStatusResponse
-
Sets the amount.
- setAmountRefunded(double) - Method in class com.sofort.lib.core.products.response.parts.TransactionDetails
-
Sets the amount refunded.
- setAttribute(Attribute) - Method in class com.sofort.lib.core.internal.utils.xml.XmlElementRenderable
-
Sets the attribute.
- setAttribute(Element, Attribute) - Method in class com.sofort.lib.core.internal.utils.xml.XmlRendererHelper
-
Safe setting of an attribute to the node.
- setBankCode(String) - Method in class com.sofort.lib.core.products.common.Bank
-
Deprecated.
- setBankCode(String) - Method in class com.sofort.lib.core.products.common.BankAccount
-
Deprecated.
- setBankName(String) - Method in class com.sofort.lib.core.products.common.BankAccount
-
Sets the bank name.
- setBankName(String) - Method in class com.sofort.lib.refund.products.RefundBankAccount
-
Sets the bank name.
- setBanks(List<IDealBank>) - Method in class com.sofort.lib.ideal.products.response.IDealBanksResponse
-
Sets the banks.
- setBic(String) - Method in class com.sofort.lib.core.products.common.Bank
-
Sets the bic.
- setBic(String) - Method in class com.sofort.lib.core.products.common.BankAccount
-
Sets the bic.
- setBic(String) - Method in class com.sofort.lib.refund.products.RefundBankAccount
-
Sets the bic.
- setBillcode(String) - Method in class com.sofort.lib.billcode.products.response.BillcodeResponse
-
Sets the billcode.
- setBillcode(String) - Method in class com.sofort.lib.billcode.products.response.BillcodeStatusResponse
-
Sets the billcode.
- setBillcode(String) - Method in class com.sofort.lib.billcode.products.response.parts.BillcodeTransactionDetails
-
Sets the billcode code.
- setBillcodeUrl(String) - Method in class com.sofort.lib.billcode.products.response.BillcodeResponse
-
Sets the billcode url.
- setCity(String) - Method in class com.sofort.lib.core.products.common.RecipientBankAccount
-
- setCode(String) - Method in class com.sofort.lib.ideal.products.response.parts.IDealBank
-
Sets the code.
- setComment(String) - Method in class com.sofort.lib.refund.products.request.parts.Refund
-
Sets the comment.
- setComment(String) - Method in class com.sofort.lib.refund.products.response.parts.Refund
-
Sets the comment.
- setConsumerProtection(Boolean) - Method in class com.sofort.lib.payment.products.request.SofortPayment
-
Sets the consumer protection flag.
- setConsumerProtection(boolean) - Method in class com.sofort.lib.payment.products.response.parts.PaymentTransactionDetails
-
Sets the consumer protection.
- setContent(String) - Method in class com.sofort.lib.core.internal.utils.xml.XmlElementRenderable
-
Sets the content.
- setContent(Element, String) - Method in class com.sofort.lib.core.internal.utils.xml.XmlRendererHelper
-
Safe setting of a content to a XML element.
- setCosts(Costs) - Method in class com.sofort.lib.core.products.response.parts.TransactionDetails
-
Sets the costs.
- setCountryCode(String) - Method in class com.sofort.lib.core.products.common.Bank
-
Sets the country code.
- setCountryCode(String) - Method in class com.sofort.lib.core.products.common.BankAccount
-
Sets the country code.
- setCreated(String) - Method in class com.sofort.lib.ideal.products.response.IDealNotificationResponse
-
Sets the created.
- setCurrencyCode(String) - Method in class com.sofort.lib.billcode.products.request.BillcodeRequest
-
Sets the currency code.
- setCurrencyCode(String) - Method in class com.sofort.lib.billcode.products.response.BillcodeStatusResponse
-
Sets the currency code.
- setCurrencyCode(String) - Method in class com.sofort.lib.core.products.response.parts.Costs
-
Sets the currency code.
- setCurrencyCode(String) - Method in class com.sofort.lib.core.products.response.parts.TransactionDetails
-
Sets the currency code.
- setCurrencyCode(String) - Method in class com.sofort.lib.paycode.products.request.PaycodeRequest
-
Sets the currency code.
- setCurrencyCode(String) - Method in class com.sofort.lib.paycode.products.response.PaycodeStatusResponse
-
Sets the currency code.
- setCurrencyId(String) - Method in class com.sofort.lib.ideal.products.response.IDealNotificationResponse
-
Sets the currency id.
- setEmailCustomer(String) - Method in class com.sofort.lib.billcode.products.response.parts.BillcodeTransactionDetails
-
Sets the email customer.
- setEmailCustomer(String) - Method in class com.sofort.lib.paycode.products.response.parts.PaycodeTransactionDetails
-
Sets the email customer.
- setEmailCustomer(String) - Method in class com.sofort.lib.payment.products.request.PaymentRequest
-
Sets the email customer.
- setEmailCustomer(String) - Method in class com.sofort.lib.payment.products.response.parts.PaymentTransactionDetails
-
Sets the email customer.
- setEndDate(Date) - Method in class com.sofort.lib.billcode.products.request.BillcodeRequest
-
Sets the end date.
- setEndDate(Date) - Method in class com.sofort.lib.billcode.products.response.BillcodeStatusResponse
-
Sets the end date.
- setEndDate(Date) - Method in class com.sofort.lib.paycode.products.request.PaycodeRequest
-
Sets the end date.
- setEndDate(Date) - Method in class com.sofort.lib.paycode.products.response.PaycodeStatusResponse
-
Sets the end date.
- setErrors(List<FailureMessage>) - Method in class com.sofort.lib.ideal.products.response.IDealBanksResponse
-
Sets the errors.
- setErrors(List<FailureMessage>) - Method in class com.sofort.lib.refund.products.response.parts.Refund
-
Sets the errors.
- setErrors(List<FailureMessage>) - Method in class com.sofort.lib.refund.products.response.RefundResponse
-
Sets the refund errors.
- setExchangeRate(double) - Method in class com.sofort.lib.core.products.response.parts.Costs
-
Sets the exchange rate.
- setExchangeRate(double) - Method in class com.sofort.lib.core.products.response.parts.TransactionDetails
-
Sets the exchange rate.
- setFees(double) - Method in class com.sofort.lib.core.products.response.parts.Costs
-
Sets the fees.
- setFromStatusModifiedTime(Date) - Method in class com.sofort.lib.billcode.products.request.BillcodeTransactionDetailsRequest
-
Sets the from status modified time.
- setFromStatusModifiedTime(Date) - Method in class com.sofort.lib.paycode.products.request.PaycodeTransactionDetailsRequest
-
Sets the from status modified time.
- setFromStatusModifiedTime(Date) - Method in class com.sofort.lib.payment.products.request.PaymentTransactionDetailsRequest
-
Sets the from status modified time.
- setFromTime(Date) - Method in class com.sofort.lib.billcode.products.request.BillcodeTransactionDetailsRequest
-
Sets the from time.
- setFromTime(Date) - Method in class com.sofort.lib.paycode.products.request.PaycodeTransactionDetailsRequest
-
Sets the from time.
- setFromTime(Date) - Method in class com.sofort.lib.payment.products.request.PaymentTransactionDetailsRequest
-
Sets the from time.
- setHash(String) - Method in class com.sofort.lib.ideal.products.response.IDealNotificationResponse
-
Sets the hash.
- setHolder(String) - Method in class com.sofort.lib.core.products.common.BankAccount
-
Sets the holder.
- setHolder(String) - Method in class com.sofort.lib.refund.products.RefundBankAccount
-
Sets the holder.
- setIban(String) - Method in class com.sofort.lib.core.products.common.BankAccount
-
Sets the iban.
- setIban(String) - Method in class com.sofort.lib.refund.products.RefundBankAccount
-
Sets the iban.
- setInterfaceTimeout(long) - Method in class com.sofort.lib.ideal.products.request.IDealRequest
-
Sets the interface timeout.
- setInterfaceVersion(String) - Method in class com.sofort.lib.billcode.products.request.BillcodeRequest
-
Sets the interface version.
- setInterfaceVersion(String) - Method in class com.sofort.lib.ideal.products.request.IDealRequest
-
Sets the interface version.
- setInterfaceVersion(String) - Method in class com.sofort.lib.paycode.products.request.PaycodeRequest
-
Sets the interface version.
- setInterfaceVersion(String) - Method in class com.sofort.lib.payment.products.request.PaymentRequest
-
Sets the interface version.
- setLanguageCode(String) - Method in class com.sofort.lib.billcode.products.request.BillcodeRequest
-
Sets the language code.
- setLanguageCode(String) - Method in class com.sofort.lib.billcode.products.response.BillcodeStatusResponse
-
Sets the language code.
- setLanguageCode(String) - Method in class com.sofort.lib.core.products.response.parts.TransactionDetails
-
Sets the language code.
- setLanguageCode(String) - Method in class com.sofort.lib.paycode.products.request.PaycodeRequest
-
Sets the language code.
- setLanguageCode(String) - Method in class com.sofort.lib.paycode.products.response.PaycodeStatusResponse
-
Sets the language code.
- setLanguageCode(String) - Method in class com.sofort.lib.payment.products.request.PaymentRequest
-
Sets the language code.
- setLanguageId(String) - Method in class com.sofort.lib.ideal.products.request.IDealRequest
-
Sets the language id.
- setName(String) - Method in class com.sofort.lib.ideal.products.response.parts.IDealBank
-
Sets the name.
- setName1(String) - Method in class com.sofort.lib.core.products.common.RecipientBankAccount
-
- setName2(String) - Method in class com.sofort.lib.core.products.common.RecipientBankAccount
-
- setNewPaymentWarnings(List<FailureMessage>) - Method in class com.sofort.lib.payment.products.response.PaymentResponse
-
Sets the new payment warnings.
- setNotificationEmails(List<Notification>) - Method in class com.sofort.lib.billcode.products.request.BillcodeRequest
-
Sets the notification emails.
- setNotificationEmails(List<Notification>) - Method in class com.sofort.lib.paycode.products.request.PaycodeRequest
-
Sets the notification emails.
- setNotificationEmails(List<Notification>) - Method in class com.sofort.lib.payment.products.request.PaymentRequest
-
Sets the notification emails.
- setNotificationUrls(List<Notification>) - Method in class com.sofort.lib.billcode.products.request.BillcodeRequest
-
Sets the notification urls.
- setNotificationUrls(List<Notification>) - Method in class com.sofort.lib.paycode.products.request.PaycodeRequest
-
Sets the notification urls.
- setNotificationUrls(List<Notification>) - Method in class com.sofort.lib.payment.products.request.PaymentRequest
-
Sets the notification urls.
- setNotifyOn(String) - Method in class com.sofort.lib.core.products.request.parts.Notification
-
Sets the notify on (read the API documentation to find out the possible
values).
- setNumber(Integer) - Method in class com.sofort.lib.billcode.products.request.BillcodeTransactionDetailsRequest
-
Sets the number.
- setNumber(Integer) - Method in class com.sofort.lib.paycode.products.request.PaycodeTransactionDetailsRequest
-
Sets the number.
- setNumber(Integer) - Method in class com.sofort.lib.payment.products.request.PaymentTransactionDetailsRequest
-
Sets the number.
- setPage(Integer) - Method in class com.sofort.lib.billcode.products.request.BillcodeTransactionDetailsRequest
-
Sets the page number.
- setPage(Integer) - Method in class com.sofort.lib.paycode.products.request.PaycodeTransactionDetailsRequest
-
Sets the page number.
- setPage(Integer) - Method in class com.sofort.lib.payment.products.request.PaymentTransactionDetailsRequest
-
Sets the page number.
- setPain(String) - Method in class com.sofort.lib.refund.products.response.RefundResponse
-
Sets the plain pain value.
- setPartialRefundId(String) - Method in class com.sofort.lib.refund.products.request.parts.Refund
-
Sets the partial refund id.
- setPaycode(String) - Method in class com.sofort.lib.paycode.products.response.parts.PaycodeTransactionDetails
-
Sets the paycode code.
- setPaycode(String) - Method in class com.sofort.lib.paycode.products.response.PaycodeResponse
-
Sets the paycode.
- setPaycode(String) - Method in class com.sofort.lib.paycode.products.response.PaycodeStatusResponse
-
Sets the paycode.
- setPaycodeUrl(String) - Method in class com.sofort.lib.paycode.products.response.PaycodeResponse
-
Sets the paycode url.
- setPaymentMethod(String) - Method in class com.sofort.lib.core.products.response.parts.TransactionDetails
-
Sets the payment method.
- setPaymentUrl(String) - Method in class com.sofort.lib.payment.products.response.PaymentResponse
-
Sets the payment url.
- setPhoneCustomer(String) - Method in class com.sofort.lib.billcode.products.response.parts.BillcodeTransactionDetails
-
Sets the phone customer.
- setPhoneCustomer(String) - Method in class com.sofort.lib.paycode.products.response.parts.PaycodeTransactionDetails
-
Sets the phone customer.
- setPhoneCustomer(String) - Method in class com.sofort.lib.payment.products.request.PaymentRequest
-
Sets the phone customer.
- setPhoneCustomer(String) - Method in class com.sofort.lib.payment.products.response.parts.PaymentTransactionDetails
-
Sets the phone customer.
- setProjectId(int) - Method in class com.sofort.lib.billcode.products.response.BillcodeStatusResponse
-
Sets the project id.
- setProjectId(int) - Method in class com.sofort.lib.core.products.response.parts.TransactionDetails
-
Sets the project id.
- setProjectId(int) - Method in class com.sofort.lib.ideal.products.request.IDealRequest
-
Sets the project id.
- setProjectId(int) - Method in class com.sofort.lib.ideal.products.response.IDealNotificationResponse
-
Sets the project id.
- setProjectId(int) - Method in class com.sofort.lib.paycode.products.response.PaycodeStatusResponse
-
Sets the project id.
- setReason1(String) - Method in class com.sofort.lib.ideal.products.request.IDealRequest
-
Sets the reason1.
- setReason1(String) - Method in class com.sofort.lib.ideal.products.response.IDealNotificationResponse
-
Sets the reason1.
- setReason1(String) - Method in class com.sofort.lib.refund.products.request.parts.Refund
-
Sets the reason1.
- setReason1(String) - Method in class com.sofort.lib.refund.products.response.parts.Refund
-
Sets the reason1.
- setReason2(String) - Method in class com.sofort.lib.ideal.products.request.IDealRequest
-
Sets the reason2.
- setReason2(String) - Method in class com.sofort.lib.ideal.products.response.IDealNotificationResponse
-
Sets the reason2.
- setReason2(String) - Method in class com.sofort.lib.refund.products.request.parts.Refund
-
Sets the reason2.
- setReason2(String) - Method in class com.sofort.lib.refund.products.response.parts.Refund
-
Sets the reason2.
- setReasons(List<String>) - Method in class com.sofort.lib.billcode.products.response.BillcodeStatusResponse
-
Sets the reasons.
- setReasons(List<String>) - Method in class com.sofort.lib.core.products.response.parts.TransactionDetails
-
Sets the reasons.
- setReasons(List<String>) - Method in class com.sofort.lib.paycode.products.response.PaycodeStatusResponse
-
Sets the reasons.
- setRecepientAccountNumber(String) - Method in class com.sofort.lib.ideal.products.response.IDealNotificationResponse
-
Sets the recepient account number.
- setRecepientBankBic(String) - Method in class com.sofort.lib.ideal.products.response.IDealNotificationResponse
-
Sets the recepient bank bic.
- setRecepientBankCode(String) - Method in class com.sofort.lib.ideal.products.response.IDealNotificationResponse
-
Sets the recepient bank code.
- setRecepientBankName(String) - Method in class com.sofort.lib.ideal.products.response.IDealNotificationResponse
-
Sets the recepient bank name.
- setRecepientCountryId(String) - Method in class com.sofort.lib.ideal.products.response.IDealNotificationResponse
-
Sets the recepient country id.
- setRecepientHolder(String) - Method in class com.sofort.lib.ideal.products.response.IDealNotificationResponse
-
Sets the recepient holder.
- setRecepientIban(String) - Method in class com.sofort.lib.ideal.products.response.IDealNotificationResponse
-
Sets the recepient iban.
- setRecipient(BankAccount) - Method in class com.sofort.lib.core.products.response.parts.TransactionDetails
-
Sets the recipient.
- setRecipient(RefundBankAccount) - Method in class com.sofort.lib.refund.products.response.parts.Refund
-
Sets the recipient.
- setResponseErrors(List<FailureMessage>) - Method in class com.sofort.lib.core.products.response.SofortLibResponse
-
Sets the global response errors.
- setResponsePaymentErrors(List<FailureMessage>) - Method in class com.sofort.lib.payment.products.response.PaymentResponse
-
Sets the response payment errors.
- setResponseWarnings(List<FailureMessage>) - Method in class com.sofort.lib.core.products.response.SofortLibResponse
-
Sets the global response warnings.
- setSender(Bank) - Method in class com.sofort.lib.billcode.products.request.BillcodeRequest
-
Sets the sender.
- setSender(Bank) - Method in class com.sofort.lib.billcode.products.response.BillcodeStatusResponse
-
Sets the sender.
- setSender(BankAccount) - Method in class com.sofort.lib.core.products.response.parts.TransactionDetails
-
Sets the sender.
- setSender(Bank) - Method in class com.sofort.lib.paycode.products.request.PaycodeRequest
-
Sets the sender.
- setSender(Bank) - Method in class com.sofort.lib.paycode.products.response.PaycodeStatusResponse
-
Sets the sender.
- setSender(BankAccount) - Method in class com.sofort.lib.payment.products.request.PaymentRequest
-
Sets the sender.
- setSender(RefundBankAccount) - Method in class com.sofort.lib.refund.products.request.RefundRequest
-
Sets the sender.
- setSenderAccountNumber(String) - Method in class com.sofort.lib.ideal.products.request.IDealRequest
-
Sets the sender account number.
- setSenderAccountNumber(String) - Method in class com.sofort.lib.ideal.products.response.IDealNotificationResponse
-
Sets the sender account number.
- setSenderBankBic(String) - Method in class com.sofort.lib.ideal.products.response.IDealNotificationResponse
-
Sets the sender bank bic.
- setSenderBankCode(String) - Method in class com.sofort.lib.ideal.products.request.IDealRequest
-
Sets the sender bank code.
- setSenderBankName(String) - Method in class com.sofort.lib.ideal.products.response.IDealNotificationResponse
-
Sets the sender bank name.
- setSenderCountryId(String) - Method in class com.sofort.lib.ideal.products.request.IDealRequest
-
Sets the sender country id.
- setSenderCountryId(String) - Method in class com.sofort.lib.ideal.products.response.IDealNotificationResponse
-
Sets the sender country id.
- setSenderHolder(String) - Method in class com.sofort.lib.ideal.products.request.IDealRequest
-
Sets the sender holder.
- setSenderHolder(String) - Method in class com.sofort.lib.ideal.products.response.IDealNotificationResponse
-
Sets the sender holder.
- setSenderIban(String) - Method in class com.sofort.lib.ideal.products.response.IDealNotificationResponse
-
Sets the sender iban.
- setStartDate(Date) - Method in class com.sofort.lib.billcode.products.request.BillcodeRequest
-
Sets the start date.
- setStartDate(Date) - Method in class com.sofort.lib.billcode.products.response.BillcodeStatusResponse
-
Sets the start date.
- setStartDate(Date) - Method in class com.sofort.lib.paycode.products.request.PaycodeRequest
-
Sets the start date.
- setStartDate(Date) - Method in class com.sofort.lib.paycode.products.response.PaycodeStatusResponse
-
Sets the start date.
- setStatus(BillcodeTransactionStatus) - Method in class com.sofort.lib.billcode.products.request.BillcodeTransactionDetailsRequest
-
Sets the status.
- setStatus(BillcodeStatus) - Method in class com.sofort.lib.billcode.products.response.BillcodeStatusResponse
-
Sets the status.
- setStatus(BillcodeTransactionStatus) - Method in class com.sofort.lib.billcode.products.response.parts.BillcodeStatusHistoryItem
-
Sets the status.
- setStatus(BillcodeTransactionStatus) - Method in class com.sofort.lib.billcode.products.response.parts.BillcodeTransactionDetails
-
Sets the status (read the API doc to find out the available statuses).
- setStatus(String) - Method in class com.sofort.lib.ideal.products.response.IDealNotificationResponse
-
Sets the status.
- setStatus(PaycodeTransactionStatus) - Method in class com.sofort.lib.paycode.products.request.PaycodeTransactionDetailsRequest
-
Sets the status.
- setStatus(PaycodeTransactionStatus) - Method in class com.sofort.lib.paycode.products.response.parts.PaycodeStatusHistoryItem
-
Sets the status.
- setStatus(PaycodeTransactionStatus) - Method in class com.sofort.lib.paycode.products.response.parts.PaycodeTransactionDetails
-
Sets the status (read the API doc to find out the available statuses).
- setStatus(PaycodeStatus) - Method in class com.sofort.lib.paycode.products.response.PaycodeStatusResponse
-
Sets the status.
- setStatus(PaymentStatus) - Method in class com.sofort.lib.payment.products.request.PaymentTransactionDetailsRequest
-
Sets the status.
- setStatus(PaymentStatus) - Method in class com.sofort.lib.payment.products.response.parts.PaymentStatusHistoryItem
-
Sets the status.
- setStatus(PaymentStatus) - Method in class com.sofort.lib.payment.products.response.parts.PaymentTransactionDetails
-
Sets the status (read the API doc to find out the available statuses).
- setStatusHistoryItems(List<BillcodeStatusHistoryItem>) - Method in class com.sofort.lib.billcode.products.response.parts.BillcodeTransactionDetails
-
Sets the status history items.
- setStatusHistoryItems(List<PaycodeStatusHistoryItem>) - Method in class com.sofort.lib.paycode.products.response.parts.PaycodeTransactionDetails
-
Sets the status history items.
- setStatusHistoryItems(List<PaymentStatusHistoryItem>) - Method in class com.sofort.lib.payment.products.response.parts.PaymentTransactionDetails
-
Sets the status history items.
- setStatusModified(Date) - Method in class com.sofort.lib.billcode.products.response.parts.BillcodeTransactionDetails
-
Sets the status modified.
- setStatusModified(String) - Method in class com.sofort.lib.ideal.products.response.IDealNotificationResponse
-
Sets the status modified.
- setStatusModified(Date) - Method in class com.sofort.lib.paycode.products.response.parts.PaycodeTransactionDetails
-
Sets the status modified.
- setStatusModified(Date) - Method in class com.sofort.lib.payment.products.response.parts.PaymentTransactionDetails
-
Sets the status modified.
- setStatusReason(BillcodeTransactionStatusReason) - Method in class com.sofort.lib.billcode.products.request.BillcodeTransactionDetailsRequest
-
Sets the status reason.
- setStatusReason(BillcodeTransactionStatusReason) - Method in class com.sofort.lib.billcode.products.response.parts.BillcodeStatusHistoryItem
-
Sets the status reason.
- setStatusReason(BillcodeTransactionStatusReason) - Method in class com.sofort.lib.billcode.products.response.parts.BillcodeTransactionDetails
-
Sets the status reason.
- setStatusReason(String) - Method in class com.sofort.lib.ideal.products.response.IDealNotificationResponse
-
Sets the status reason.
- setStatusReason(PaycodeTransactionStatusReason) - Method in class com.sofort.lib.paycode.products.request.PaycodeTransactionDetailsRequest
-
Sets the status reason.
- setStatusReason(PaycodeTransactionStatusReason) - Method in class com.sofort.lib.paycode.products.response.parts.PaycodeStatusHistoryItem
-
Sets the status reason.
- setStatusReason(PaycodeTransactionStatusReason) - Method in class com.sofort.lib.paycode.products.response.parts.PaycodeTransactionDetails
-
Sets the status reason.
- setStatusReason(PaymentStatusReason) - Method in class com.sofort.lib.payment.products.request.PaymentTransactionDetailsRequest
-
Sets the status reason.
- setStatusReason(PaymentStatusReason) - Method in class com.sofort.lib.payment.products.response.parts.PaymentStatusHistoryItem
-
Sets the status reason.
- setStatusReason(PaymentStatusReason) - Method in class com.sofort.lib.payment.products.response.parts.PaymentTransactionDetails
-
Sets the status reason.
- setStreet(String) - Method in class com.sofort.lib.core.products.common.RecipientBankAccount
-
- setSuccessLinkRedirect(boolean) - Method in class com.sofort.lib.billcode.products.request.BillcodeRequest
-
Sets the success link redirect.
- setSuccessLinkRedirect(boolean) - Method in class com.sofort.lib.paycode.products.request.PaycodeRequest
-
Sets the success link redirect.
- setSuccessLinkRedirect(boolean) - Method in class com.sofort.lib.payment.products.request.PaymentRequest
-
Sets the success link redirect.
- setSuccessUrl(String) - Method in class com.sofort.lib.paycode.products.request.PaycodeRequest
-
Sets the success url.
- setSuccessUrl(String) - Method in class com.sofort.lib.payment.products.request.PaymentRequest
-
Sets the success url.
- setTest(boolean) - Method in class com.sofort.lib.core.products.response.parts.TransactionDetails
-
Sets the test.
- setTime(Date) - Method in class com.sofort.lib.billcode.products.response.parts.BillcodeStatusHistoryItem
-
Sets the time.
- setTime(Date) - Method in class com.sofort.lib.core.products.response.parts.TransactionDetails
-
Sets the time.
- setTime(Date) - Method in class com.sofort.lib.paycode.products.response.parts.PaycodeStatusHistoryItem
-
Sets the time.
- setTime(Date) - Method in class com.sofort.lib.payment.products.response.parts.PaymentStatusHistoryItem
-
Sets the time.
- setTime(Date) - Method in class com.sofort.lib.refund.products.response.parts.Refund
-
Sets the refund creation time.
- setTimeCreated(Date) - Method in class com.sofort.lib.billcode.products.response.BillcodeStatusResponse
-
Sets the time created.
- setTimeCreated(Date) - Method in class com.sofort.lib.paycode.products.response.PaycodeStatusResponse
-
Sets the time created.
- setTimeout(long) - Method in class com.sofort.lib.payment.products.request.PaymentRequest
-
Sets the timeout in seconds.
- setTimeoutUrl(String) - Method in class com.sofort.lib.payment.products.request.PaymentRequest
-
Sets the timeout url.
- setTimeUsed(Date) - Method in class com.sofort.lib.billcode.products.response.BillcodeStatusResponse
-
Sets the time used.
- setTimeUsed(Date) - Method in class com.sofort.lib.paycode.products.response.PaycodeStatusResponse
-
Sets the time used.
- setTitle(String) - Method in class com.sofort.lib.refund.products.request.RefundRequest
-
Sets the title.
- setToStatusModifiedTime(Date) - Method in class com.sofort.lib.billcode.products.request.BillcodeTransactionDetailsRequest
-
Sets the to status modified time.
- setToStatusModifiedTime(Date) - Method in class com.sofort.lib.paycode.products.request.PaycodeTransactionDetailsRequest
-
Sets the to status modified time.
- setToStatusModifiedTime(Date) - Method in class com.sofort.lib.payment.products.request.PaymentTransactionDetailsRequest
-
Sets the to status modified time.
- setToTime(Date) - Method in class com.sofort.lib.billcode.products.request.BillcodeTransactionDetailsRequest
-
Sets the to time.
- setToTime(Date) - Method in class com.sofort.lib.paycode.products.request.PaycodeTransactionDetailsRequest
-
Sets the to time.
- setToTime(Date) - Method in class com.sofort.lib.payment.products.request.PaymentTransactionDetailsRequest
-
Sets the to time.
- setTransactionDetailsList(List<BillcodeTransactionDetails>) - Method in class com.sofort.lib.billcode.products.response.BillcodeTransactionDetailsResponse
-
Sets the transaction details paycode list.
- setTransactionDetailsList(List<PaycodeTransactionDetails>) - Method in class com.sofort.lib.paycode.products.response.PaycodeTransactionDetailsResponse
-
Sets the transaction details paycode list.
- setTransId(String) - Method in class com.sofort.lib.billcode.products.response.BillcodeStatusResponse
-
Sets the transId.
- setTransId(String) - Method in class com.sofort.lib.core.products.response.parts.TransactionDetails
-
Sets the trans id.
- setTransId(String) - Method in class com.sofort.lib.ideal.products.response.IDealNotificationResponse
-
Sets the trans id.
- setTransId(String) - Method in class com.sofort.lib.paycode.products.response.PaycodeStatusResponse
-
Sets the transId.
- setTransId(String) - Method in class com.sofort.lib.payment.products.response.PaymentResponse
-
Sets the trans id.
- setTransIds(List<String>) - Method in class com.sofort.lib.billcode.products.request.BillcodeTransactionDetailsRequest
-
Sets the transaction IDs.
- setTransIds(List<String>) - Method in class com.sofort.lib.paycode.products.request.PaycodeTransactionDetailsRequest
-
Sets the transaction IDs.
- setTransIds(List<String>) - Method in class com.sofort.lib.payment.products.request.PaymentTransactionDetailsRequest
-
Sets the transaction IDs.
- setUserId(int) - Method in class com.sofort.lib.ideal.products.request.IDealRequest
-
Sets the user id.
- setUserId(int) - Method in class com.sofort.lib.ideal.products.response.IDealNotificationResponse
-
Sets the user id.
- setUserVariable0(String) - Method in class com.sofort.lib.ideal.products.request.IDealRequest
-
Sets the user variable0.
- setUserVariable0(String) - Method in class com.sofort.lib.ideal.products.response.IDealNotificationResponse
-
Sets the user variable0.
- setUserVariable1(String) - Method in class com.sofort.lib.ideal.products.request.IDealRequest
-
Sets the user variable1.
- setUserVariable1(String) - Method in class com.sofort.lib.ideal.products.response.IDealNotificationResponse
-
Sets the user variable1.
- setUserVariable2(String) - Method in class com.sofort.lib.ideal.products.request.IDealRequest
-
Sets the user variable2.
- setUserVariable2(String) - Method in class com.sofort.lib.ideal.products.response.IDealNotificationResponse
-
Sets the user variable2.
- setUserVariable3(String) - Method in class com.sofort.lib.ideal.products.request.IDealRequest
-
Sets the user variable3.
- setUserVariable3(String) - Method in class com.sofort.lib.ideal.products.response.IDealNotificationResponse
-
Sets the user variable3.
- setUserVariable4(String) - Method in class com.sofort.lib.ideal.products.request.IDealRequest
-
Sets the user variable4.
- setUserVariable4(String) - Method in class com.sofort.lib.ideal.products.response.IDealNotificationResponse
-
Sets the user variable4.
- setUserVariable5(String) - Method in class com.sofort.lib.ideal.products.request.IDealRequest
-
Sets the user variable5.
- setUserVariable5(String) - Method in class com.sofort.lib.ideal.products.response.IDealNotificationResponse
-
Sets the user variable5.
- setUserVariables(List<String>) - Method in class com.sofort.lib.billcode.products.request.BillcodeRequest
-
Sets the user variables.
- setUserVariables(List<String>) - Method in class com.sofort.lib.billcode.products.response.BillcodeStatusResponse
-
Sets the user variables.
- setUserVariables(List<String>) - Method in class com.sofort.lib.core.products.response.parts.TransactionDetails
-
Sets the user variables.
- setUserVariables(List<String>) - Method in class com.sofort.lib.paycode.products.request.PaycodeRequest
-
Sets the user variables.
- setUserVariables(List<String>) - Method in class com.sofort.lib.paycode.products.response.PaycodeStatusResponse
-
Sets the user variables.
- setUserVariables(List<String>) - Method in class com.sofort.lib.payment.products.request.PaymentRequest
-
Sets the user variables.
- setWarnings(List<FailureMessage>) - Method in class com.sofort.lib.billcode.products.response.BillcodeResponse
-
Sets the warnings.
- setWarnings(List<FailureMessage>) - Method in class com.sofort.lib.paycode.products.response.PaycodeResponse
-
Sets the warnings.
- setZipcode(String) - Method in class com.sofort.lib.core.products.common.RecipientBankAccount
-
- SHORT_DATE_FORMAT - Static variable in class com.sofort.lib.core.internal.utils.xml.XmlFormatter
-
The Constant SHORT_DATE_FORMAT.
- SofortLibBillcode - Class in com.sofort.lib.billcode
-
SofortLib implementation of SOFORT Billcode.
- SofortLibBillcode(ConnectionConfig, DataHandler) - Constructor for class com.sofort.lib.billcode.SofortLibBillcode
-
Instantiates a new sofort lib payment with the given communication and
handler data.
- SofortLibCommon - Class in com.sofort.lib.core
-
SofortLib common implementation which handles/controls the complete
communication with the SofortLib API.
- SofortLibCommon(ConnectionConfig, DataHandler, Log) - Constructor for class com.sofort.lib.core.SofortLibCommon
-
Defines a SofortLib with the given connection data, data handler and
logger.
- SofortLibIDeal - Class in com.sofort.lib.ideal
-
SofortLib implementation of SOFORT iDEAL.
- SofortLibIDeal(ConnectionConfig, DataHandler, HashAlgorithm) - Constructor for class com.sofort.lib.ideal.SofortLibIDeal
-
Instantiates a new sofort lib iDEAL with given communication, handler and
defined hash algorithm data.
- SofortLibPaycode - Class in com.sofort.lib.paycode
-
SofortLib implementation of SOFORT Paycode.
- SofortLibPaycode(ConnectionConfig, DataHandler) - Constructor for class com.sofort.lib.paycode.SofortLibPaycode
-
Instantiates a new sofort lib payment with the given communication and
handler data.
- SofortLibPayment - Class in com.sofort.lib.payment
-
SofortLib implementation of SOFORT Payment (SOFORT Überweisung).
- SofortLibPayment(ConnectionConfig, DataHandler) - Constructor for class com.sofort.lib.payment.SofortLibPayment
-
Instantiates a new sofort lib payment with the given communication and
handler data.
- SofortLibRefund - Class in com.sofort.lib.refund
-
SofortLib implementation of SOFORT Refund.
- SofortLibRefund(ConnectionConfig, DataHandler) - Constructor for class com.sofort.lib.refund.SofortLibRefund
-
Instantiates a new sofort lib refund with given communication and handler
data.
- SofortLibRequest - Class in com.sofort.lib.core.products.request
-
Definition of a SofortLib request.
- SofortLibRequest() - Constructor for class com.sofort.lib.core.products.request.SofortLibRequest
-
- SofortLibResponse - Class in com.sofort.lib.core.products.response
-
Definition of a SofortLib response.
- SofortLibResponse() - Constructor for class com.sofort.lib.core.products.response.SofortLibResponse
-
- SofortLibResponseParser<T extends SofortLibResponse> - Class in com.sofort.lib.core.internal.transformer.parser
-
- SofortLibResponseParser() - Constructor for class com.sofort.lib.core.internal.transformer.parser.SofortLibResponseParser
-
- SofortPayment - Class in com.sofort.lib.payment.products.request
-
The class represents the sofort payment special container (API -> 'su')
- SofortPayment() - Constructor for class com.sofort.lib.payment.products.request.SofortPayment
-
- SofortTransactionStatusNotification - Class in com.sofort.lib.core.products.response
-
The API status notification response.
- SofortTransactionStatusNotification(String, Date) - Constructor for class com.sofort.lib.core.products.response.SofortTransactionStatusNotification
-
Instantiates a new sofort transaction status notification.
- SofortTransactionStatusNotificationParser - Class in com.sofort.lib.core.internal.transformer.parser
-
The Class SofortTransactionStatusNotificationParser.
- SofortTransactionStatusNotificationParser() - Constructor for class com.sofort.lib.core.internal.transformer.parser.SofortTransactionStatusNotificationParser
-
- StringParser - Class in com.sofort.lib.core.internal.transformer.parser.parts
-
Simple XML text parser.
- StringParser() - Constructor for class com.sofort.lib.core.internal.transformer.parser.parts.StringParser
-
- StringUtilities - Class in com.sofort.lib.core.internal.utils
-
Text utilities.
- StringUtilities() - Constructor for class com.sofort.lib.core.internal.utils.StringUtilities
-
- valueOf(String) - Static method in enum com.sofort.lib.billcode.products.common.BillcodeTransactionStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.sofort.lib.billcode.products.common.BillcodeTransactionStatusReason
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.sofort.lib.billcode.products.response.parts.BillcodeStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.sofort.lib.core.internal.transformer.RawResponse.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.sofort.lib.core.internal.utils.HashAlgorithm
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.sofort.lib.paycode.products.common.PaycodeTransactionStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.sofort.lib.paycode.products.common.PaycodeTransactionStatusReason
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.sofort.lib.paycode.products.response.parts.PaycodeStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.sofort.lib.payment.products.response.parts.PaymentStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.sofort.lib.payment.products.response.parts.PaymentStatusReason
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.sofort.lib.billcode.products.common.BillcodeTransactionStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.sofort.lib.billcode.products.common.BillcodeTransactionStatusReason
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.sofort.lib.billcode.products.response.parts.BillcodeStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.sofort.lib.core.internal.transformer.RawResponse.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.sofort.lib.core.internal.utils.HashAlgorithm
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.sofort.lib.paycode.products.common.PaycodeTransactionStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.sofort.lib.paycode.products.common.PaycodeTransactionStatusReason
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.sofort.lib.paycode.products.response.parts.PaycodeStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.sofort.lib.payment.products.response.parts.PaymentStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.sofort.lib.payment.products.response.parts.PaymentStatusReason
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- verify() - Method in class com.sofort.lib.core.internal.utils.xml.XmlDocumentParsable
-
Verify.
- verify() - Method in class com.sofort.lib.core.internal.utils.xml.XmlParserHelper
-
Checks if the content of all parsed nodes was picked up.
- verify() - Method in class com.sofort.lib.core.internal.utils.xml.XmlVerifier
-
Checks if any of collected paths of leaf nodes were not removed.
- VERSION - Static variable in class com.sofort.lib.core.internal.net.http.HttpConnector
-
- XmlConfig - Class in com.sofort.lib.core.internal.transformer.xml
-
XML configuration container for following mapping data for each SofortLib
request/response:
1) the XML root entry for each API request
2) the XML request render for each API request
3) the XML response parser for each API response
- XmlConfig() - Constructor for class com.sofort.lib.core.internal.transformer.xml.XmlConfig
-
The default constructor initializes maps and calls all sub initialization
methods.
- XmlConfigBillcode - Class in com.sofort.lib.billcode.internal.transformer.xml
-
The XML root/parser/renderer definition for SOFORT Billcode requests and
responses.
- XmlConfigBillcode() - Constructor for class com.sofort.lib.billcode.internal.transformer.xml.XmlConfigBillcode
-
- XmlConfigIDeal - Class in com.sofort.lib.ideal.internal.transformer.xml
-
The XML root/renderer/parser definition for iDEAL bank request and response.
- XmlConfigIDeal() - Constructor for class com.sofort.lib.ideal.internal.transformer.xml.XmlConfigIDeal
-
- XmlConfigPaycode - Class in com.sofort.lib.paycode.internal.transformer.xml
-
The XML root/parser/renderer definition for SOFORT Paycode requests and
responses.
- XmlConfigPaycode() - Constructor for class com.sofort.lib.paycode.internal.transformer.xml.XmlConfigPaycode
-
- XmlConfigPayment - Class in com.sofort.lib.payment.internal.transformer.xml
-
The XML root/parser/renderer definition for SOFORT Payment (SOFORT
Überweisung) requests and responses.
- XmlConfigPayment() - Constructor for class com.sofort.lib.payment.internal.transformer.xml.XmlConfigPayment
-
- XmlConfigRefund - Class in com.sofort.lib.refund.internal.transformer.xml
-
The XML root/parser/renderer definition for SOFORT Refund request and
response.
- XmlConfigRefund() - Constructor for class com.sofort.lib.refund.internal.transformer.xml.XmlConfigRefund
-
- XmlDataHandler - Class in com.sofort.lib.core.internal.transformer.xml
-
A default XML implementation of the data handler for current SofortLib API.
- XmlDataHandler(XmlConfig) - Constructor for class com.sofort.lib.core.internal.transformer.xml.XmlDataHandler
-
Defines the XML data handler with the given configuration.
- XmlDocumentParsable - Class in com.sofort.lib.core.internal.utils.xml
-
The Class XmlDocumentParsable.
- XmlDocumentParsable(String) - Constructor for class com.sofort.lib.core.internal.utils.xml.XmlDocumentParsable
-
Instantiates a new xml document parsable.
- XmlDocumentRenderable - Class in com.sofort.lib.core.internal.utils.xml
-
The Class XmlDocumentRenderable.
- XmlDocumentRenderable(String, Attribute...) - Constructor for class com.sofort.lib.core.internal.utils.xml.XmlDocumentRenderable
-
Instantiates a new xml document renderable.
- XmlElementParsable - Class in com.sofort.lib.core.internal.utils.xml
-
The Class XmlElementParsable.
- XmlElementParsable(Element, XmlParserHelper) - Constructor for class com.sofort.lib.core.internal.utils.xml.XmlElementParsable
-
Instantiates a new xml element parsable.
- XmlElementParser<T> - Class in com.sofort.lib.core.internal.utils.xml
-
An abstract implementation of an XML element parser for defined type T.
- XmlElementParser() - Constructor for class com.sofort.lib.core.internal.utils.xml.XmlElementParser
-
- XmlElementRenderable - Class in com.sofort.lib.core.internal.utils.xml
-
The Class XmlElementRenderable.
- XmlElementRenderable(Element, XmlRendererHelper) - Constructor for class com.sofort.lib.core.internal.utils.xml.XmlElementRenderable
-
Instantiates a new xml element renderable.
- XmlElementRenderable(String, Attribute[]) - Constructor for class com.sofort.lib.core.internal.utils.xml.XmlElementRenderable
-
Instantiates a new xml element renderable.
- XmlElementRenderer<T> - Class in com.sofort.lib.core.internal.utils.xml
-
XML element renderer.
- XmlElementRenderer() - Constructor for class com.sofort.lib.core.internal.utils.xml.XmlElementRenderer
-
- XmlFormatter - Class in com.sofort.lib.core.internal.utils.xml
-
A class helps to convert the Java Objects to the proper XML text and vice
versa.
- XmlFormatter() - Constructor for class com.sofort.lib.core.internal.utils.xml.XmlFormatter
-
- XmlParserHelper - Class in com.sofort.lib.core.internal.utils.xml
-
XML parser helper.
- XmlParserHelper() - Constructor for class com.sofort.lib.core.internal.utils.xml.XmlParserHelper
-
Defines a XML parser helper.
- XmlParserHelperException - Exception in com.sofort.lib.core.internal.utils.xml
-
The Class XmlParserHelperException.
- XmlParserHelperException(String, Throwable) - Constructor for exception com.sofort.lib.core.internal.utils.xml.XmlParserHelperException
-
Instantiates a new xml parser helper exception.
- XmlRendererHelper - Class in com.sofort.lib.core.internal.utils.xml
-
Collection of methods helps to build a XML structure.
- XmlRendererHelper() - Constructor for class com.sofort.lib.core.internal.utils.xml.XmlRendererHelper
-
Initializes the internal XML structure.
- XmlRendererHelperException - Exception in com.sofort.lib.core.internal.utils.xml
-
The Class XmlRendererHelperException.
- XmlRendererHelperException(String) - Constructor for exception com.sofort.lib.core.internal.utils.xml.XmlRendererHelperException
-
Instantiates a new xml renderer helper exception.
- XmlRendererHelperException(String, Throwable) - Constructor for exception com.sofort.lib.core.internal.utils.xml.XmlRendererHelperException
-
Instantiates a new xml renderer helper exception.
- XmlRequestRenderer - Interface in com.sofort.lib.core.internal.transformer.renderer
-
Definition of a SofortLib request to XML renderer.
- XmlResponseParser<T extends SofortLibResponse> - Interface in com.sofort.lib.core.internal.transformer.parser
-
Definition of a XML to SofortLib response parser.
- XmlRootEntry - Class in com.sofort.lib.core.internal.transformer.xml
-
XML root entry with name and attributes.
- XmlRootEntry(String, Attribute...) - Constructor for class com.sofort.lib.core.internal.transformer.xml.XmlRootEntry
-
Defines a XML root entry.
- XmlVerifier - Class in com.sofort.lib.core.internal.utils.xml
-
XML verifier.
- XmlVerifier() - Constructor for class com.sofort.lib.core.internal.utils.xml.XmlVerifier
-
Defines the XML verifier.
- XmlVerifierException - Exception in com.sofort.lib.core.internal.utils.xml
-
The Class XmlVerifierException.
- XmlVerifierException(String) - Constructor for exception com.sofort.lib.core.internal.utils.xml.XmlVerifierException
-
Instantiates a new xml verifier exception.