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