Package net.officefloor.frame.api.build
Interface TeamBuilder<TS extends TeamSource>
- All Known Implementing Classes:
TeamBuilderImpl
public interface TeamBuilder<TS extends TeamSource>
Builder of a
Team.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddProperty(String name, String value) Specifies a property for theTeamSource.voidvoidsetTeamSize(int teamSize)
-
Method Details
-
setTeamSize
void setTeamSize(int teamSize) - Parameters:
teamSize-Teamsize.
-
requestNoTeamOversight
void requestNoTeamOversight()Requests to the
Executivethat there be noTeamOversightfor theTeam.Respecting this request is
Executiveimplementation specific. -
addProperty
Specifies a property for theTeamSource.- Parameters:
name- Name of property.value- Value of property.
-