Uses of Class
com.telenordigital.nbiot.ImmutableCollection
-
-
Uses of ImmutableCollection in com.telenordigital.nbiot
Methods in com.telenordigital.nbiot that return ImmutableCollection Modifier and Type Method Description ImmutableCollectionImmutableCollection.Builder. build()Builds a newImmutableCollection.static ImmutableCollectionImmutableCollection. copyOf(Collection instance)Creates an immutable copy of aCollectionvalue.ImmutableCollectionImmutableCollection. withId(String value)Copy the current immutable object by setting a value for theidattribute.ImmutableCollectionImmutableCollection. withTags(Map<String,? extends String> entries)Copy the current immutable object by replacing thetagsmap with the specified map.ImmutableCollectionImmutableCollection. withTeamID(String value)Copy the current immutable object by setting a value for theteamIDattribute.
-