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