@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2016-04-27T11:06:30.816-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)
Specifies the return point after correcting the envelope.
|
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.