@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2016-07-18T18:11:15.675-07:00") public class CorrectViewRequest extends Object
| Constructor and Description |
|---|
CorrectViewRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getReturnUrl() |
String |
getSuppressNavigation() |
int |
hashCode() |
CorrectViewRequest |
returnUrl(String returnUrl)
The url used after correct/send view session has ended.
|
void |
setReturnUrl(String returnUrl) |
void |
setSuppressNavigation(String suppressNavigation) |
CorrectViewRequest |
suppressNavigation(String suppressNavigation)
Specifies whether the window is displayed with or without dressing.
|
String |
toString() |
public CorrectViewRequest suppressNavigation(String suppressNavigation)
public String getSuppressNavigation()
public void setSuppressNavigation(String suppressNavigation)
public CorrectViewRequest returnUrl(String returnUrl)
public String getReturnUrl()
public void setReturnUrl(String returnUrl)
Copyright © 2016. All rights reserved.