| Modifier and Type | Method and Description |
|---|---|
TeamVisibility |
Team.getTeamVisibility()
Get the visibility of the team
|
static TeamVisibility |
TeamVisibility.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TeamVisibility[] |
TeamVisibility.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Team.setTeamVisibility(TeamVisibility teamVisibility)
Set the visibility of the team
|
| Constructor and Description |
|---|
Team(String teamName,
String abbreviatedTeamName,
String description,
String sportName,
String location,
String province,
String contactPersonName,
String contactPersonEmail,
int numMaxPlayers,
int numMinPlayers,
TeamVisibility teamVisibility,
User manager)
Constructor for a team
|
Copyright © 2018. All rights reserved.