类 CostCenter
java.lang.Object
com.lark.oapi.service.corehr.v2.resource.CostCenter
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明,创建成本中心create(CreateCostCenterReq req, RequestOptions reqOptions) ,创建成本中心,delete(DeleteCostCenterReq req, RequestOptions reqOptions) ,patch(PatchCostCenterReq req) ,创建成本中心版本patch(PatchCostCenterReq req, RequestOptions reqOptions) ,创建成本中心版本,查询成本中心信息search(SearchCostCenterReq req, RequestOptions reqOptions) ,查询成本中心信息
-
构造器详细资料
-
CostCenter
-
-
方法详细资料
-
create
public CreateCostCenterResp create(CreateCostCenterReq req, RequestOptions reqOptions) throws Exception ,创建成本中心- 抛出:
Exception
-
create
,创建成本中心- 抛出:
Exception
-
delete
public DeleteCostCenterResp delete(DeleteCostCenterReq req, RequestOptions reqOptions) throws Exception ,- 抛出:
Exception
-
delete
,- 抛出:
Exception
-
patch
public PatchCostCenterResp patch(PatchCostCenterReq req, RequestOptions reqOptions) throws Exception ,创建成本中心版本- 抛出:
Exception
-
patch
,创建成本中心版本- 抛出:
Exception
-
search
public SearchCostCenterResp search(SearchCostCenterReq req, RequestOptions reqOptions) throws Exception ,查询成本中心信息- 抛出:
Exception
-
search
,查询成本中心信息- 抛出:
Exception
-