Interface ContactsMergeLeadInUserResponse.WorkspaceIdStage
-
- All Known Implementing Classes:
ContactsMergeLeadInUserResponse.Builder
- Enclosing class:
- ContactsMergeLeadInUserResponse
public static interface ContactsMergeLeadInUserResponse.WorkspaceIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContactsMergeLeadInUserResponse.RoleStageworkspaceId(java.lang.String workspaceId)The id of the workspace which the contact belongs to.
-
-
-
Method Detail
-
workspaceId
ContactsMergeLeadInUserResponse.RoleStage workspaceId(@NotNull java.lang.String workspaceId)
The id of the workspace which the contact belongs to.
-
-