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.
|
int |
hashCode() |
CorrectViewRequest |
returnUrl(String returnUrl) |
void |
setReturnUrl(String returnUrl) |
void |
setSuppressNavigation(String suppressNavigation) |
CorrectViewRequest |
suppressNavigation(String suppressNavigation) |
String |
toString() |
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)
Copyright © 2017. All rights reserved.