Package com.telenordigital.nbiot
Interface Team
-
- All Known Implementing Classes:
ImmutableTeam
@Immutable public interface TeamA team represents a collection of users.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceTeam.TeamList
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringid()The team's IDMember[]members()The team's membersMap<String,String>tags()Team tags.
-