Interface Company.UserCountStage
-
- All Known Implementing Classes:
Company.Builder
- Enclosing class:
- Company
public static interface Company.UserCountStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Company._FinalStageuserCount(int userCount)The number of users in the company.
-
-
-
Method Detail
-
userCount
Company._FinalStage userCount(int userCount)
The number of users in the company.
-
-