Interface Company.UpdatedAtStage
-
- All Known Implementing Classes:
Company.Builder
- Enclosing class:
- Company
public static interface Company.UpdatedAtStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Company.MonthlySpendStageupdatedAt(int updatedAt)The last time the company was updated.
-
-
-
Method Detail
-
updatedAt
Company.MonthlySpendStage updatedAt(int updatedAt)
The last time the company was updated.
-
-