类 CommandRequest
java.lang.Object
com.onlyoffice.model.commandservice.CommandRequest
- 所有已实现的接口:
RequestEntity
Defines the request parameters that are sent to the "https://documentserver/coauthoring/CommandService.ashx"
address where "documentserver" is the name of the server with the ONLYOFFICE Document Server installed.
-
构造器详细资料
-
CommandRequest
public CommandRequest()
-
-
方法详细资料
-
getC
-
setC
-
getKey
-
setKey
-
getUsers
-
setUsers
-
getUserdata
-
setUserdata
-
getMeta
-
setMeta
-
getToken
Returns a token from the command request.- 指定者:
getToken在接口中RequestEntity- 返回:
- The token from the command request.
-
setToken
Adds a token to the command request.- 指定者:
setToken在接口中RequestEntity- 参数:
tn- The token.
-