public class Redirect extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Redirect.MethodEnum
The web method that you must use to access the redirect URL.
|
| Constructor and Description |
|---|
Redirect() |
| Modifier and Type | Method and Description |
|---|---|
Redirect |
data(Map<String,String> data) |
boolean |
equals(Object o) |
Map<String,String> |
getData()
When the redirect URL must be accessed via POST, use this data to post to the redirect URL.
|
Redirect.MethodEnum |
getMethod()
The web method that you must use to access the redirect URL.
|
String |
getUrl()
The URL, to which you must redirect a shopper to complete a payment.
|
int |
hashCode() |
Redirect |
method(Redirect.MethodEnum method) |
Redirect |
putDataItem(String key,
String dataItem) |
void |
setData(Map<String,String> data) |
void |
setMethod(Redirect.MethodEnum method) |
void |
setUrl(String url) |
String |
toString() |
Redirect |
url(String url) |
public Map<String,String> getData()
public Redirect method(Redirect.MethodEnum method)
public Redirect.MethodEnum getMethod()
public void setMethod(Redirect.MethodEnum method)
public String getUrl()
public void setUrl(String url)
Copyright © 2022. All rights reserved.