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