Uses of Interface
com.telenordigital.nbiot.Team
-
-
Uses of Team in com.telenordigital.nbiot
Classes in com.telenordigital.nbiot that implement Team Modifier and Type Class Description classImmutableTeamImmutable implementation ofTeam.Methods in com.telenordigital.nbiot that return Team Modifier and Type Method Description TeamClient. createTeam(Team template)Create a new team.TeamClient. team(String teamID)Retrieve a team.Team[]Client. teams()Retrieve all teams the user has access to.Team[]ImmutableTeamList. teams()Team[]Team.TeamList. teams()TeamClient. updateTeam(Team team)Update a team.Methods in com.telenordigital.nbiot with parameters of type Team Modifier and Type Method Description static ImmutableTeamImmutableTeam. copyOf(Team instance)Creates an immutable copy of aTeamvalue.TeamClient. createTeam(Team template)Create a new team.ImmutableTeam.BuilderImmutableTeam.Builder. from(Team instance)Fill a builder with attribute values from the providedTeaminstance.ImmutableTeamList.BuilderImmutableTeamList.Builder. teams(Team... teams)Initializes the value for theteamsattribute.TeamClient. updateTeam(Team team)Update a team.ImmutableTeamListImmutableTeamList. withTeams(Team... elements)Copy the current immutable object with elements that replace the content ofteams.
-