Uses of Interface
com.telenordigital.nbiot.Collection
-
-
Uses of Collection in com.telenordigital.nbiot
Classes in com.telenordigital.nbiot that implement Collection Modifier and Type Class Description classImmutableCollectionImmutable implementation ofCollection.Methods in com.telenordigital.nbiot that return Collection Modifier and Type Method Description CollectionClient. collection(String collectionID)Retrieve a collection.Collection[]Client. collections()Retrieve all collections the user has access to.Collection[]Collection.CollectionList. collections()Collection[]ImmutableCollectionList. collections()CollectionClient. createCollection(Collection template)Create a new collection.CollectionClient. updateCollection(Collection collection)Update a collection.Methods in com.telenordigital.nbiot with parameters of type Collection Modifier and Type Method Description ImmutableCollectionList.BuilderImmutableCollectionList.Builder. collections(Collection... collections)Initializes the value for thecollectionsattribute.static ImmutableCollectionImmutableCollection. copyOf(Collection instance)Creates an immutable copy of aCollectionvalue.CollectionClient. createCollection(Collection template)Create a new collection.ImmutableCollection.BuilderImmutableCollection.Builder. from(Collection instance)Fill a builder with attribute values from the providedCollectioninstance.CollectionClient. updateCollection(Collection collection)Update a collection.ImmutableCollectionListImmutableCollectionList. withCollections(Collection... elements)Copy the current immutable object with elements that replace the content ofcollections.
-