public class SaveRequest extends Object
| Constructor | Description |
|---|---|
SaveRequest() |
Initializes a new instance of the SaveRequest class.
|
SaveRequest(SaveOptions saveOptions) |
Initializes a new instance of the SaveRequest class.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object o) |
|
SaveOptions |
getsaveOptions() |
Edited document save options
|
int |
hashCode() |
|
void |
setsaveOptions(SaveOptions saveOptions) |
|
String |
toString() |
public SaveRequest()
public SaveRequest(SaveOptions saveOptions)
saveOptions - Edited document save optionspublic SaveOptions getsaveOptions()
public void setsaveOptions(SaveOptions saveOptions)
Copyright © 2025. All rights reserved.