Uses of Class
com.telenordigital.nbiot.ImmutableTeam.Builder
-
-
Uses of ImmutableTeam.Builder in com.telenordigital.nbiot
Methods in com.telenordigital.nbiot that return ImmutableTeam.Builder Modifier and Type Method Description ImmutableTeam.BuilderImmutableTeam.Builder. from(Team instance)Fill a builder with attribute values from the providedTeaminstance.ImmutableTeam.BuilderImmutableTeam.Builder. id(String id)Initializes the value for theidattribute.ImmutableTeam.BuilderImmutableTeam.Builder. members(Member... members)Initializes the value for themembersattribute.ImmutableTeam.BuilderImmutableTeam.Builder. putAllTags(Map<String,? extends String> tags)Put all mappings from the specified map as entries totagsmap.ImmutableTeam.BuilderImmutableTeam.Builder. putTags(String key, String value)Put one entry to thetagsmap.ImmutableTeam.BuilderImmutableTeam.Builder. putTags(Map.Entry<String,? extends String> entry)Put one entry to thetagsmap.ImmutableTeam.BuilderImmutableTeam.Builder. tags(Map<String,? extends String> tags)Sets or replaces all mappings from the specified map as entries for thetagsmap.
-