接口的使用
com.onlyoffice.model.common.RequestedService
使用RequestedService的程序包
程序包
说明
-
com.onlyoffice.manager.request中RequestedService的使用
修饰符和类型方法说明<R> RDefaultRequestManager.executePostRequest(RequestedService requestedService, RequestEntity requestEntity, RequestManager.Callback<R> callback) <R> RDefaultRequestManager.executePostRequest(RequestedService requestedService, RequestEntity requestEntity, HttpClientSettings httpClientSettings, RequestManager.Callback<R> callback) <R> RRequestManager.executePostRequest(RequestedService requestedService, RequestEntity requestEntity, RequestManager.Callback<R> callback) Executes a POST request to the specified service.<R> RRequestManager.executePostRequest(RequestedService requestedService, RequestEntity requestEntity, HttpClientSettings httpClientSettings, RequestManager.Callback<R> callback) Executes a POST request to the url. -
com.onlyoffice.manager.url中RequestedService的使用
修饰符和类型方法说明DefaultUrlManager.getServiceUrl(RequestedService requestedService) UrlManager.getServiceUrl(RequestedService requestedService) Returns the URL to the service using the requested service properties specified in the request. -
com.onlyoffice.service.command中RequestedService的使用
-
com.onlyoffice.service.convert中RequestedService的使用