类 Schedule.Builder

java.lang.Object
com.lark.oapi.service.attendance.v1.model.Schedule.Builder
封闭类:
Schedule

public static class Schedule.Builder extends Object
  • 构造器详细资料

    • Builder

      public Builder()
  • 方法详细资料

    • groupId

      public Schedule.Builder groupId(String groupId)
      考勤组名称

      示例值:6919358778597097404

      参数:
      groupId -
      返回:
    • shifts

      public Schedule.Builder shifts(String[] shifts)
      班次列表

      示例值:

      参数:
      shifts -
      返回:
    • build

      public Schedule build()