public class CreateTaskCollaboratorReq extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
CreateTaskCollaboratorReq.Builder |
| 构造器和说明 |
|---|
CreateTaskCollaboratorReq() |
CreateTaskCollaboratorReq(CreateTaskCollaboratorReq.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
Collaborator |
getCollaborator() |
String |
getTaskId() |
String |
getUserIdType() |
static CreateTaskCollaboratorReq.Builder |
newBuilder() |
void |
setCollaborator(Collaborator body) |
void |
setTaskId(String taskId) |
void |
setUserIdType(String userIdType) |
public CreateTaskCollaboratorReq()
public CreateTaskCollaboratorReq(CreateTaskCollaboratorReq.Builder builder)
public String getUserIdType()
public void setUserIdType(String userIdType)
public String getTaskId()
public void setTaskId(String taskId)
public Collaborator getCollaborator()
public void setCollaborator(Collaborator body)
public static CreateTaskCollaboratorReq.Builder newBuilder()
Copyright © 2025. All rights reserved.