public class CorrectViewRequest extends Object
| Constructor and Description |
|---|
CorrectViewRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getReturnUrl()
The url used after correct/send view session has ended.
|
String |
getSuppressNavigation()
Specifies whether the window is displayed with or without dressing.
|
String |
getViewUrl() |
int |
hashCode() |
CorrectViewRequest |
returnUrl(String returnUrl) |
void |
setReturnUrl(String returnUrl) |
void |
setSuppressNavigation(String suppressNavigation) |
void |
setViewUrl(String viewUrl) |
CorrectViewRequest |
suppressNavigation(String suppressNavigation) |
String |
toString() |
CorrectViewRequest |
viewUrl(String viewUrl) |
public CorrectViewRequest returnUrl(String returnUrl)
public String getReturnUrl()
public void setReturnUrl(String returnUrl)
public CorrectViewRequest suppressNavigation(String suppressNavigation)
public String getSuppressNavigation()
public void setSuppressNavigation(String suppressNavigation)
public CorrectViewRequest viewUrl(String viewUrl)
public String getViewUrl()
public void setViewUrl(String viewUrl)
Copyright © 2021. All rights reserved.