Interface Team.TypeStage
-
- All Known Implementing Classes:
Team.Builder
- Enclosing class:
- Team
public static interface Team.TypeStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Team.Builderfrom(Team other)Team.IdStagetype(java.lang.String type)Value is always "team"
-
-
-
Method Detail
-
type
Team.IdStage type(@NotNull java.lang.String type)
Value is always "team"
-
from
Team.Builder from(Team other)
-
-