public class DocBuilderRequest extends Object implements RequestEntity
| Modifier and Type | Field and Description |
|---|---|
private Object |
argument
Defines the arguments to pass to the created document.
|
private Boolean |
async
Defines the type of the request to the document builder service: asynchronous or not.
|
private String |
key
Defines the request identifier used to unambiguously identify the request.
|
private String |
token
Defines the encrypted signature added to the ONLYOFFICE Docs config in the form of a token.
|
private String |
url
Defines the absolute URL to the .docbuilder file.
|
| Constructor and Description |
|---|
DocBuilderRequest() |
private Object argument
private Boolean async
private String key
private String token
private String url
Copyright © 2023–2025. All rights reserved.