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