类 CommandRequest

java.lang.Object
com.onlyoffice.model.commandservice.CommandRequest
所有已实现的接口:
RequestEntity

public class CommandRequest extends Object implements 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

      public Command getC()
    • setC

      public void setC(Command c)
    • getKey

      public String getKey()
    • setKey

      public void setKey(String key)
    • getUsers

      public List<String> getUsers()
    • setUsers

      public void setUsers(List<String> users)
    • getUserdata

      public String getUserdata()
    • setUserdata

      public void setUserdata(String userdata)
    • getMeta

      public Meta getMeta()
    • setMeta

      public void setMeta(Meta meta)
    • getToken

      public String getToken()
      Returns a token from the command request.
      指定者:
      getToken 在接口中 RequestEntity
      返回:
      The token from the command request.
    • setToken

      public void setToken(String tn)
      Adds a token to the command request.
      指定者:
      setToken 在接口中 RequestEntity
      参数:
      tn - The token.