public class DeviceRecord extends Object
DeviceRecord(Config config)
CreateDeviceRecordResp
create(CreateDeviceRecordReq req)
create(CreateDeviceRecordReq req, RequestOptions reqOptions)
DeleteDeviceRecordResp
delete(DeleteDeviceRecordReq req)
delete(DeleteDeviceRecordReq req, RequestOptions reqOptions)
GetDeviceRecordResp
get(GetDeviceRecordReq req)
get(GetDeviceRecordReq req, RequestOptions reqOptions)
ListDeviceRecordResp
list(ListDeviceRecordReq req)
list(ListDeviceRecordReq req, RequestOptions reqOptions)
MineDeviceRecordResp
mine()
mine(RequestOptions reqOptions)
UpdateDeviceRecordResp
update(UpdateDeviceRecordReq req)
update(UpdateDeviceRecordReq req, RequestOptions reqOptions)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DeviceRecord(Config config)
public CreateDeviceRecordResp create(CreateDeviceRecordReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=create&project=security_and_compliance&resource=device_record&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/security_and_compliancev2/CreateDeviceRecordSample.java ;
Exception
public CreateDeviceRecordResp create(CreateDeviceRecordReq req) throws Exception
public DeleteDeviceRecordResp delete(DeleteDeviceRecordReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=delete&project=security_and_compliance&resource=device_record&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/security_and_compliancev2/DeleteDeviceRecordSample.java ;
public DeleteDeviceRecordResp delete(DeleteDeviceRecordReq req) throws Exception
public GetDeviceRecordResp get(GetDeviceRecordReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=get&project=security_and_compliance&resource=device_record&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/security_and_compliancev2/GetDeviceRecordSample.java ;
public GetDeviceRecordResp get(GetDeviceRecordReq req) throws Exception
public ListDeviceRecordResp list(ListDeviceRecordReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=list&project=security_and_compliance&resource=device_record&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/security_and_compliancev2/ListDeviceRecordSample.java ;
public ListDeviceRecordResp list(ListDeviceRecordReq req) throws Exception
public MineDeviceRecordResp mine(RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=mine&project=security_and_compliance&resource=device_record&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/security_and_compliancev2/MineDeviceRecordSample.java ;
public MineDeviceRecordResp mine() throws Exception
public UpdateDeviceRecordResp update(UpdateDeviceRecordReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=update&project=security_and_compliance&resource=device_record&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/security_and_compliancev2/UpdateDeviceRecordSample.java ;
public UpdateDeviceRecordResp update(UpdateDeviceRecordReq req) throws Exception
Copyright © 2026. All rights reserved.