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