类 DeleteTaskCollaboratorReq

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

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

    • DeleteTaskCollaboratorReq

      public DeleteTaskCollaboratorReq()
    • DeleteTaskCollaboratorReq

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

    • newBuilder

      public static DeleteTaskCollaboratorReq.Builder newBuilder()
    • getUserIdType

      public String getUserIdType()
    • setUserIdType

      public void setUserIdType(String userIdType)
    • getTaskId

      public String getTaskId()
    • setTaskId

      public void setTaskId(String taskId)
    • getCollaboratorId

      public String getCollaboratorId()
    • setCollaboratorId

      public void setCollaboratorId(String collaboratorId)