类 CreateTaskFollowerReq

java.lang.Object
com.lark.oapi.service.task.v1.model.CreateTaskFollowerReq

public class CreateTaskFollowerReq extends Object
  • 构造器详细资料

    • CreateTaskFollowerReq

      public CreateTaskFollowerReq()
    • CreateTaskFollowerReq

      public CreateTaskFollowerReq(CreateTaskFollowerReq.Builder builder)
  • 方法详细资料

    • newBuilder

      public static CreateTaskFollowerReq.Builder newBuilder()
    • getUserIdType

      public String getUserIdType()
    • setUserIdType

      public void setUserIdType(String userIdType)
    • getTaskId

      public String getTaskId()
    • setTaskId

      public void setTaskId(String taskId)
    • getFollower

      public Follower getFollower()
    • setFollower

      public void setFollower(Follower body)