类 TripGroup.Builder
java.lang.Object
com.lark.oapi.service.approval.v4.model.TripGroup.Builder
- 封闭类:
TripGroup
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()结束时间instanceCode(String instanceCode) 实例codeschedules(TripGroupSchedule[] schedules) 出差计划开始时间发起人tripInterval(String tripInterval) 出差时间同行人tripReason(String tripReason) 出差理由出差类型
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
type
出差类型示例值:
- 参数:
type-- 返回:
-
instanceCode
实例code示例值:
- 参数:
instanceCode-- 返回:
-
startUser
发起人示例值:
- 参数:
startUser-- 返回:
-
startTime
开始时间示例值:
- 参数:
startTime-- 返回:
-
endTime
结束时间示例值:
- 参数:
endTime-- 返回:
-
tripInterval
出差时间示例值:
- 参数:
tripInterval-- 返回:
-
tripReason
出差理由示例值:
- 参数:
tripReason-- 返回:
-
schedules
出差计划示例值:
- 参数:
schedules-- 返回:
-
tripPeers
同行人示例值:
- 参数:
tripPeers-- 返回:
-
build
-